Project

General

Profile

roos-fs tasks #117

Updated by Vadim Pariev 11 months ago

**General**  
 Customer is an entity that is represent the owner of the vechicle. In the event of the service provision or other issues related to the vechicle there shpuld be a contact person to be available.  

 I as an Admin would like to create/delete/read/update the customer entity so that to manage the customers and their fleet 
 I as an Admin want to see all customers and have a look at their properties if needed so that to receive sufficient information on the customer 

 **Acceptance criterea** 

 List of customers 
 - a seperate area for managing the customers exist 
 - a Admin is able to trigger the new customer creation action  
 - a Admin can see the list of all customers in the list 
 

 - the list of customers is presented in a form of the table wuth the name, email and contact number visible in hte list 
 - each customer could be opened and the contains following infromation is then to be seen: properties 
 --Name  
 --Adress 
 --E-mail 
 --Phone 






 

 Related objects attached to the Customer entity 
 - Car  
 - User 



Back