auto.bus_api/Server/Controllers
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
..
AddressController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
AuthenticationController.cs feat: add authentication using Google OAuth token 2023-04-27 19:31:21 +03:00
CityController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
CompanyController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
CountryController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
DriverController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
PaymentsController.cs URL generation for ticket payment and processing of its response 2023-05-22 13:23:41 +03:00
ReportController.cs feat: add imperative resource-based authorization 2023-05-22 15:27:11 +03:00
ReviewController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
RouteAddressController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
RouteController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
StateController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
TicketGroupController.cs refactor: make TicketGroup the main controller for ticket data retrieval 2023-05-24 10:58:37 +03:00
UserController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
VehicleController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00
VehicleEnrollmentController.cs refactor: change VehicleEnrollment CRUD to perform only compound data manipulations 2023-05-24 16:53:31 +03:00
VehicleEnrollmentSearchController.cs feat: add city search autocompletion and suggestion 2023-05-23 16:08:35 +03:00