chore: initialisation du template-webapp
This commit is contained in:
52
a-lire.md
Normal file
52
a-lire.md
Normal file
@@ -0,0 +1,52 @@
|
||||
# À LIRE — Initialisation du projet
|
||||
|
||||
Ce dépôt est basé sur le template **template-webapp**.
|
||||
|
||||
## Étapes obligatoires
|
||||
|
||||
1. Renommer le projet (repo, README, docker-compose)
|
||||
2. Compléter les sections ci-dessous
|
||||
3. Lire `docs/ARCHITECTURE.md` avant toute écriture de code
|
||||
|
||||
---
|
||||
|
||||
## 1. Description du projet
|
||||
|
||||
- Nom du projet :
|
||||
- Type de webapp :
|
||||
- Public cible :
|
||||
- Objectif principal :
|
||||
|
||||
---
|
||||
|
||||
## 2. Contraintes fortes
|
||||
|
||||
- Self-hosted / Cloud :
|
||||
- Mono-utilisateur / Multi-utilisateur :
|
||||
- Données sensibles : oui / non
|
||||
- Contraintes légales (RGPD, etc.) :
|
||||
|
||||
---
|
||||
|
||||
## 3. Stack envisagée (indicative)
|
||||
|
||||
- Frontend :
|
||||
- Backend :
|
||||
- Base de données :
|
||||
- Stockage fichiers :
|
||||
|
||||
---
|
||||
|
||||
## 4. Règles non négociables
|
||||
|
||||
- Monolithe modulaire
|
||||
- ADR obligatoire pour toute décision structurante
|
||||
- Backlog produit avant toute implémentation
|
||||
|
||||
---
|
||||
|
||||
## 5. Démarrage rapide
|
||||
|
||||
- Compléter `product/VISION.md`
|
||||
- Compléter `docs/ARCHITECTURE.md`
|
||||
- Créer les premières REQ dans `product/BACKLOG.md`
|
||||
Reference in New Issue
Block a user