Maps Sort Does Not Work #143

Closed
opened 2025-06-02 00:01:58 +00:00 by Quaternions · 1 comment
Owner
  • Example: https://maps.strafes.net/api/maps?Page=1&Limit=10&Sort=1
  • pkg/service/maps.go ListMaps function ignores params.Sort
  • sort must be plumbed through internal rpc as well
- Example: `https://maps.strafes.net/api/maps?Page=1&Limit=10&Sort=1` - pkg/service/maps.go `ListMaps` function ignores `params.Sort` - sort must be plumbed through internal rpc as well
Quaternions added the backend label 2025-06-02 00:02:04 +00:00
Author
Owner

This is largely made irrelevant by the maps page simply downloading all maps in #173. Can be reopened an implemented if needed.

This is largely made irrelevant by the maps page simply downloading all maps in #173. Can be reopened an implemented if needed.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StrafesNET/maps-service#143