Port: board page from playground #72
Labels
No labels
domain:backend
domain:devops
domain:frontend
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-docs-app#72
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Type
Feature
Lineage
Depends on #68 (CSS + sidebar foundation). Part of SvelteKit port pipeline.
Repo
forgejo_admin/pal-e-appUser Story
As a user reviewing project status, I want a kanban board view matching the playground design, so I can see work status at a glance.
Context
Port
~/pal-e-docs-playground/note-board.htmlto the board route. Boards live atsrc/routes/boards/[slug]/+page.svelte(NOTnotes/[slug]). The existing board component may need restyling to match playground layout. Data fetching uses client-sideonMount, not SvelteKit load functions — no+page.tsneeded.File Targets
src/routes/boards/[slug]/+page.svelte— board rendering (dedicated board route)Acceptance Criteria
Test Expectations
cd ~/pal-e-app && npm run buildConstraints
Checklist
Related
forgejo_admin/pal-e-app#68— foundation (dependency)board-pal-e-docs— project boardScope Review: NEEDS_REFINEMENT
Review note:
review-474-2026-03-27Three issues found:
src/routes/notes/[slug]/+page.svelte— board pages live atsrc/routes/boards/[slug]/+page.svelte. The note detail page redirectsnote_type === 'board'to/boards/{slug}.Issue body updated per scope review corrections.