Commit Graph

17 Commits

Author SHA1 Message Date
cuqmbr
63cc9a9edc refactor: make TicketGroup the main controller for ticket data retrieval
remove CRUD from TicketGroup, remove Ticket Controller and Service
2023-05-24 10:58:37 +03:00
cuqmbr
55bef31a2e feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
cuqmbr
7742a8d62a refactor: change route search to accept cityId instead of addressId 2023-05-10 11:55:55 +03:00
cuqmbr
a75ea56f69 nonatomic commit. check description for the list of changes
feat: add UserManagementService

feat: add CopmanyDriver relation and DriverManagementService

chore: pupulate database seeding class

fix: add review filtering by CompanyId
2023-05-02 14:57:46 +03:00
cuqmbr
ceaba3eb2d feat: add authentication using Google OAuth token
https://levelup.gitconnected.com/how-to-sign-in-with-google-in-angular-and-use-jwt-based-net-core-api-authentication-rsa-6635719fb86c
2023-04-27 19:31:21 +03:00
cuqmbr
59c3a9f704 feat: add email confirmation on registration 2023-04-26 20:25:36 +03:00
cuqmbr
51f77aa290 fix: expand data fields returned in GET methods
This fixes possible lack of data on client applications. Prevents multiple requests from being sent
2023-04-25 20:28:23 +03:00
cuqmbr
711846f347 feat: add policy based authorization where it was appropriate 2023-04-24 22:13:44 +03:00
cuqmbr
20def5de44 feat: add "Popular routes" statistics
feat: add financial report generation

feat: add automation task: indirect route search
2022-12-09 11:54:14 +02:00
cuqmbr
168b1fdec3 feat: add complex VehicleEnrollment addition and retrieval 2022-12-03 15:10:03 +02:00
cuqmbr
280d883213 feat: add complex route addition and retrieval 2022-11-30 11:06:57 +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
cuqmbr
6f2fc702df chore: add CRUD api endpoints for all remaining entities exept from AspNetUser 2022-11-13 13:36:07 +02:00
cuqmbr
49064c8f7d chore: add CRUD api endpoints for city & address data objects 2022-11-05 20:26:07 +02:00
cuqmbr
cafc82fe5b feat: add state management controller & service 2022-11-04 17:58:37 +02:00
cuqmbr
95028ed18b feat: many thing
- Database model
- Data transfer objects
- Country management controller
2022-10-10 20:34:09 +03:00