Imugiii
eead733d54
feat(borne): tailles 30/50cl des boissons a la carte (P5 reliquat R4)
...
CI / secret-scan (push) Successful in 14s
CI / php-lint (push) Successful in 32s
CI / static-tests (push) Successful in 1m17s
CI / js-tests (push) Successful in 40s
CI / secret-scan (pull_request) Successful in 13s
CI / php-lint (pull_request) Successful in 43s
CI / static-tests (pull_request) Successful in 1m19s
CI / js-tests (pull_request) Successful in 47s
Une taille de boisson est un produit a part entiere (modele identique a
Moyenne Frite / Grande Frite) : nouvelle colonne product.base_product_id
(self-FK ON DELETE CASCADE) groupe les variantes sous leur base, size_cl
porte le volume. Les variantes sont masquees de la grille catalogue
(availableForCatalogue ET findForCatalogue filtrent base_product_id IS NULL :
une 50cl ne s'atteint que via le picker de taille de sa base, jamais en
fiche autonome ni par lien direct). /api/products expose un tableau sizes[]
par base, charge en une requete (sizesByBase, pas de N+1). Le picker borne
(CSP-safe) resout la taille choisie en product_id ; le domaine commande
facture par product_id, flux inchange (resolveLine), stock decremente via
la recette propre de la variante.
Migration 0007 + seed 0005 idempotents (verifies sur MariaDB reel :
migration x2, seed x3, comptes stables, CASCADE confirme). Revue
bmad-compliance : 1 must_fix (filtre findForCatalogue) corrige, mantras 92%.
2026-06-22 12:01:42 +00:00
ea1654c21a
feat(menu): accompagnement Maxi en variante Grande automatique (variante en base) ( #84 )
CI / secret-scan (push) Successful in 9s
CI / php-lint (push) Successful in 24s
CI / static-tests (push) Successful in 58s
CI / js-tests (push) Successful in 32s
2026-06-22 11:52:04 +02:00
10705858ac
feat(stock): enrichissement nutritionnel via API externe OpenFoodFacts (Cr 3.a.3) ( #79 )
CI / secret-scan (push) Successful in 8s
CI / php-lint (push) Successful in 20s
CI / static-tests (push) Successful in 49s
CI / js-tests (push) Successful in 26s
2026-06-22 09:31:15 +02:00
dfbf1bbe0f
feat(stock): seed ingredients + recettes des 53 produits (P4) ( #67 )
CI / secret-scan (push) Successful in 9s
CI / php-lint (push) Successful in 21s
CI / static-tests (push) Successful in 41s
CI / js-tests (push) Successful in 25s
2026-06-19 19:41:00 +02:00
29a191e506
feat(api): P4 chunk 1a - creation de commande + chevalet ( #55 )
CI / secret-scan (push) Successful in 10s
CI / js-tests (push) Successful in 35s
CI / auto-merge (push) Has been skipped
CI / php-lint (push) Successful in 29s
CI / static-tests (push) Successful in 1m5s
2026-06-18 14:09:35 +02:00
e613adc24a
chore: remplace le Makefile par un service compose wakdo-migrate (migrate + seed idempotents) ( #40 )
CI / static-tests (push) Successful in 46s
CI / secret-scan (push) Successful in 8s
CI / php-lint (push) Successful in 20s
CI / js-tests (push) Successful in 21s
CI / auto-merge (push) Has been skipped
2026-06-17 15:07:05 +02:00
e62a9783b1
fix(db): moindre privilege pour le user applicatif (drop GRANT ALL) ( #24 )
CI / secret-scan (push) Successful in 13s
CI / php-lint (push) Has been cancelled
CI / static-tests (push) Has been cancelled
CI / auto-merge (push) Has been cancelled
2026-06-16 14:19:58 +02:00
ad5203d3fc
feat(admin): throttle du PIN d action sensible par acteur (RG-T22) ( #18 )
CI / secret-scan (push) Successful in 8s
CI / php-lint (push) Successful in 20s
CI / static-tests (push) Successful in 32s
CI / auto-merge (push) Has been skipped
2026-06-16 00:06:33 +02:00
Imugiii
fcf52a0895
feat(db): seed data - RBAC matrix + INCO allergens + admin user + catalogue (9 cat / 53 products / 13 menus + composition)
CI / secret-scan (push) Successful in 11s
CI / static-tests (push) Successful in 9s
CI / secret-scan (pull_request) Successful in 10s
CI / php-lint (push) Successful in 26s
CI / php-lint (pull_request) Successful in 25s
CI / static-tests (pull_request) Successful in 7s
CI / auto-merge (push) Has been skipped
CI / auto-merge (pull_request) Has been skipped
2026-06-15 13:45:14 +00:00
41f9c96d33
feat(db): initial schema DDL (21 tables) + migration runner ( #6 )
CI / secret-scan (push) Successful in 9s
CI / php-lint (push) Successful in 16s
CI / static-tests (push) Successful in 4s
CI / auto-merge (push) Has been skipped
2026-06-15 15:36:05 +02:00