feat: implement dashboard triage view and issues/pulls list views #58
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Roadmap Reference
Phase 2, Section 2.2 — Views (Dashboard, Issues List, PR List)
What to do
Create templates and wire handlers for the three list views:
Dashboard / Triage (/):
Issues List (/issues):
PR List (/pulls):
Acceptance Criteria
Closing as implemented. Templates exist on master:
internal/templates/dashboard.html-- triage queue with card gridinternal/templates/issues.html-- issues list with org filterinternal/templates/pulls.html-- pulls list with org filterAll wired to handlers via
Dashboard(),ListIssues(),ListPulls()in handlers.go.