Commit graph

2 commits

Author SHA1 Message Date
Imugiii
e1683d8158 docs(design): decomposition maquette borne + ecrans PNG + tracabilite vs build
All checks were successful
CI / secret-scan (pull_request) Successful in 9s
CI / php-lint (pull_request) Successful in 23s
CI / static-tests (pull_request) Successful in 55s
CI / js-tests (pull_request) Successful in 26s
Decompose la maquette borne (docs/design/maquette-borne.pdf, export Figma ecole)
ecran par ecran et trace les ecarts avec le kiosk reellement construit.

- docs/design/screens/ : les 10 ecrans exportes en PNG (01-accueil ... 10-remerciement).
- docs/design/maquette-vs-build.md : decomposition + mapping maquette -> pages
  construites + ecarts structurants (mono-ecran avec panneau persistant cote
  maquette vs multi-pages sans panneau cote build ; composeur menu modal vs libre ;
  ecran chevalet ; ecran paiement ajoute). Appui tracabilite RNCP Bloc 1.
- README design : pointeurs vers screens/ et la note.
2026-06-19 14:23:15 +00:00
Imugiii
24e733bcbc chore(assets): import school source data and normalize visual assets
- docs/merise/_sources/ : raw JSON sources (categories + produits)
  preserved unchanged for jury traceability, plus provenance note
  documenting 7 typos in image refs and gaps to address at the MCD
  phase (no FK, float prices, missing menu composition, etc.)
- docs/design/ : Figma maquette PDF (renamed without accent) plus
  README pointing to the live Figma URL
- src/public/borne/assets/images/ : 71 visual assets (53 produits +
  9 categories + 9 UI) normalized to kebab-case lowercase to avoid
  the case-sensitive Linux pitfall in Docker production

The 'wacdo' naming from the school brief is preserved only inside
docs/merise/_sources/ for traceability. The rest of the project keeps
the canonical 'Wakdo' naming.

TODO P1: rename cheesecake-choconuts-m&m-s.png (the & breaks URLs
without percent-encoding); will be fixed during seed normalization.
2026-04-30 12:43:14 +00:00