Project

General

Profile

roos-fs tasks #118

Updated by Vadim Pariev 11 months ago

**General**  
 Driver End-user is an entity that is represent the end user (who *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 Driver End-user entity so that to manage the Drivers End-users and their fleet they use. use  
 I as an Admin want to see all Drivers End-user and have a look at their properties if needed so that to receive sufficient information on the Driver End-user 

 **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 Driver End-user creation action  
 - a Admin can see the list of all Driver End-user in the list 
 - the list of Driver End-user is presented in a form of the table wuth: 
 --Name  
 --Adress 
 --E-mail 
 --Phone 
 --created at 
 - each Driver End-user could be opened and the following infromation is then to be seen: 

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

  
 --created at 

 <u>New Driver 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