feat(studio): "Em aberto" group on top of Concluídas (CS-74) - #35
Merged
Conversation
Merged-but-unreleased cards (empty version) accumulated in a "Sem release" group at the bottom of the Done column. They're the batch awaiting the next release — the owner wants them visible at the top. - lib/kanban.ts (groupByRelease): the versionless group now sorts first (top); tagged releases follow, newest first. - KanbanBoard: the versionless group is labelled "Em aberto" with a "não lançado" hint and an amber accent, to stand apart from shipped (green) releases. It's groups[0] now, so it's expanded by default. - Updated the groupByRelease unit test to assert versionless-first. Verified in the Studio: Concluídas shows "Em aberto" (não lançado, amber) on top with the unreleased cards, then v1.15.4…v1.14.0 collapsed below. CS-74 card added (Em andamento).
RudneyForti
force-pushed
the
feature/74-em-aberto-top
branch
from
July 19, 2026 19:13
82fbb22 to
cb6bca7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Merged-but-unreleased cards (empty version) were grouped as "Sem release" at the bottom of the Concluídas column. That group is the batch awaiting the next release — you want it at the top, accumulating the recent changes.
Changes
lib/kanban.ts(groupByRelease): the versionless group now sorts first (top); tagged releases follow, newest first.components/studio/KanbanBoard.tsx: that group is now labelled "Em aberto" with a "não lançado" hint and an amber accent, so it stands apart from shipped (green) releases. It'sgroups[0]now → expanded by default.tests/unit/kanban.test.ts: updated the grouping test to assert versionless-first.Verified in the Studio
Concluídas shows "Em aberto" (não lançado, amber) on top holding the unreleased cards, then v1.15.4 → v1.14.0 collapsed below. (Screenshot confirmed the order.) Once #34 merges — moving CS-49/72/73 to Done with no version — they'll accumulate in "Em aberto" too: your v1.16.0 batch, visible at a glance.
Merge order
This touches
docs/cs-board.json(adds the CS-74 card), same as #34. Merge #34 first (the roadmap auto-sync); I'll rebase this onto the updatedmainif GitHub flags a conflict — trivial, it's just the card append.Checklist
🤖 Generated with Claude Code