From 85de25c2abd9dda1e04f3a8c60841e9b3e6418ff Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 27 Jun 2026 15:57:41 +0100 Subject: [PATCH] roadmap: tick off two Jalon 0 items now documented - 'Decoupage Yavsc.Org vs Yavsc.Server vs Yavsc.Api clarifie dans l'Architecture' - 'CONTRIBUTING.md' Both landed in commits 91bd97c3 / 4ba1aa88 (page) and 7b24b481 (CONTRIBUTING). Update the checkbox status and link to the artefacts so a reader of ROADMAP.md can navigate directly to them. Three items remain in Jalon 0: NuGet centralisation (partial), containerisation, and BC smoke tests. --- ROADMAP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index 79974627..584ef454 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -75,8 +75,8 @@ Trois principes non négociables traversent tous les jalons : - ◐ Centralisation des versions NuGet (`Directory.Packages.props`) — **fait pour l'essentiel, à compléter** - ◐ Conteneurisation de bout en bout (build env + run + compose) - ☐ Tests d'intégration smoke par BC -- ☐ Découpage `Yavsc.Org` vs `Yavsc.Server` vs `Yavsc.Api` clarifié dans l'Architecture -- ☐ `CONTRIBUTING.md` (build, tests, conventions, DDD sessions) +- ✔ Découpage `Yavsc.Org` vs `Yavsc.Server` vs `Yavsc.Api` clarifié dans l'Architecture — [doc/architecture/decoupage-organisation.md](./doc/architecture/decoupage-organisation.md) +- ✔ `CONTRIBUTING.md` (build, tests, conventions, DDD sessions) — [CONTRIBUTING.md](./CONTRIBUTING.md) **Critère de sortie** : `dotnet build` + `dotnet test` + `docker compose up` verts sur une machine vierge.