14 Commits

Author SHA1 Message Date
Robin Olsen
2f0426b58f Enhance status component and dashboard functionality
- Updated the status component template to include a new trigger for task status checks.
- Modified the status component's Go implementation to reflect the new trigger in the HTML output.
- Improved the UpdateIssue handler to conditionally set the assignee based on form input.
- Enhanced the dashboard template to include a new dependencies section for issues, allowing users to add dependencies dynamically.
- Refactored the dashboard's issue rows to utilize JavaScript functions for rendering status, type, and priority badges, improving maintainability and readability.
2026-04-01 14:37:31 +02:00
Robin Olsen
e4880279c4 fix bug with edit modal and remove depricated ready_to_sprint status 2026-03-24 12:33:24 +01:00
Robin Olsen
f26b89a903 Merge remote-tracking branch 'origin/main' into LPM-115 2026-03-23 20:18:47 +01:00
viljarb
63cfa3e8b8 passing dependencies as props and rendering them in IssueDetail instead of lazy-loading via hx-get 2026-03-23 19:28:50 +01:00
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
viljarb
c37dae9b1a IMPLEMENTING DEPENDENCY MANAGEMENT in internal and on web 2026-03-18 12:08:40 +01:00
Ine Maria Nilssen Aanonsen
c78b5082d2 TASK SPRINT PLANNING 2 2026-03-11 14:54:14 +01:00
Robin Olsen
3f3767fde7 fix: change priority code names to match CLI and TUI interfaces 2026-03-10 21:58:31 +01:00
viljarb
8593f7fdc4 implementing board view; set add comment section above the displayed comments in the details page; delete confirmation window; open same details page from board view; make assignee button more obvious 2026-03-03 20:44:16 +01:00
viljarb
eef3b4849d open same details page from board view; make assignee button more obvious 2026-03-03 20:41:18 +01:00
Robin Olsen
6da6113ae5 fix styling a bit and use CreatedBy 2026-02-25 14:01:05 +01:00
Robin Olsen
93aa452805 Merge remote-tracking branch 'origin/main' into LPM-78 2026-02-25 13:43:07 +01:00
Robin Olsen
44e894f025 add ability to change assingee 2026-02-25 13:20:30 +01:00
Robin Olsen
1438d0e567 rename to just issue_detail 2026-02-25 12:25:41 +01:00