Skip to content
Hussein Jarrar edited this page Sep 12, 2026 · 2 revisions

v0.5.0

3 changes · 1 Bugfix, 2 New UI Features · 10 points.

Bugfix

  • RADD-699 Clicking a child opens peek instead of replacing what you are reading
    In the full issue view, the children list (ChildrenSectionChildList, web/src/components/items/ChildrenSection.tsx) renders each child as a Link to /issues/$itemKey. Clicking one REPLACES the issue you are reading with the child. On an epic that is actively hostile: you open the epic to survey its work,…
    items web · 2 pts · 5f67f19b

New UI Feature

  • RADD-697 Swimlane and group by epic on every view axis
    ViewAxis offers state, assignee, priority, kind, team, cycle and cf.<key> (web/src/lib/types/views.ts:21) — but not epic. So no board, list or swimlane can be organised by the container that actually structures a delivery: the epic. "How is each epic doing" is unanswerable on a board today.
    views web · 5 pts · 1fcfeecd
  • RADD-698 Board cards expand to list their children
    A board card with children shows only a count chip (ChildCount, web/src/components/board/card-cells.tsx:182). To see what those children are you must open the parent, which is exactly the detour the board exists to avoid.
    board web · 3 pts · bc4f646a

Changes from v0.4.1 to v0.5.0.


Mirrored from project.radd-hq.com on 2026-09-12. Documentation is written there; this copy is regenerated by scripts/publish_wiki.py and hand edits do not survive it.

Clone this wiki locally