Robin Olsen
2ebb8be83b
make sure to use alt screen
2026-03-18 14:31:36 +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
9f85b1e6f8
Merge branch 'main' of github.com:LazyBachelor/LazyPM
2026-03-17 14:48:39 +01:00
Robin Olsen
ada6c9c6c3
make sure the description is visible in terminals
2026-03-17 14:48:27 +01:00
Moira Daniella A Sebastian
f51c41ec1b
Change priority for WEB
2026-03-16 18:30:15 +01:00
Robin Olsen
ba6d97550e
make sure to set task as completed
2026-03-16 14:19:54 +01:00
Robin Olsen
e6da75bd35
these should follow the cli changes
2026-03-16 13:32:33 +01:00
Robin Olsen
9a70851a0a
refine pm cli and descriptions
2026-03-16 13:06:16 +01:00
Robin Olsen
3aea2ebcfd
Merge pull request #60 from LazyBachelor/LPM-121
...
adding double-click edit for issues on web
2026-03-16 02:13:43 -07:00
Robin Olsen
1ffe6c26fe
Merge remote-tracking branch 'origin/main' into TASK-BACKLOG-REFINEMENT-fix-for-closed-reason
2026-03-16 09:59:32 +01:00
Ine Maria Nilssen Aanonsen
90fdd3e56f
TASK BACKLOG REFINEMENT fix for closing reason
2026-03-16 07:21:07 +01:00
viljarb
e03de80ceb
adding double-click edit for issues on web
2026-03-15 19:14:48 +01:00
Robin Olsen
ff99ba59fa
simplify the logic a bit and add suggestions to repl and cli
2026-03-12 14:13:22 +01:00
viljarb
1f98308d9b
adding blocked status to tui
2026-03-12 13:18:15 +01:00
viljarb
cc1158e80d
adding blocked status to web
2026-03-12 13:03:35 +01:00
Ine Maria Nilssen Aanonsen
2ce04896ee
TASK BACKLOG REFINEMENT fix for closing reason
2026-03-12 11:46:58 +01:00
viljarb
0b4e33b28f
adding assignee for tui
2026-03-11 21:23:07 +01:00
Robin Olsen
5919333fd3
add a interface descripton to each task
2026-03-11 19:39:03 +01:00
Robin Olsen
102f718726
Merge pull request #50 from LazyBachelor/TASK-SPRINT-PLANNING-2
...
TASK SPRINT PLANNING 2
2026-03-11 09:42:46 -07:00
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
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
0a004af359
align better with cli
2026-03-11 14:21:36 +01:00
Robin Olsen
2c8ba4e393
align repl with cli
2026-03-11 14:05:57 +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
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
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
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.
2026-03-10 14:09:31 +01: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
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