Skip to content

redmine_expert_agile 0.1.9

Choose a tag to compare

@github-actions github-actions released this 11 Aug 09:18
· 19 commits to main since this release

redmine_expert_agile 0.1.9 – 2026-08-11

Fixed

  • Backlog lanes overlapped each other. The board's fixed 300px column width was written as an
    unscoped .ea-cell rule, and the backlog reuses that class — so every drop zone rendered 314px
    wide inside a 280px lane and spilled over its neighbour. The width now belongs to the board's
    table, and the plugin's boxes size with border-box.

Changed

  • The backlog planner looks like a planning tool. The sprint/version switch is a segmented
    control rather than two bare links. A sprint lane shows its status, its date range and the days
    left, so you can tell which sprint is running without leaving the page; a version lane shows its
    date. The unplanned column is dashed to mark it as the source rather than a target, lanes carry
    the same accent colour they have on the board, an empty lane says what to do with it, and each
    lane scrolls internally so a large backlog no longer makes the page thousands of pixels tall.

Added

  • Controller tests for the backlog planner, which had none: lane structure, exactly one drop
    target per lane, container ids, totals, the sprint metadata, module and permission gating, and
    planning an issue into and back out of a sprint.