Clean up pal-e-playground repo — single HTML landing page #180
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
forgejo_admin/pal-e-platform#180
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 — playground overhaul scoped 2026-03-26
Repo
forgejo_admin/pal-e-playgroundUser Story
As Lucas
I want the pal-e-playground repo to contain only the approved single-page landing
So that it's the clean CSS philosophy reference and pipeline hub
Context
New landing page approved (written to ~/pal-e-playground/index.html on 2026-03-26). Repo still contains stale content:
guide/(1,144 line CSS guide, now absorbed into index.html),pal-e-app/(29MB Svelte hybrid with node_modules), westside logo images,.current-issue, and 4 stale branches (2 already deleted). Need to remove all cruft and commit just the landing page.File Targets
Files to keep:
index.html— the approved landing page (CSS philosophy + pipeline stages + definition of done)README.md— update to reflect new purposeAdditional file target (different repo):
pal-e-deployments/overlays/playground/prod/configmap.yaml— nginx/guide/route needs removalFiles to remove:
guide/directory (content merged into index.html)pal-e-app/directory (29MB Svelte hybrid, doesn't belong)westside-logo.jpeg,westside-logo.png(project-specific assets).current-issue(stale)Branches to delete:
1-scaffold-repo,3-feat-add-asset-upload-card-to-playground,45-kanban-board-playground,46-svelte-kanban-board-prototype,5-sync-westside-contract-html-with-deploye,add-mcd-tracker-linkAcceptance Criteria
index.htmlandREADME.mdplayground.tail5b443a.ts.netrenders the approved landing page/guide/location block removed from configmapTest Expectations
playground.tail5b443a.ts.netloads correctly on phoneConstraints
Checklist
Related
project-frontend-playground— project page needs updating after thisproject-capacitor-mobile— pipeline stages section references thisScope Review: NEEDS_REFINEMENT
Review note:
review-402-2026-03-27Ticket is well-structured and all file targets verified against the filesystem. Three issues found:
pal-e-deployments/overlays/playground/prod/configmap.yamlhas alocation /guide/block (lines 19-24) that will 404 afterguide/is removed. This must be added to scope as a file target and acceptance criterion.1-scaffold-repoand3-feat-add-asset-upload-card-to-playgroundno longer exist on the Forgejo remote. Agent will skip them, but the list should be corrected.Issue body updated per scope review corrections.