aboutsummaryrefslogtreecommitdiff
path: root/backend/controllers/mapController.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: route id in map summary, update docsArda Serdar Pektezol2023-06-291-2/+2
| | | Former-commit-id: f8db004d2c17f09f665e51ec4e730418248bfd07
* feat: image field for mapsArda Serdar Pektezol2023-06-281-4/+4
| | | Former-commit-id: 374fecd1ef73854c96dd4b80c584ddb823e6e1ba
* 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) ↵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