Nicolas Cantu bc3c75e15f Add enso docs mirror under services/docv/enso-docs; docv integration docs
- Copy enso/docs tree to services/docv/enso-docs (refresh via cp -a from enso repo)
- Document mirror and refresh command in services/docv/README.md
- Ignore services/docv/target for local Rust workspace
- Track docv-service-integration, API docv.md, and related doc index updates
2026-04-03 17:26:35 +02:00

3.4 KiB
Raw Blame History

Implémentation technique par zone

Description technique dimplémentation de tous les écrans et toutes les actions (zones 1 à 15, 17 et 18) : routes, composants front, handlers/services/repositories back, BDD, paramétrage.

Référentiel écrans et actions : REFERENTIEL_ECRANS_ACTIONS.md.
Specs fonctionnelles : specs/README.md.
Architecture : ARCHITECTURE_DOCV_DETAILLEE.md.
Implémentation réelle enso-front ↔ docv-back (routes et fichiers) : DOCV_API_ENSO_FRONT_MAP.md — complète les IMPL pour le périmètre déjà câblé (OAuth, /api/v1/me, offices, folders, listes dashboard). Contrat front / enso-back : ENSO_FRONT_BACKEND_CONTRACT.md.

# Document Zone Spec
1 IMPL_01_auth_compte.md 1 — Authentification et compte SPEC_01
2 IMPL_05_offices_membres.md 5 — Offices et membres SPEC_05
3 IMPL_06_roles_permissions.md 6 — Rôles et permissions SPEC_06
4 IMPL_04_types_dossiers.md 4 — Types de dossiers SPEC_04
5 IMPL_03_documents_types.md 3 — Documents et types SPEC_03
6 IMPL_02_dossiers.md 2 — Dossiers SPEC_02
7 IMPL_07_parties_partage.md 7 — Parties et partage SPEC_07
8 IMPL_08_notes_rappels.md 8 — Notes et rappels SPEC_08
9 IMPL_09_abonnement_facturation.md 9 — Abonnement et facturation SPEC_09
10 IMPL_10_espace_client_invite.md 10, 11 — Espace client / invité SPEC_10
11 IMPL_12_admin_office.md 12 — Admin doffice SPEC_12
12 IMPL_13_admin_plateforme.md 13 — Admin plateforme SPEC_13
13 IMPL_14_contenus_parametres.md 14 — Contenus et paramètres SPEC_14
14 IMPL_15_technique_design.md 15 — Technique et design SPEC_15
15 IMPL_17_ia_local.md 17 — ia_local (enso) SPEC_17
16 IMPL_18_operation.md 18 — Opération (cabinet/office) SPEC_18
IMPL_ENSO_COMPANIES_SCREENS.md Enso — Sociétés (companies.*) MODELE_SOCIETES_ET_DOSSIERS_DOPERATION.md

Template : TEMPLATE_IMPL.md.