aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers/mapController.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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) ↵Arda Serdar Pektezol2023-02-021-2/+18
| | | | shoutout chatgpt
* 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