Mapfix Card Footer Does Not Display Fixer's Name #272

Closed
opened 2025-08-19 02:09:22 +00:00 by numberss · 2 comments
Member

The footer for each of the mapfix cards show the avatar of the fixer, and the time the fix was created, but displays the username of the map creator.

The footer for each of the mapfix cards show the avatar of the fixer, and the time the fix was created, but displays the username of the map creator.
Quaternions self-assigned this 2025-08-19 08:56:32 +00:00
Owner

Note to self: I'll need to fetch SubmitterID usernames in bulk with the list request from data-service because the maps-service database has no idea what usernames are. Insert here

total, items, err := svc.inner.ListMapfixesWithTotal(ctx, filter, model.Page{
Number: params.Page,
Size: params.Limit,
},sort)
or in ListMapfixesWithTotal function directly

Note to self: I'll need to fetch SubmitterID usernames in bulk with the list request from data-service because the maps-service database has no idea what usernames are. Insert here https://git.itzana.me/StrafesNET/maps-service/src/commit/574a05424d3feb3b0ad4d5e6ab70cd9981210070/pkg/web_api/mapfixes.go#L211-L214 or in `ListMapfixesWithTotal` function directly
Quaternions added the backendenhancement labels 2025-08-19 08:56:49 +00:00
Quaternions added the frontend label 2025-08-19 21:27:05 +00:00
Owner
https://git.itzana.me/StrafesNET/maps-service/pulls/290
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StrafesNET/maps-service#272