Commit Graph

7 Commits

Author SHA1 Message Date
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
KazanskiyMaks
1575e56516 Added IsPurchased method to the TicketGroup class. 2023-05-22 13:48:57 +03:00
KazanskiyMaks
261b928533 URL generation for ticket payment and processing of its response 2023-05-22 13:23:41 +03:00
cuqmbr
bdb1378868 fix: move purchaseDateTime and isReturned fields from ticket to ticketGroup 2023-05-13 15:34:55 +03:00
cuqmbr
474a25d522 refactor: change statistic methods in database model classes
This fixes incorrect data retrieval when all entities (including those whose time does not correspond to the desired period) have been loaded from the database
2023-05-13 13:54:15 +03:00
cuqmbr
8f104c786e feat: add statistics in json format
refactor: move methods to their proper classes
2023-05-10 23:16:53 +03:00
cuqmbr
1de4e24f22 feat: add "Popular stations" statistic 2022-11-27 16:08:33 +02:00