715 Commits

Author SHA1 Message Date
Robin Olsen
5fd9557637 Update pkg/tui/components/modals.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-11 15:33:45 +01:00
Robin Olsen
dc48ddf0e0 print issue list in cli better 2026-03-11 15:31:47 +01:00
Robin Olsen
85e0bf698d show in ready_to_sprint in tui 2026-03-11 15:31:29 +01:00
Robin Olsen
0d0ba236a3 add suggestions to repl 2026-03-11 15:31:08 +01:00
Robin Olsen
e9a6d1e9af add ready_to_sprint status to beads 2026-03-11 15:13:00 +01:00
Ine Maria Nilssen Aanonsen
c78b5082d2 TASK SPRINT PLANNING 2 2026-03-11 14:54:14 +01:00
Robin Olsen
8f40a4c9a3 add section to show valiaton check feedback 2026-03-11 14:49:55 +01:00
Robin Olsen
3e8d0dc6c6 Merge pull request #48 from LazyBachelor/LPM-103
LPM-103 CLI/REPL - Fix Command Parsing Bug and Align Repl with cli
2026-03-11 06:24:43 -07:00
Robin Olsen
0a004af359 align better with cli 2026-03-11 14:21:36 +01:00
Robin Olsen
36414142b7 print issue prettier 2026-03-11 14:06:06 +01:00
Robin Olsen
2c8ba4e393 align repl with cli 2026-03-11 14:05:57 +01:00
Robin Olsen
b5cbacd532 filter and update issue wtih assingee 2026-03-11 14:05:35 +01:00
Robin Olsen
1fb73e6d9f add ability to set assigee with cli
comment out interactive creating
2026-03-11 14:05:13 +01:00
Robin Olsen
2879d9b712 Merge pull request #47 from LazyBachelor/LPM-101
LPM-101 Web - Better Server running screen and better closing mechanism
2026-03-11 04:51:38 -07:00
Robin Olsen
1ed9e25923 add nil check here 2026-03-11 12:40:51 +01:00
Robin Olsen
25bb20b7de make sure repl works with new system 2026-03-11 12:34:44 +01:00
Robin Olsen
f2413b68f5 make sure taks are in order and interfaces random 2026-03-11 12:18:17 +01:00
Robin Olsen
2c90566260 make sure we're not running tea model when running in dev or web mode without task 2026-03-11 11:59:10 +01:00
Robin Olsen
34542a9670 add completion message to task modal and make it wider 2026-03-11 11:40:08 +01:00
Robin Olsen
839ce95c37 wait for interface to close 2026-03-11 11:24:34 +01:00
Robin Olsen
a7b2698309 use tea model for showing server runnign and closing 2026-03-11 11:09:38 +01:00
Robin Olsen
6cbd9d1bd2 Merge pull request #46 from LazyBachelor/LPM-98
Web UI - Change priority code names to match the other two interfaces
2026-03-10 14:00:40 -07:00
Robin Olsen
3f3767fde7 fix: change priority code names to match CLI and TUI interfaces 2026-03-10 21:58:31 +01:00
Robin Olsen
beb182e3de Merge pull request #41 from LazyBachelor/WIP-LPM-79
Refactor TUI architecture and implement Kanban board view
2026-03-10 13:54:06 -07:00
Robin Olsen
cd46db7440 Merge pull request #45 from LazyBachelor/LPM-94
Implement task for git operation
2026-03-10 13:48:59 -07:00
viljarb
6de15537ce updating the readme a little 2026-03-10 15:36:15 +01:00
Moira Daniella A Sebastian
df118269d6 Fix now the WEB priority should match the other two interfaces (cli and tui) 2026-03-10 15:29:52 +01:00
Moira Daniella A Sebastian
153351ce81 Resolved some of suggestions from copilot 2026-03-10 15:17:42 +01:00
Moira Daniella sebastian
1cdfb56531 Update pkg/tui/components/modals.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-10 15:05:41 +01:00
Moira Daniella A Sebastian
6aa6233c76 Implement task for git operation 2026-03-10 15:00:46 +01:00
Robin Olsen
72a2e8acf5 Metrics and logs - MongoDB Submission (#43)
Adds MongoDB-backed submission for survey statistics/metrics and introduces MongoDB ObjectID-based participant/task identifiers to support upserts and linking metrics to a participant.

It introduces breaking changes to the exsisting json stat and metric files. Delete the old ones

Changes:

Add internal/storage/MongoStorage and wire pm survey submit / pm start to submit local .pm/*.json files to MongoDB.
Extend stats/metrics models to include MongoDB _id / participant_id fields and add participant ID propagation into task metrics.
Update app initialization to generate ObjectIDs for new participants and expose GetParticipantID() via StatsService.
v0.2.0
2026-03-10 14:09:31 +01:00
Robin Olsen
549415135c delete this as we are now using quarto in the Report repository 2026-03-09 18:24:19 +01:00
Robin Olsen
a71f96b066 Merge pull request #39 from LazyBachelor/LPM-48
LPM-48 Web Kanban Board
2026-03-08 01:59:29 -08:00
Robin Olsen
d7107fe331 Merge remote-tracking branch 'origin/main' into LPM-48 2026-03-08 10:58:24 +01:00
viljarb0
57a2e62247 Update pkg/web/components/issue.templ
copilot suggestion: avoid xss from status values with static x-data

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-08 10:12:04 +01:00
viljarb0
d7d0e79520 Update pkg/web/routes/dashboard.templ
button instead of inline js

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-08 10:09:26 +01:00
Robin Olsen
c9f5c40c2a Merge pull request #40 from LazyBachelor/TASK-BACKLOG-REFINEMENT-ISSUE
TASK BACKLOG REFINEMENT ISSUE
2026-03-06 12:25:35 -08:00
Ine Maria Nilssen Aanonsen
e64950879d FIXED COMMENTS. TASK BACKLOG REFINEMENT ISSUE 2026-03-06 21:04:58 +01:00
viljarb
3ff5da6f1a copilot suggestion fix: using url.Values to prevent bad characters messing up the url 2026-03-06 17:58:25 +01:00
viljarb0
9357ee1ba2 Update pkg/web/routes/issue_detail.templ
remove deleteURL as its not used after removing the delete issues button

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-06 17:48:43 +01:00
Robin Olsen
a63edceb00 Merge remote-tracking branch 'origin/main' into WIP-LPM-79 2026-03-06 16:02:50 +01:00
Robin Olsen
e85b123463 Merge remote-tracking branch 'origin/main' into LPM-48 2026-03-06 13:03:53 +01:00
Ine Maria Nilssen Aanonsen
68054f7409 TASK BACKLOG REFINEMENT ISSUE 2026-03-06 12:52:13 +01:00
viljarb
edf8e4cfd8 forgot a file 2026-03-05 17:58:08 +01:00
viljarb
e796ac8b79 add reason for closing issue for closed issues 2026-03-05 17:51:21 +01:00
viljarb
dbffd5f3f8 double-click on issues in list view opens edit window 2026-03-05 17:32:31 +01:00
Robin Olsen
f371f9a8e9 fix submisson button for web 2026-03-05 14:03:55 +01:00
Robin Olsen
ff6a80dddc Merge pull request #38 from LazyBachelor/Metrics-and-Logs
Metrics and logs - Submit based Validation
2026-03-05 04:00:31 -08:00
Robin Olsen
d7c52383be add submit to full help tui 2026-03-05 12:33:16 +01:00
Robin Olsen
372e5900ff wait little for submitt channel to update 2026-03-05 12:30:50 +01:00