ramartins02 / DREFleet

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

Managers CRUD Operations and Unit Tests #43

Closed ramartins02 closed 4 weeks ago

ramartins02 commented 4 weeks ago

Implemented all CRUD operations related to the managers.

Managers is an instance of the User model but with the "Gestor" user_type, similar to the technicians.

Implemenented required unit tests.