- add new driver
- add new trucks
- update driver profile ------post method
- update manager profile ------post method
1.Request For Authorization ------post method
- get all trucks
- get all drivers
- get Total drivers in practice----sort from all request list
- get Total requests ---------all request
- /api/user/signUp
- /api/user/login
- /api/user/getAllUser
- /api/driver/addNewDriver ----------post
- /api/driver/allDriverList -----------get
- /api/driver/updateDriverProfile --------patch
- /api/trucks/addNewTrucks----------post
- /api/trucks/getAllTrucks ----------get
- /api/trucks/getTruckById ----------get
- /api/authorization/requestForAuthorization ----------post -----------> manager can request
- /api/authorization/getAllAuthorizationRequest ----------get
- /api/manager/updateProfile --------- patch
- /api/
Hello,
This is the checklist for the app
- Can do all operations in trucks
- Can do all operations in the requests
- Can do all operations with drivers
- Can see the trucks assigned to his company
- Can request an authorization to any driver to his trucks
- Can see the status of the drivers assigned to his trucks
- Can see the status of his assignments