Project

General

Profile

roos-fs tasks #118

Updated by Vadim Pariev 11 months ago

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

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

 **Acceptance criterea** 

 <u>List of End-user</u> 
 - a seperate area for managing the Vechicle-user exist 
 - a Admin is able to trigger the new Vechicle-user creation action  
 - a Admin can see the list of all Vechicle-users in the list 
 - the list of Vechicle-user is presented in a form of the table wuth: 
 --Name  
 --created at 
 - each Vechicle-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 
 --created at 
 Related objects attached to the Customer entity 
 --Cars  
 All items (emails, names and co. could be added, so there could be 2,3,4 Numbers attached to one car) 
 Could be added on this screen at any time 

 <u>New Vechicle-user 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 
 All items (emails, names and co. could be added, so there could be 2,3,4 Numbers attached to one car)

Back