feat: build all dashboard prototypes with shared app.css #1
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?
Lineage
plan-pal-e-docs-> westside-playground prototyping (standalone)Repo
forgejo_admin/westside-playgroundUser Story
As Lucas
I want fully designed HTML prototypes for all role dashboards (parent, coach, admin) plus a unified landing page
So that I can review the look on my phone, screenshot approved designs, and hand them to dev agents to port to SvelteKit
Context
The westside-playground repo has stub HTML files for parent.html, coach.html, admin.html, and visitor.html. The index.html and stories.html have inline styles instead of using the shared app.css. All pages need to be built out with fake hardcoded data using the unified
shared/app.cssstylesheet so they render consistently and can be reviewed on mobile.File Targets
Files to modify or create:
index.html-- rewrite to use shared/app.css classes, add page-specific styles inline only where app.css has no coverageparent.html-- full US-10/US-11 parent dashboard prototypecoach.html-- full US-12 coach team dashboard prototypeadmin.html-- full US-13/US-14 admin overview prototypevisitor.html-- simple info page noting deployed statusstories.html-- migrate from inline styles to shared/app.cssFiles NOT to touch:
shared/app.css-- already written, use as-isshared/logo.jpeg-- asset, no changeshared/style.css-- legacy, leave in placeAcceptance Criteria
shared/app.cssas their stylesheet<style>blocks except minimal page-specific overrides where app.css lacks coverage<a href="tel:...">for tap-to-callTest Expectations
Constraints
shared/app.cssshared/logo.jpegChecklist
Related
westside-basketball-- project this affects