Commit Graph

324 Commits

Author SHA1 Message Date
Robin Olsen
2d7f15e33f fix merge 2026-02-24 17:06:57 +01:00
Robin Olsen
7890f621aa Merge remote-tracking branch 'origin/main' into LPM-43 2026-02-24 17:06:40 +01:00
viljarb
a8aada1646 using codenames for priority levels mapped to digits 2026-02-24 11:19:01 +01:00
Robin Olsen
be56123955 Merge pull request #24 from LazyBachelor/LPM-78
Implemented dashboard
2026-02-23 11:21:35 -08:00
Robin Olsen
cd2c613001 remove comments from input.css 2026-02-23 20:10:59 +01:00
Moira Daniella A Sebastian
96291b7a94 Added issues dashboard 2026-02-23 19:48:10 +01:00
Robin Olsen
69329d5274 Remove cron schedule from docker-publish.yml
Removed scheduled cron job from Docker publish workflow.
2026-02-23 17:40:29 +01:00
viljarb
970c735fa4 adding functionality for editing priority; adding priority to the list of displayed issues; sorting the list of issues by their priority 2026-02-23 15:56:16 +01:00
Robin Olsen
facb31015f Merge pull request #23 from LazyBachelor/WEB---READ-ISSUES
Web read issues
2026-02-23 05:52:05 -08:00
Robin Olsen
4b3f4b00ab dont think those are needed 2026-02-23 14:36:51 +01:00
Robin Olsen
ac7c91f6d4 Merge remote-tracking branch 'origin/main' into WEB---READ-ISSUES 2026-02-23 14:27:54 +01:00
Robin Olsen
3896ddd7dd rollback as the new addition was unused and unnessesary 2026-02-23 14:21:15 +01:00
Ine Maria Nilssen Aanonsen
1adf2ec940 READ ISSUES - WEB 2026-02-23 13:59:14 +01:00
Ine Maria Nilssen Aanonsen
d1ef4e9491 READ ISSUES - WEB 2026-02-23 13:51:42 +01:00
viljarb
7674ae3690 making improvements based on copilot's suggestions from previous merge with main: subtracting the label heights from available heights before calculating the list height, to avoid potential layer overflow, in pkg/tui/views/view.go; creating a handler function for refreshing issue list and updating detail view, to avoid duplicate logic in pkg/tui/views/operations.go 2026-02-23 13:50:23 +01:00
Robin Olsen
235b07f7ce use registry for interfaces also
add list interfaces command
v0.1.3
2026-02-22 22:58:04 +01:00
Robin Olsen
78769396e7 forgot to commit this 2026-02-22 19:47:17 +01:00
Robin Olsen
33c8c05ae3 refactor to decouple commands form entrypoint for reusability and centralizing commands.
Increase reusability and composition
2026-02-22 19:46:55 +01:00
Robin Olsen
118e67dbf4 refactor services to use Interface and change name to app v0.1.2 2026-02-22 16:16:09 +01:00
Robin Olsen
dbf619a054 Update Go version to 1.25.6 in workflow v0.1.1 2026-02-22 14:49:15 +01:00
Robin Olsen
4f30744314 add goreleaser action 2026-02-22 14:39:42 +01:00
Robin Olsen
c1b34a145d Add Docker publish workflow to GitHub Actions 2026-02-22 14:31:17 +01:00
Robin Olsen
133996c734 Update copyright year and owner in LICENSE file 2026-02-22 14:28:39 +01:00
Robin Olsen
8dcf97c6c5 Add Apache License 2.0 to the project 2026-02-22 14:26:16 +01:00
Robin Olsen
8a2c6582e4 Update Go version to 1.25.6 in workflow 2026-02-22 14:23:09 +01:00
Robin Olsen
a0535085a0 Add GitHub Actions workflow for Go project 2026-02-22 14:22:08 +01:00
Robin Olsen
b2b8c5edcd add dockerignore 2026-02-22 14:18:37 +01:00
Robin Olsen
ee15fdf867 add goReleaser v0.1.0 2026-02-22 13:53:10 +01:00
Robin Olsen
d8d2994c8a Merge pull request #21 from LazyBachelor/WEB---ADD-COMMENTS-ON-ISSUES
WEB - ADD COMMENTS ON ISSUES
2026-02-22 02:04:13 -08:00
Robin Olsen
2e4185e30f use beads service
use pointes for comments
use htmx routing
2026-02-22 11:03:31 +01:00
Ine Maria Nilssen Aanonsen
15f8bbb8ed Merge branch 'WEB---ADD-COMMENTS-ON-ISSUES' of https://github.com/LazyBachelor/LazyPM into WEB---ADD-COMMENTS-ON-ISSUES 2026-02-20 17:04:20 +01:00
Ine Maria Nilssen Aanonsen
4ad08b3720 WEB - ADD COMMENTS ON ISSUES 2026-02-20 17:02:10 +01:00
Ine
d1951cbbc0 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-20 16:44:40 +01:00
Ine
2cc808337f Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-20 16:44:21 +01:00
Ine
8171e76ec8 Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-20 16:37:18 +01:00
Ine Maria Nilssen Aanonsen
bb059ad8d8 WEB - ADD COMMENTS ON ISSUES 2026-02-20 11:25:08 +01:00
Robin Olsen
890c57dd74 make dockerfile multiplatofrm 2026-02-19 22:31:05 +01:00
Robin Olsen
aa8e0c1f06 add docker push to docker-hub 2026-02-19 19:04:29 +01:00
Robin Olsen
e909de3d5b reduce redundancy 2026-02-19 17:34:42 +01:00
Robin Olsen
ed9662ff07 fix signature and make better chaining 2026-02-19 17:32:39 +01:00
Robin Olsen
0f41f76679 add builders and chaining methods for various types and variables for better reusability and readability 2026-02-19 17:26:16 +01:00
Robin Olsen
2e702e799d use beads sql store instead of opening our own 2026-02-19 17:25:34 +01:00
Robin Olsen
5794836864 add make command to start survey 2026-02-19 12:22:25 +01:00
Robin Olsen
5cd1d2ab71 (hotfix) convert type to string 2026-02-19 12:12:26 +01:00
Robin Olsen
4ddc394b8f Merge pull request #20 from LazyBachelor/LPM-32
LPM-32 TUI Functionality
2026-02-19 01:53:16 -08:00
Robin Olsen
cf0c9a1880 expand coding task example 2026-02-19 10:43:58 +01:00
viljarb0
c5023ee748 Update pkg/tui/views/dashboard/operations.go
use the constants from the model package instead of string literals, for the status codes

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-19 10:37:56 +01:00
viljarb0
15647bbe9d Update pkg/tui/views/dashboard/issue_list.go
making the comment in OpenAndInProgressOnly more descriptive

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-19 10:36:50 +01:00
viljarb0
e528788522 Update pkg/tui/views/dashboard/operations.go
copilot suggestion: determine which list the deleted issue was in and use the appropriate filtered list to select the next issue

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-19 10:25:13 +01:00
viljarb0
cdc7dad2ec Update pkg/tui/views/dashboard/operations.go
fetching the newly created issue from the refreshed issues list instead of using the local msg.Issue pointer to ensure all fields are properly populated

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-19 10:00:38 +01:00