119 Commits

Author SHA1 Message Date
Robin Olsen
f781ecb2f6 fix typo 2026-04-06 17:02:58 +02:00
Robin Olsen
b8303147ab Implement task resumption feature so participant can resume last task 2026-04-03 15:28:48 +02:00
Robin Olsen
b2686ea602 polling on file changes should work now 2026-04-03 14:03:45 +02:00
Robin Olsen
88f4998601 this did not work 2026-04-03 12:59:17 +02:00
Robin Olsen
5d3fa86627 make this work again 2026-04-03 11:59:19 +02:00
Robin Olsen
1cfd23f1b0 Enhance command structure and user feedback in task management
- Added SprintCmd to issues command group
- taskLoop hide survey related commands when in repl
- Updated coding task instructions for clarity
- Removed redundant SprintCmd registration
- Improved REPL command handling for better user experience avoiding a chash if users type pm
- Enhanced task UI to display additional information
2026-04-03 11:19:57 +02:00
Robin Olsen
87259a1974 Improve TUI interface description for clarity and detail 2026-04-01 15:00:00 +02:00
Robin Olsen
514487b731 Remove debug print statements from backlog refinement validation 2026-04-01 14:46:37 +02:00
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
f755e9f01e Update participant guide and interface instructions for clarity and consistency 2026-04-01 13:28:51 +02:00
Robin Olsen
d24121ef10 remove redundant question as the participant cant choose 2026-03-30 22:08:59 +02:00
Robin Olsen
670448b56d Merge pull request #80 from LazyBachelor/LPM-129
LPM-129 CLI Dependency Functionality
2026-03-26 15:00:18 -07:00
Robin Olsen
b03f8f1ab6 Merge pull request #84 from LazyBachelor/LPM-126
updating dependency management task to use dependency management system
2026-03-26 12:23:57 -07:00
viljarb
ac19f82585 add dependency is now part of the task 2026-03-26 18:40:15 +01:00
Robin Olsen
2a561f722a make it more readable on smaller screens 2026-03-26 13:47:24 +01:00
Robin Olsen
b96b5fedec refine sprint task 2026-03-26 09:35:28 +01:00
viljarb
eb8dfc40c9 updating dependency management task to use dependency management system 2026-03-25 19:41:15 +01:00
viljarb
d983427ca9 forgot to add cmd/pm/init.go 2026-03-25 14:28:30 +01:00
Robin Olsen
9b06557455 separete into fucntion and use charm dependency instead 2026-03-24 21:04:05 +01:00
Robin Olsen
e61406d9d2 add nice ending message that so the survey dont just close 2026-03-24 20:54:35 +01:00
Robin Olsen
5f94105583 refine this task 2026-03-24 12:39:59 +01:00
Robin Olsen
638d2dd670 remove question asking if task was completed as we are getting this automaticaly 2026-03-24 11:08:18 +01:00
Robin Olsen
a998a6bfd9 refine coding task to make it more simple 2026-03-24 11:06:48 +01:00
Robin Olsen
1eaedecff8 simplify coding task 2026-03-23 20:03:01 +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
06404708ba rewrite interface description to be more usefull 2026-03-23 10:59:19 +01:00
Robin Olsen
ecabaf796e update task descriptions for better readability 2026-03-22 15:27:05 +01:00
Robin Olsen
ee2456c3fd clear terminal between tasks and give users a message confirming they are done 2026-03-20 21:01:46 +01:00
Robin Olsen
515007bf38 simplify dep task 2026-03-20 20:53:29 +01:00
Robin Olsen
ce944085fe make sure we check this in coding task 2026-03-20 20:53:14 +01:00
Robin Olsen
7d623439b9 make issue critical 2026-03-20 12:42:06 +01:00
Robin Olsen
8bcbb37dec Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-19 19:50:43 +01:00
Robin Olsen
d07d1ecfc1 Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-19 19:50:30 +01:00
Robin Olsen
5bd728fe4e Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-19 19:49:17 +01:00
Robin Olsen
b0c76b0565 remove setup issues and simplify validaiton 2026-03-19 15:21:30 +01:00
Robin Olsen
151d757209 write task description to file 2026-03-19 13:51:46 +01:00
Ine Maria Nilssen Aanonsen
a7fd271928 INTERFACES SKIP TASK implemented more intuitive 'skip task' in each interface 2026-03-19 11:49:08 +01:00
Robin Olsen
720be210c3 add commands to start tui and web 2026-03-18 15:00:15 +01:00
Robin Olsen
3e9a903506 works now 2026-03-18 11:58:31 +01:00
Robin Olsen
40d25cc716 start with upgdrade (broken right now) 2026-03-18 11:23:10 +01:00
Robin Olsen
0c01583ba3 Merge pull request #65 from LazyBachelor/LPM-125
Fixed
2026-03-17 10:53:50 -07:00
Moira Daniella A Sebastian
6a91abc13f Fixed 2026-03-17 15:53:25 +01:00
Ine Maria Nilssen Aanonsen
6e591fa81d SPRINT PLANNING TASK, remove duplicate task requirement 2026-03-17 15:26:25 +01:00
Robin Olsen
b7c9c17bfe Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-16 13:28:24 +01:00
Robin Olsen
f464653246 Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-16 13:27:37 +01:00
Robin Olsen
ce86e5bec2 Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-16 13:27:20 +01:00
Robin Olsen
fcdce0d22d Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-16 13:25:09 +01:00
Robin Olsen
aa661c2bce Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-16 13:24:49 +01:00
Robin Olsen
9a70851a0a refine pm cli and descriptions 2026-03-16 13:06:16 +01:00
Robin Olsen
43ca776536 improve ui descriptions 2026-03-16 12:43:19 +01:00