Commit Graph

7 Commits

Author SHA1 Message Date
cuqmbr
39fddff553 refactor: change VehicleEnrollment CRUD to perform only compound data manipulations
This removes enpoints where you can CRUD only VehicleEnrollment database table and refines those where you can CRUD both VehicleEnrollment and RouteAddressDetail
2023-05-24 16:53:31 +03:00
cuqmbr
55bef31a2e feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
cuqmbr
e9af067dfa feat: add imperative resource-based authorization
I decided not to make authorization requirements and handlers for each and every resource because the validation logic is pretty similar
2023-05-22 15:27:11 +03:00
cuqmbr
168b1fdec3 feat: add complex VehicleEnrollment addition and retrieval 2022-12-03 15:10:03 +02:00
cuqmbr
1ba0867390 refactor: optimize crud services
fix: data shaping removes fields from objects
2022-11-30 16:38:30 +02:00
cuqmbr
606bb93825 add "Engaged users" statistics 2022-11-23 19:45:15 +02:00
cuqmbr
d3ed7abe89 refactor: change controllers' names, implemented inheritance in dtos 2022-11-13 16:10:09 +02:00