🐛 fix(adr): correct ADR 0018-0019 dates (2024 → 2026) — Tâche 6 Phase D
Friction documentaire identifiée pendant l'audit Phase A : les ADRs 0018 (User Management) et 0019 (PostgreSQL Integration) avaient des dates 2024-04-XX dans leur header, alors que le projet a démarré le 2026-04-01 (cf. CHANGELOG.md, première entrée). C'est un typo. Implementation Date était bien à 2026-04-08 dans les deux fichiers, ce qui confirme le diagnostic. Fix : - adr/0018-user-management-auth-system.md : 2024-04-06 → 2026-04-06 - adr/0019-postgresql-integration.md : 2024-04-07 → 2026-04-07 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# 18. User Management and Authentication System
|
# 18. User Management and Authentication System
|
||||||
|
|
||||||
**Date:** 2024-04-06
|
**Date:** 2026-04-06
|
||||||
**Status:** Accepted
|
**Status:** Accepted
|
||||||
**Implementation Date:** 2026-04-08
|
**Implementation Date:** 2026-04-08
|
||||||
**Authors:** Product Owner
|
**Authors:** Product Owner
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# 19. PostgreSQL Database Integration
|
# 19. PostgreSQL Database Integration
|
||||||
|
|
||||||
**Date:** 2024-04-07
|
**Date:** 2026-04-07
|
||||||
**Status:** Accepted (Partial)
|
**Status:** Accepted (Partial)
|
||||||
**Implementation Date:** 2026-04-08
|
**Implementation Date:** 2026-04-08
|
||||||
**Authors:** Product Owner
|
**Authors:** Product Owner
|
||||||
|
|||||||
Reference in New Issue
Block a user