Commit Graph

154 Commits

Author SHA1 Message Date
Robin Olsen
298c7c540d Merge remote-tracking branch 'origin/main' into LPM-119 2026-03-13 10:27:28 +01:00
Moira Daniella A Sebastian
d619804f46 Add issue review clean up task 2026-03-12 17:54:35 +01:00
viljarb
f88adbd1a5 adding the missing line of the priority task description 2026-03-12 17:29:22 +01:00
Robin Olsen
27b2072084 make it so when users quit the intro questionare the survey closes 2026-03-12 17:03:41 +01:00
Robin Olsen
b90c30cf5d fix typo 2026-03-12 16:59:26 +01:00
Robin Olsen
e8e8c6c134 change so intro questons dont run if dev 2026-03-12 16:58:56 +01:00
Robin Olsen
a51fd848d6 add intro questoinare to gather participant details 2026-03-12 14:56:07 +01:00
Robin Olsen
7128a87b93 Merge remote-tracking branch 'origin/main' into LPM-92 2026-03-12 14:14:50 +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
1eb5d4a905 finishing dependency management task 2026-03-12 13:23:34 +01:00
viljarb
5b0c69e671 dependency management task 2026-03-12 13:04:05 +01:00
Robin Olsen
9aa940fcca Merge pull request #55 from LazyBachelor/LPM-109
LPM-109 - Remove Unused Tasks
2026-03-12 01:34:30 -07:00
Robin Olsen
6fcb059c4b Merge remote-tracking branch 'origin/main' into LPM-84-fixed-again 2026-03-11 21:57:57 +01:00
Robin Olsen
0e75b503d3 remove unused tasks 2026-03-11 21:51:47 +01:00
viljarb
4ec0c90991 priority management task 2026-03-11 21:23:37 +01:00
Robin Olsen
00759cb639 Merge pull request #52 from LazyBachelor/LPM-84-fixed
LPM-84 Priority Management Task
2026-03-11 12:40:37 -07:00
Robin Olsen
a5b04997a7 improve task logic 2026-03-11 20:35:22 +01:00
Robin Olsen
5919333fd3 add a interface descripton to each task 2026-03-11 19:39:03 +01:00
viljarb
3f8629ab32 updating task 2026-03-11 19:03:02 +01:00
viljarb
a30c822529 fixing logic a bit 2026-03-11 18:17:52 +01:00
viljarb
1af006e27c priority management task 2026-03-11 17:24:33 +01:00
Ine Maria Nilssen Aanonsen
c78b5082d2 TASK SPRINT PLANNING 2 2026-03-11 14:54:14 +01: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
a7b2698309 use tea model for showing server runnign and closing 2026-03-11 11:09:38 +01: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
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.
2026-03-10 14:09:31 +01:00
Ine Maria Nilssen Aanonsen
e64950879d FIXED COMMENTS. TASK BACKLOG REFINEMENT ISSUE 2026-03-06 21:04:58 +01:00
Ine Maria Nilssen Aanonsen
68054f7409 TASK BACKLOG REFINEMENT ISSUE 2026-03-06 12:52:13 +01:00
Robin Olsen
2fc612c7c7 update coding task to align with spec and improve expetion handling 2026-03-05 12:03:13 +01:00
Robin Olsen
28add3f4dd (hotfix) simplify expetion logic 2026-03-05 11:36:09 +01:00
Robin Olsen
4a023caebb (hotfix) Align create issue task with new spec 2026-03-05 11:22:01 +01:00
Robin Olsen
7d2c00c582 update coding task for better readability 2026-03-04 17:50:24 +01:00
Robin Olsen
a907de5b94 Update cmd/pm/tasks/codingTask.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-04 17:33:48 +01:00
Robin Olsen
4f70142316 Update cmd/pm/tasks/codingTask.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-04 17:33:30 +01:00
Robin Olsen
1f51336288 Update cmd/pm/tasks/codingTask.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-04 17:33:18 +01:00
Robin Olsen
003fae4193 Update cmd/pm/tasks/codingTask.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-04 17:33:08 +01:00
Robin Olsen
f0025f8929 Update cmd/pm/tasks/codingTask.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-04 17:32:55 +01:00
Robin Olsen
077cbc96e8 Update cmd/pm/tasks/codingTask.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-04 17:32:37 +01:00
Robin Olsen
817dbc57b7 Update cmd/pm/tasks/codingTask.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-04 17:32:13 +01:00
Robin Olsen
c3bbcfd832 update coding task to alignt with latest iteration 2026-03-04 15:14:45 +01:00
Robin Olsen
6b1bdde561 Merge branch 'main' into Metrics-and-Logs 2026-03-04 14:32:54 +01:00
Robin Olsen
a47ff2a39b Update cmd/pm/tasks/createIssue.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-04 14:21:13 +01:00
Robin Olsen
81a046e935 Update cmd/pm/tasks/createIssue.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-04 14:20:47 +01:00
Robin Olsen
77b38692c6 align task with description
add a complete with message in case we need that
2026-03-04 14:00:35 +01:00
Robin Olsen
763f079063 refactor for separation of concern for better readabiliy and maintainability 2026-03-03 11:41:07 +01:00
Robin Olsen
e8d9f9d1b6 need this for issue id completion 2026-03-03 10:50:15 +01:00
Robin Olsen
c36599c96a reduce deps 2026-03-03 10:46:37 +01:00