Commit Graph

193 Commits

Author SHA1 Message Date
viljarb
a6ec856759 removing .beads 2026-02-18 20:44:04 +01:00
viljarb
a61faf69fe removing .beads 2026-02-18 20:43:40 +01:00
viljarb
1d92041538 modified: web/assets/css/styles.css
modified:   web/components/base/input.templ
	modified:   web/components/base/input_templ.go
	modified:   web/components/base/range.templ
	modified:   web/components/base/range_templ.go
	modified:   web/components/base/select.templ
	modified:   web/components/base/select_templ.go
	modified:   web/components/base/textarea.templ
	modified:   web/components/base/textarea_templ.go
	modified:   web/components/icons.templ
	modified:   web/components/icons_templ.go
	modified:   web/components/issue.templ
	modified:   web/components/issue_templ.go
	modified:   web/components/layout.templ
	modified:   web/components/layout_templ.go
	new file:   web/components/sidebar.templ
	new file:   web/components/sidebar_templ.go
	new file:   web/components/status.templ
	new file:   web/components/status_templ.go
	modified:   web/handler/issues.go
	new file:   web/handler/task.go
	modified:   web/input.css
	deleted:    web/package-lock.json
	deleted:    web/package.json
	modified:   web/routes/layout.templ
	modified:   web/routes/layout_templ.go
	modified:   web/server/routes.go
	modified:   web/server/server.go
	modified:   web/web.go
2026-02-18 20:41:52 +01:00
viljarb
ed8a0d02ec updating web to be compatible with main 2026-02-18 20:33:32 +01:00
viljarb
b654fb5bd3 changing name of updates.go to operations.go, as everything related to operations performed on issues are there 2026-02-18 20:25:25 +01:00
viljarb
96bab0602f ready for test 2026-02-18 20:10:45 +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
viljarb
501c2a71e5 update description and status, and replicating help message from lazybeads 2026-02-14 15:29:08 +01: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
Robin Olsen
6f2c2ede9b Merge pull request #14 from LazyBachelor/LPM-52
LPM-52 Survey Tasks
2026-02-13 01:28:07 -08:00
Robin Olsen
f396ae5b37 Update pkg/web/web.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-13 10:25:52 +01:00
Robin Olsen
c3181e0f77 Update cmd/survey/init.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-13 10:23:57 +01:00
Robin Olsen
400a989454 fix typo 2026-02-13 10:16:43 +01:00
Robin Olsen
b1a72a5a2e add global style package 2026-02-13 10:14:05 +01:00
Robin Olsen
e994c890f4 refactor survery cmd
move package files to pkg
2026-02-13 10:13:41 +01:00
Robin Olsen
fc5156a0ad Update pkg/tui/tui.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-13 00:00:05 +01:00
Robin Olsen
fdfe4aa620 Update cmd/survey/survey.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-12 23:59:12 +01:00
Robin Olsen
d12146462f Update cmd/survey/survey.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-12 23:58:36 +01:00
Robin Olsen
6fc888347a Update cmd/survey/tasks/createIssue.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-12 23:58:24 +01:00
Robin Olsen
0bbe5ed375 Update pkg/cli/repl/repl.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-12 23:58:06 +01:00
Robin Olsen
d670ec0dc2 check if nil 2026-02-12 22:07:43 +01:00
Robin Olsen
93c523d490 add config and reformat 2026-02-12 22:07:29 +01:00
Robin Olsen
0e9bbbc3bd reformat 2026-02-12 22:07:15 +01:00
Robin Olsen
cbfbb6a0bb add init file for better separation 2026-02-12 22:07:03 +01:00
Robin Olsen
412b2fe0c2 add config to tasks
use fmt.Errorf
2026-02-12 22:06:48 +01:00
Robin Olsen
7dc6420854 move around types for better understanding 2026-02-12 22:06:10 +01:00
Robin Olsen
18eb113f71 add questionare 2026-02-12 22:05:44 +01:00
Robin Olsen
fe5494eaee format time and difficulty better
use m
2026-02-12 22:05:25 +01:00
Robin Olsen
e74c784b5d use new tasks and questionare with interfaces
add a create issue task WIP
2026-02-12 20:41:47 +01:00
Robin Olsen
964e9234be add questionare model for survey after task 2026-02-12 20:41:19 +01:00
Robin Olsen
183f13895b add task system and task model for viewing task details 2026-02-12 20:40:55 +01:00
Robin Olsen
da8ab0833e delete survey pkg 2026-02-12 20:39:00 +01:00
Robin Olsen
ae13ccfdab update deps 2026-02-12 20:38:46 +01:00
Robin Olsen
5d97ef1fe7 remove test main 2026-02-12 20:38:28 +01:00
Robin Olsen
ba4394ecdc construct structs 2026-02-12 19:59:05 +01:00
Robin Olsen
f9fe03a451 add delete issues for deleting all issues
add db for interactig directly with db
2026-02-12 19:58:23 +01:00
Robin Olsen
08ded5384c change signature of interfaces to fit Interface interface 2026-02-12 19:57:52 +01:00
Robin Olsen
0b840f87d8 remove survery intro, will find better way 2026-02-12 19:56:26 +01:00
Robin Olsen
448848915c update to use static assets 2026-02-12 12:11:20 +01:00
Robin Olsen
5a0b203b4f Merge remote-tracking branch 'origin/main' into LPM-52 2026-02-11 21:03:55 +01:00
Robin Olsen
478e81b42d update readme 2026-02-10 20:40:46 +01:00
Robin Olsen
4c856a5915 Merge pull request #4 from LazyBachelor/LPM-32
LPM-32 issue view TUI
2026-02-10 11:32:00 -08:00
Robin Olsen
f3f42ddc8a return early empty issue list if no issues found 2026-02-10 20:31:36 +01:00
Robin Olsen
ca13b4bc73 Update pkg/tui/views/dashboard/header.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-10 20:23:42 +01:00
Robin Olsen
14c4509942 Update pkg/tui/views/dashboard/help_bar.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-10 20:22:23 +01:00
Robin Olsen
d0ab541ec4 Update pkg/tui/views/dashboard/update.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-10 20:18:55 +01:00
Robin Olsen
19b32dca1b add dashboard 2026-02-10 20:11:36 +01:00
Robin Olsen
ee3e64a883 improving issue details view 2026-02-10 20:10:58 +01:00
Robin Olsen
87a1a18f70 improving issue list 2026-02-10 20:10:45 +01:00