Commit Graph

650 Commits

Author SHA1 Message Date
Robin Olsen
ffa32ebd3a add dockerfile
add make commands for building and running using docker

remove localhost on server address so it's not locked
2026-02-18 14:12:37 +01:00
Robin Olsen
969b08bab4 Update cmd/survey/tasks/createIssue.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-18 13:43:17 +01:00
Robin Olsen
4dcb67e490 Update pkg/tui/views/dashboard/update.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-18 13:43:05 +01:00
Robin Olsen
b32e5a5946 Update pkg/task/runner.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-18 13:37:23 +01:00
Robin Olsen
f58da43f0e Update cmd/survey/intro.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-18 13:35:59 +01:00
Robin Olsen
f91d33e2f0 add list command to view available tasks
move init to a taks.go for centralization
2026-02-18 13:19:16 +01:00
Robin Olsen
23747fb799 refactor to use Tasker interface instead of Task
add tasker register for registering tasks for extiensibility
2026-02-18 13:07:23 +01:00
Robin Olsen
89f8596884 Merge remote-tracking branch 'origin/main' into LPM-58 2026-02-18 12:07:13 +01:00
Robin Olsen
de239254e5 add tailwindcss with node for windows development 2026-02-18 11:58:20 +01:00
Robin Olsen
753777160f Merge pull request #17 from LazyBachelor/LPM-59
Sidebar implemented
2026-02-17 13:37:18 -08:00
Robin Olsen
9264f6d597 add back .vscode 2026-02-17 22:35:14 +01:00
Robin Olsen
61e5109f9a simplified tailwind classes and removed collapsing sidebar make it static 2026-02-17 22:26:25 +01:00
Robin Olsen
1e5bfcc0ba should be minimized 2026-02-17 22:25:39 +01:00
Robin Olsen
1258ab91e0 we dont need this 2026-02-17 22:25:22 +01:00
Robin Olsen
4ff3759a79 remove redundant injecton 2026-02-17 22:25:16 +01:00
Robin Olsen
09725f4e5e refien task view styles and look 2026-02-17 22:04:23 +01:00
Moira Daniella A Sebastian
2b791b5354 Forgot to commit some files 2026-02-17 21:33:39 +01:00
Moira Daniella A Sebastian
43bffbbeb6 Sidebar implemented 2026-02-17 21:25:26 +01:00
Robin Olsen
0ffe4f11b3 add command to specify task
add runTask to run spesific task with spesific interface
2026-02-17 20:03:43 +01:00
Robin Olsen
5044b31cff style intro better
add info and disclaimer
2026-02-17 17:29:00 +01:00
Robin Olsen
294f2524f5 add submit command(empty)
change to use flag to specify interface type
2026-02-17 16:39:59 +01:00
Robin Olsen
86c8bc3143 refactor for better reusability and maintainability 2026-02-17 15:17:49 +01:00
Robin Olsen
e2f3aa63da add task status to header 2026-02-17 13:56:33 +01:00
Robin Olsen
f0b45524bb refine task 2026-02-17 13:35:35 +01:00
Robin Olsen
d231f07659 check if arg 2026-02-17 13:35:27 +01:00
Robin Olsen
b75d55db90 check submit questonare 2026-02-17 13:35:11 +01:00
Robin Olsen
a5733bdaed add feedback to tui 2026-02-17 13:19:35 +01:00
Robin Olsen
6ffcb5eb54 add task feedback to web
add task-status endpoint
2026-02-17 13:07:04 +01:00
Robin Olsen
6964e14b69 add status command for getting task status
add feedback to repl
2026-02-17 13:05:50 +01:00
Robin Olsen
68af436a3f add so interfaces can see task feedback 2026-02-17 13:04:03 +01:00
Robin Olsen
235275d911 add so u can choose interface 2026-02-17 13:02:24 +01:00
Robin Olsen
e828bede97 add so u can run spesific interface 2026-02-17 13:00:29 +01:00
Robin Olsen
876b2ee1a6 expand create task 2026-02-17 11:30:56 +01:00
Robin Olsen
279adb157e refactor for better maintainability and readabilty 2026-02-17 11:11:54 +01:00
Robin Olsen
a38e32aa78 use cobra for cli
delete pkg/runner and put funcs in task
add start command
2026-02-17 10:24:15 +01:00
Robin Olsen
d5daa49b64 Merge remote-tracking branch 'origin/main' into LPM-58 2026-02-17 10:04:21 +01:00
Robin Olsen
bc560c7488 Merge pull request #13 from LazyBachelor/LPM-56
WIP Feature: Add top bar
2026-02-17 00:51:40 -08: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
Robin Olsen
f963bcbcd9 fix merge 2026-02-16 22:12:11 +01:00
Robin Olsen
9d174f9a78 Merge remote-tracking branch 'origin/main' into LPM-56 2026-02-16 22:12:00 +01:00
Moira Daniella A Sebastian
410b9a7a3e Updated layout to use Daisy and Tailwind 2026-02-16 21:45:44 +01:00
viljarb
196145205f adding another tui window for closed issues; adding scrolling for the issue display windows 2026-02-16 19:23:02 +01:00
Robin Olsen
b3b45e67be add exit mechanicm to each stage
remove types and moved struct to appropriate files
2026-02-16 13:08:45 +01:00
Robin Olsen
1fe92d1972 add basic survey intro 2026-02-16 12:17:16 +01:00
viljarb
501c2a71e5 update description and status, and replicating help message from lazybeads 2026-02-14 15:29:08 +01:00
Robin Olsen
eb8427ea46 optimize for lighthouse 2026-02-13 17:48:56 +01:00
Robin Olsen
a34f8cf40a Merge pull request #15 from LazyBachelor/chi
Use Chi as Router
2026-02-13 06:17:20 -08:00
vb
3ed3863947 modified: pkg/web/web.go 2026-02-13 15:08:30 +01:00
vb
cf4f62cd7e create, update, and delete functionalities 2026-02-13 15:06:56 +01:00