docs: ajouter ONBOARDING, SECURITY, CHANGELOG, ADR 001-006
This commit is contained in:
parent
28c9c08d31
commit
52b8e9d011
9 changed files with 1380 additions and 0 deletions
37
docs/CHANGELOG.md
Normal file
37
docs/CHANGELOG.md
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
# Changelog — Expria Frontend
|
||||
|
||||
Toutes les modifications notables du projet frontend sont documentées dans ce fichier.
|
||||
|
||||
Format basé sur [Keep a Changelog](https://keepachangelog.com/fr/1.1.0/).
|
||||
|
||||
## Convention
|
||||
|
||||
Chaque entrée suit ce format :
|
||||
|
||||
```
|
||||
## [Unreleased] — YYYY-MM-DD — Session <nom>
|
||||
|
||||
### Added (nouveautés)
|
||||
- ...
|
||||
|
||||
### Changed (modifications)
|
||||
- ...
|
||||
|
||||
### Fixed (corrections)
|
||||
- ...
|
||||
|
||||
### Removed (suppressions)
|
||||
- ...
|
||||
|
||||
### Security (sécurité)
|
||||
- ...
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
- Documentation initiale du projet (ARCHITECTURE, ONBOARDING, SECURITY, etc.)
|
||||
- 5 ADRs pour les décisions architecturales majeures
|
||||
- Code source de `src/entities/user/access.ts` et `lib.ts` avec tests
|
||||
Loading…
Add table
Add a link
Reference in a new issue