ramartins02 / DREFleet

Repositório para gestão de frotas da DRE
0 stars 0 forks source link

Orders, Mangers and Drivers Refactor #60

Closed ramartins02 closed 2 weeks ago

ramartins02 commented 2 weeks ago

Changed driver license number back-end validation to a single field.

Users phone field is now nullable.

Fixed routes show form creation names.

Added status attribute to the orders table (enum).

Added back-end function to remove approval of an order and implemented necessary tests.

Also, added back-end function to show a specific manager approved orders.