Skip to content

feat(studio): "Em aberto" group on top of Concluídas (CS-74) - #35

Merged
RudneyForti merged 1 commit into
mainfrom
feature/74-em-aberto-top
Jul 19, 2026
Merged

feat(studio): "Em aberto" group on top of Concluídas (CS-74)#35
RudneyForti merged 1 commit into
mainfrom
feature/74-em-aberto-top

Conversation

@RudneyForti

Copy link
Copy Markdown
Collaborator

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's groups[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 updated main if GitHub flags a conflict — trivial, it's just the card append.

Checklist

  • Link to feature/issue: CS-74
  • Description of changes included above
  • Additions documented
  • All existing tests passing (83/83; tsc + eslint clean)
  • New test updated for the new ordering
  • Browser QA validated behavior
  • No regressions

🤖 Generated with Claude Code

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
RudneyForti force-pushed the feature/74-em-aberto-top branch from 82fbb22 to cb6bca7 Compare July 19, 2026 19:13
@RudneyForti
RudneyForti merged commit 869b70f into main Jul 19, 2026
3 checks passed
@RudneyForti
RudneyForti deleted the feature/74-em-aberto-top branch July 19, 2026 23:47
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