cuqmbr
8b9c9ae324
refactor: tweak driver registration endpoint; remove driver update endpoint
2023-06-04 17:09:23 +03:00
cuqmbr
5fecec2d3e
fix: invalid arrival address details in TicketGroupDto; add isPurchased field
...
Before this arrival address info in TicketGroupDto was being populated by first ticket arrival address info
2023-05-25 11:49:37 +03:00
cuqmbr
7cf3f34f28
refactor: change Route CRUD to perform only compound data manipulations
...
This removes enpoints where you can CRUD only RouteAddress database table and refines those where you can CRUD both Route and RouteAddress
2023-05-24 20:48:27 +03:00
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
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