Move kanban prototype from pal-e-playground to svelte-playground #2
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
Standalone — board-svelte-playground. Depends on: repo scaffold
Repo
forgejo_admin/svelte-playgroundUser Story
As the superuser
I want the kanban board prototype living in svelte-playground where it belongs
So that interactive prototypes are in the Svelte hub, not the vanilla HTML hub
Context
The kanban prototype was built in pal-e-playground/pal-e-app/ (PR #8) as a Svelte 5 component. It belongs in svelte-playground/pal-e-app/ since it requires a build step. Move the files, update the vite.config.js multi-page entries, clean up pal-e-playground.
File Targets
Files to create in svelte-playground:
pal-e-app/index.html— entry point (from pal-e-playground/pal-e-app/index.html)pal-e-app/board.svelte— kanban component (from pal-e-playground/pal-e-app/board.svelte)Files to modify:
vite.config.js— add pal-e-app/index.html as entry pointindex.html— add pal-e-app card to hub landing pageFiles to clean up in pal-e-playground:
pal-e-app/directory (Svelte files don't belong in vanilla playground)index.htmlhub to remove or redirect the pal-e-app cardAcceptance Criteria
npm run devserves kanban board at localhost:5173/pal-e-app/Test Expectations
Constraints
Checklist
Related
project-svelte-playgroundScope Review: NEEDS_REFINEMENT
Review note:
review-320-2026-03-24Cross-repo scope and minor acceptance criteria gaps found.
forgejo_admin/pal-e-playground. This issue should only cover the svelte-playground "move in" side.index.htmlhas a "Coming Soon" div card at line 147. File Targets should say "convert existing Coming Soon card to live link" not "add card."Review Refinements (from review-320-2026-03-24)
Fix 1: Cross-repo scope split. pal-e-playground cleanup is now its own issue: forgejo_admin/pal-e-playground#9. This ticket only covers svelte-playground changes.
Fix 2: Hub card — not "add new card" but "convert existing Coming Soon div to a working link." The
index.htmlalready has a placeholder at line 147.Fix 3: Missing acceptance criteria added:
/pal-e-app/with Coming Soon badge removedpal-e-app/index.htmlreferences/shared.cssinstead of the old/app.cssUpdated File Targets (svelte-playground only)
Files to create:
pal-e-app/index.html— entry point (adapted from pal-e-playground version, references /shared.css)pal-e-app/board.svelte— kanban component (copied from pal-e-playground version)Files to modify:
vite.config.js— addpal-e-app/index.htmlas multi-page entry pointindex.html— convert Coming Soon div to working<a>linkFiles NOT to touch:
~/pal-e-playground/— cleanup is separate issue (forgejo_admin/pal-e-playground#9)Scope Review: READY
Review note:
review-320-2026-03-24(updated)All three NEEDS_REFINEMENT issues from prior review are resolved.
pal-e-playground#9exists with proper cleanup scope