2026-02-16 10:04:24 +00:00
|
|
|
# Documentation Veza
|
|
|
|
|
|
|
|
|
|
Index de la documentation principale du monorepo.
|
|
|
|
|
|
|
|
|
|
## Démarrage
|
|
|
|
|
|
|
|
|
|
- **[Onboarding](ONBOARDING.md)** — Setup, architecture, conventions, troubleshooting
|
|
|
|
|
- **[Frontend Setup](FRONTEND_SETUP.md)** — Configuration du frontend React
|
|
|
|
|
- **[Environment Config](ENV_CONFIG.md)** — Variables d'environnement et connexion Docker
|
|
|
|
|
|
|
|
|
|
## Architecture & Déploiement
|
|
|
|
|
|
|
|
|
|
- **[Production Deployment](PRODUCTION_DEPLOYMENT.md)** — Déploiement en production
|
|
|
|
|
- **[Monorepo Orchestration](MONOREPO_ORCHESTRATION.md)** — Organisation du monorepo
|
|
|
|
|
- **[Monitoring Setup](MONITORING_SETUP.md)** — Configuration du monitoring
|
|
|
|
|
|
|
|
|
|
## Développement
|
|
|
|
|
|
2026-03-09 18:36:33 +00:00
|
|
|
- **[Remote Dev R720](REMOTE_DEV_R720.md)** — Développement sur serveur R720 via Cursor Remote-SSH
|
2026-02-20 14:23:12 +00:00
|
|
|
- **[Scope v0.201](V0_201_RELEASE_SCOPE.md)** — Périmètre de la version courante (référence prioritaire)
|
|
|
|
|
- **[État du projet](PROJECT_STATE.md)** — Où en sommes-nous, prochaines étapes
|
chore(v0.102): consolidate remaining changes — docs, frontend, backend
- docs: SCOPE_CONTROL, CONTRIBUTING, README, .github templates
- frontend: DeveloperDashboardView, Player components, MSW handlers, auth, reactQuerySync
- backend: playback_analytics, playlist_service, testutils, integration README
Excluded (artifacts): .auth, playwright-report, test-results, storybook_audit_detailed.json
2026-02-20 12:02:12 +00:00
|
|
|
- **[Contrôle du scope](SCOPE_CONTROL.md)** — Processus anti-scope-creep
|
2026-02-16 10:04:24 +00:00
|
|
|
- **[Feature Status](FEATURE_STATUS.md)** — Statut des fonctionnalités
|
|
|
|
|
- **[Storybook Contract](STORYBOOK_CONTRACT.md)** — Conventions Storybook
|
|
|
|
|
- **[Visual Testing Strategy](VISUAL_TESTING_STRATEGY.md)** — Stratégie des tests visuels
|
|
|
|
|
- **[PR Ready Checklist](PR_READY_CHECKLIST.md)** — Checklist avant merge
|
|
|
|
|
|
|
|
|
|
## Base de données & Migrations
|
|
|
|
|
|
|
|
|
|
- **[DB Migrations Strategy](DB_MIGRATIONS_STRATEGY_FINAL.md)** — Stratégie des migrations
|
|
|
|
|
- **[UUID Migration Plan](UUID_DB_MIGRATION_PLAN.md)** — Plan de migration UUID
|
|
|
|
|
|
|
|
|
|
## Sécurité & Opérations
|
|
|
|
|
|
|
|
|
|
- **[Secrets Verification](SECRETS_VERIFICATION.md)** — Vérification des secrets
|
|
|
|
|
- **[Secret Rotation](SECRET_ROTATION.md)** — Rotation des secrets
|
|
|
|
|
- **[Payments Setup](PAYMENTS_SETUP.md)** — Configuration des paiements
|
|
|
|
|
|
|
|
|
|
## Remédiation & Progression
|
|
|
|
|
|
|
|
|
|
- **[Remediation Progress](REMEDIATION_PROGRESS.md)** — Suivi de la remédiation
|
|
|
|
|
- **[Global Project State](GLOBAL_PROJECT_STATE_2026.md)** — État global du projet
|
|
|
|
|
|
|
|
|
|
## Archives
|
|
|
|
|
|
|
|
|
|
Les audits et rapports historiques sont dans **[docs/archive/](archive/)**.
|
|
|
|
|
|
|
|
|
|
## Documentation par composant
|
|
|
|
|
|
|
|
|
|
- **Frontend** : `apps/web/docs/` (FULL_LAYOUT_PAGE, DESIGN_TOKENS, etc.)
|
|
|
|
|
- **Backend** : `veza-backend-api/docs/`
|