Commit Graph

21 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
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
04061792e8 make sure modal handles overflow 2026-03-19 09:37:54 +01:00
viljarb
e03de80ceb adding double-click edit for issues on web 2026-03-15 19:14:48 +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
dbffd5f3f8 double-click on issues in list view opens edit window 2026-03-05 17:32:31 +01:00
Robin Olsen
fa7c63aa33 fix libs 2026-02-25 14:06:28 +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
6264f9dfc9 adjust layout and add detials button 2026-02-25 12:39:21 +01:00
Robin Olsen
87d4cdae3f add edit issue button and modal 2026-02-25 11:53:56 +01:00
Robin Olsen
38ae7905c1 unify components and layout 2026-02-24 15:13:31 +01:00
Moira Daniella A Sebastian
96291b7a94 Added issues dashboard 2026-02-23 19:48:10 +01:00
Robin Olsen
1e5bfcc0ba should be minimized 2026-02-17 22:25:39 +01:00
Moira Daniella A Sebastian
43bffbbeb6 Sidebar implemented 2026-02-17 21:25:26 +01:00
Robin Olsen
441716238c simplify tailwind classes
remove node
remove godhipit theme
add all themes form daisyui
simplify header
2026-02-17 09:49:11 +01:00
Robin Olsen
01655cd372 use minified 2026-02-16 22:12:49 +01:00
Moira Daniella A Sebastian
410b9a7a3e Updated layout to use Daisy and Tailwind 2026-02-16 21:45:44 +01:00
Robin Olsen
82e9ac4df5 add tailwind and daisy ui 2026-02-03 13:14:28 +01:00
Robin Olsen
0dcfe3989d refine architecture
change module name to repo
2026-02-02 11:22:20 +01:00