Skip to content

Add the finalize the round#350

Merged
Jayprakash-SE merged 1 commit into
masterfrom
finalize-round
Oct 23, 2025
Merged

Add the finalize the round#350
Jayprakash-SE merged 1 commit into
masterfrom
finalize-round

Conversation

@Jayprakash-SE
Copy link
Copy Markdown
Collaborator

No description provided.

@Jayprakash-SE Jayprakash-SE merged commit e3069dd into master Oct 23, 2025
@Jayprakash-SE Jayprakash-SE deleted the finalize-round branch October 23, 2025 16:59
ayushshukla1807 pushed a commit to ayushshukla1807/montage that referenced this pull request May 21, 2026
lgelauff added a commit that referenced this pull request May 21, 2026
The juror round listing was filtering on campaign status only, so
finalized and cancelled rounds inside active campaigns still appeared.
Jurors clicking them got a confusing 400 "round not active" error.

Now only active and paused rounds are shown in the active view.

Suspected cause: e3069dd (PR #350, merged 2025-10-23) added a
finalize_round endpoint that can finalize individual rounds without
advancing, creating a state the juror listing never filtered for.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
lgelauff added a commit that referenced this pull request May 21, 2026
Paused rounds were still appearing in the juror round list because
the only_active filter allowed both ACTIVE_STATUS and PAUSED_STATUS.
However confirm_active() only permits ACTIVE_STATUS, so clicking a
paused round always produced a 400 "round not active" error.

Fix restricts the juror index to strictly active rounds only.

Suspected introduced by e3069dd (#350).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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