9 Commits

Author SHA1 Message Date
Robin Olsen
d900a5fcd3 Merge pull request #75 from LazyBachelor/LPM-140
LPM-140 The Sprinting Update
Adds sprint support across the web UI (board + issue detail), TUI kanban, CLI/REPL, and the Beads-backed storage layer.

Changes:

Introduces sprint entities in storage and exposes sprint operations via IssueService.
Updates web board to support backlog vs. sprint columns, sprint selection, and sprint creation routes.
Updates TUI kanban to show backlog + sprint columns and adds sprint selection/creation actions.
2026-03-23 19:26:04 +01:00
Robin Olsen
dc48ddf0e0 print issue list in cli better 2026-03-11 15:31:47 +01:00
Ine Maria Nilssen Aanonsen
c78b5082d2 TASK SPRINT PLANNING 2 2026-03-11 14:54:14 +01:00
Robin Olsen
36414142b7 print issue prettier 2026-03-11 14:06:06 +01:00
Robin Olsen
9baedea9b5 add issue print func 2026-02-07 12:12:55 +01:00
Robin Olsen
1c248b2c8d decrease truncate leangth for issueID 2026-02-05 14:27:44 +01:00
Robin Olsen
893c9e3bd6 chack for nil pointer in helper
use helper for converting to issue
2026-02-05 13:55:20 +01:00
Robin Olsen
7e0c45e9a2 add helper for printing issue list.
add helper for converting issue pointer to issue
2026-02-05 12:49:23 +01:00
Robin Olsen
0dcfe3989d refine architecture
change module name to repo
2026-02-02 11:22:20 +01:00