Skip to content

feat(issues): Add Progress sort option to the issue stream#117771

Open
roggenkemper wants to merge 1 commit into
masterfrom
roggenkemper/feat/issue-progress-sort-button
Open

feat(issues): Add Progress sort option to the issue stream#117771
roggenkemper wants to merge 1 commit into
masterfrom
roggenkemper/feat/issue-progress-sort-button

Conversation

@roggenkemper

Copy link
Copy Markdown
Member

Adds a Progress entry to the issue stream "Sort by" dropdown, gated behind organizations:issue-stream-progress-sort — the same flag that gates the backend sort. It mirrors how the Recommended sort is wired (flag check, or shown when it's already the active sort).

Selecting it sends sort=progress to the issues API, which orders issues by how far they are through the fix cycle (fix_applied > fix_proposed > diagnosed > triaged > identified), with last_seen as the secondary key.

Dependencies

Until the backend PR deploys, the dropdown option will be inert (the API falls back to the default sort), which is fine — it's flag-gated and FE/BE deploy separately anyway.

Testing notes

No test added: this is a one-to-one mirror of the existing (untested) hasRecommendedSort gating, and there's no colocated test harness for this dropdown.

Refs #117707

Adds a "Progress" entry to the issue stream sort dropdown, gated behind
organizations:issue-stream-progress-sort, mirroring how the Recommended
sort is gated. Selecting it sends sort=progress to the issues API, which
orders issues by how far they are through the fix cycle.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@github-actions github-actions Bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 15, 2026
@roggenkemper roggenkemper marked this pull request as ready for review June 15, 2026 23:42
@roggenkemper roggenkemper requested a review from a team as a code owner June 15, 2026 23:42
@roggenkemper roggenkemper requested review from a team and removed request for a team June 15, 2026 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants