From c573d117d093ae0069f8f8179a852aa33c1b0be9 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sat, 27 Jun 2026 14:25:08 +0100 Subject: [PATCH] doc: add doc/README.md index of architecture / roadmap / dev docs Lists the documents under doc/ in four sections so a reader can find their way to the right page without grepping the tree: - Architecture & design: Architecture.md (root) + the seven per-topic pages under doc/architecture/. - Roadmap & design exploration: ROADMAP.md (at the repo root) and doc/ddd-exploration-2026-06-14.md. - Samples: doc/offer-sample.md. - Work journal: doc/dev-tracking/* (informal, not published). Each entry has a one-line description so the table is scannable on its own. --- doc/README.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 doc/README.md diff --git a/doc/README.md b/doc/README.md new file mode 100644 index 00000000..5ddb33e9 --- /dev/null +++ b/doc/README.md @@ -0,0 +1,36 @@ +# Documentation Yavsc + +Index des documents d'architecture, design et références du dépôt. +La racine de l'architecture est [Architecture.md](Architecture.md). + +## Architecture & design + +| Document | Sujet | +|---|---| +| [Architecture.md](Architecture.md) | Sommaire racine — vision, stack, droits | +| [architecture/workflow-multi-parties.md](architecture/workflow-multi-parties.md) | Rôles client/fournisseur/coordinateur, sous-traitance, états projet | +| [architecture/domaine-musical.md](architecture/domaine-musical.md) | Production collaborative de titres musicaux sous licence libre | +| [architecture/licences.md](architecture/licences.md) | LicenceModele, seed CC/ODbL, badge projet | +| [architecture/domaines-activite.md](architecture/domaines-activite.md) | Arbre des activités, Droit à la racine | +| [architecture/dictionnaires-metier.md](architecture/dictionnaires-metier.md) | Dictionnaires métier, héritage en arbre, cycle de vie d'un terme | +| [architecture/offres-frontmatter.md](architecture/offres-frontmatter.md) | Offre fournisseur, ClasseFormulaire, ClasseDevis, parsing frontmatter | +| [architecture/postit-oidc.md](architecture/postit-oidc.md) | Client desktop PostIt, custom URI scheme, silent refresh | + +## Roadmap & design exploration + +| Document | Sujet | +|---|---| +| [ROADMAP.md](../ROADMAP.md) | Feuille de route produit (à la racine du dépôt) | +| [ddd-exploration-2026-06-14.md](ddd-exploration-2026-06-14.md) | Exploration DDD, jalons, contextes bornés, modèles cibles | + +## Échantillons + +| Document | Sujet | +|---|---| +| [offer-sample.md](offer-sample.md) | Échantillon d'offre fournisseur (markdown avec frontmatter) | + +## Journal de travail + +Documents de suivi informels (non publiés, à usage interne) : + +- [dev-tracking/client-editor-overhaul.md](dev-tracking/client-editor-overhaul.md) — refonte de l'éditeur client OAuth2