Skip to content

Add batch endpoint for fetching challenge tags by id - #1257

Open
CollinBeczak wants to merge 1 commit into
mainfrom
collin/batch-challenge-tags-endpoint
Open

Add batch endpoint for fetching challenge tags by id#1257
CollinBeczak wants to merge 1 commit into
mainfrom
collin/batch-challenge-tags-endpoint

Conversation

@CollinBeczak

@CollinBeczak CollinBeczak commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

The explore-challenges map was firing one GET /challenge/{id}/tags request per distinct challenge visible on screen, refetching on every pan/zoom. Add GET /challenges/tags/batch, backed by the existing TagService.listByChallenges, so clients can fetch tags for many challenges in a single request.

Required for next mr4 deployment, used instead to limit amount of requests and boost performance.

relavant commit: maproulette/maproulette3@aadd1c2

The explore-challenges map was firing one GET /challenge/{id}/tags
request per distinct challenge visible on screen, refetching on every
pan/zoom. Add GET /challenges/tags/batch, backed by the existing
TagService.listByChallenges, so clients can fetch tags for many
challenges in a single request.
@sonarqubecloud

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant