aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers/mapController.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: remove duplicate score count in routes (#46)Arda Serdar Pektezol2023-06-201-8/+3
* feat: improved map summary response, all routes init (#43, #46)Arda Serdar Pektezol2023-06-201-34/+18
* feat: improved map summary response (#43)Arda Serdar Pektezol2023-06-181-44/+35
* fix: sql typos, routing changeArda Serdar Pektezol2023-05-031-11/+11
* feat: add path request to the response with namesArda Serdar Pektezol2023-05-021-9/+17
* feat: game, chapter, map endpoints for records pageArda Serdar Pektezol2023-05-021-2/+106
* feat: map summary history done (#38)Arda Serdar Pektezol2023-04-241-8/+28
* fix: sql remove avatar and name since its not implemented yet (#38)Arda Serdar Pektezol2023-04-241-1/+1
* feat: map summary and leaderboard endpoints, new models and routes (#38)Arda Serdar Pektezol2023-04-241-19/+93
* doc: added tagsArda Serdar Pektezol2023-04-211-0/+1
* doc: complete rest of swagger implementation, change rankings response (#34)Arda Serdar Pektezol2023-04-191-0/+9
* fix: only show top record of a person in the map rankings (obviously) shoutou...Arda Serdar Pektezol2023-02-021-2/+18
* ranking placements in each map with correct tie handling (#5, #27)Arda Serdar Pektezol2023-01-161-2/+20
* added fetch map stats (#25)Arda Serdar Pektezol2023-01-151-0/+79