yavsc/doc
Paul Schneider 12a71ada6a
doc: align navigation docs with VM-first pattern
The two recent commits (3fbbafc4, 0065de70) replaced the
OpenSettingsRequested event + CurrentViewModel assignment with
App.PushPageAsync(vm): the VM resolves the target ViewModel
through DI, App resolves the Control through the ViewLocator,
guards against double-push, and pushes via NavRoot. The docs
were still describing the pre-refactor world.

Update three places:

- CONTRIBUTING.md — the "Navigation (PostIt)" rule now
  describes App.PushPageAsync as the single channel and shows
  the canonical OpenSettings command as the example.
- doc/architecture/postit.md — the Navigation section
  distinguishes VM-first navigation (App.PushPageAsync) from
  lifecycle signals (LoginSucceeded, LogoutCompleted) and
  drops the obsolete OpenSettingsRequested row.
- src/PostIt/PostIt/App.axaml.cs — refresh the SettingsPage
  singleton justification: point (c) now describes the
  anti-empilement guard inside PushPageAsync, not the
  OpenSettingsRequested handler that no longer exists.

No production behaviour change — doc only (and the inline
comment that referenced a removed event).
2026-08-19 17:17:22 +01:00
..
architecture doc: align navigation docs with VM-first pattern 2026-08-19 17:17:22 +01:00
Architecture.md doc: split Architecture.md into per-topic pages 2026-06-27 13:45:31 +01:00
ddd-exploration-2026-06-14.md synchro w\ main 2026-06-14 18:26:40 +01:00
offer-sample.md doc, doc and doc. 2026-06-18 02:18:49 +01:00
README.md Blog: add test guarding the display-template fix + document test architecture 2026-07-11 19:59:03 +01:00
testing.md Blog: add test guarding the display-template fix + document test architecture 2026-07-11 19:59:03 +01:00

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 & design

Document Sujet
Architecture.md Sommaire racine — vision, stack, droits
architecture/workflow-multi-parties.md Rôles client/fournisseur/coordinateur, sous-traitance, états projet
architecture/domaine-musical.md Production collaborative de titres musicaux sous licence libre
architecture/licences.md LicenceModele, seed CC/ODbL, badge projet
architecture/domaines-activite.md Arbre des activités, Droit à la racine
architecture/dictionnaires-metier.md Dictionnaires métier, héritage en arbre, cycle de vie d'un terme
architecture/offres-frontmatter.md Offre fournisseur, ClasseFormulaire, ClasseDevis, parsing frontmatter
architecture/postit-oidc.md Client desktop PostIt, custom URI scheme, silent refresh
architecture/postit.md PostIt — topologie des projets, ViewLocator custo, navigation, DI, conventions de binding
architecture/decoupage-organisation.md Découpage des projets .NET (Abstract, Server, Org, Api, Blogs, Web, Org.Tests)
testing.md Stratégie de test : conventions des dossiers, EF Core in-memory, auth stubs, scaffold partagé

Roadmap & design exploration

Document Sujet
ROADMAP.md Feuille de route produit (à la racine du dépôt)
ddd-exploration-2026-06-14.md Exploration DDD, jalons, contextes bornés, modèles cibles

Échantillons

Document Sujet
offer-sample.md Échantillon d'offre fournisseur (markdown avec frontmatter)

Journal de travail

Documents de suivi informels (non publiés, à usage interne) :