Project

General

Profile

roos-fs tasks #118

Updated by Vadim Pariev 11 months ago

**General**  
 End-user is an entity that is represent the end user *who drives it) of the vechicle. It is important to store the contact data for the the managers in order to contact the end-users to request something or infrom them of something.   

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

 **Acceptance criterea** 

 <u>List of End-user</u> 
 - a seperate area for managing the End-user exist 
 - a Admin is able to trigger the new End-user creation action  
 - a Admin can see the list of all End-user in the list 
 - the list of End-user is presented in a form of the table wuth: 
 --Name  
 --Adress 
 --E-mail 
 --Phone 
 --created at 
 - each End-user could be opened and the following infromation is then to be seen: 

 <u>Single End-user overview</u>  
 - the overview includes: 
 --Name  
 --Adress 
 --E-mail 
 --Phone 
 Related objects attached to the Customer entity 
 --Cars  
 --created at 

 <u>New End-user creation</u>  
 - all basic fields are to be obligatory to be entered 
 --Name  
 ---Validate if the name exsit, no duplications are allowed 
 --Adress 
 ---No validation required 
 --E-mail 
 ---Validate if the name exsit, no duplications are allowed 
 --Phone 
 ---Validation for the phone number (is a nice to have)

Back