Project

General

Profile

roos-fs tasks #118

Updated by Vadim Pariev 11 months ago

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

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

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

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