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

31 lines
3.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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](../REFERENTIEL_ECRANS_ACTIONS.md).
**Specs fonctionnelles :** [specs/README.md](../specs/README.md).
**Architecture :** [ARCHITECTURE_DOCV_DETAILLEE.md](../../ARCHITECTURE_DOCV_DETAILLEE.md).
**Implémentation réelle enso-front ↔ docv-back (routes et fichiers) :** [DOCV_API_ENSO_FRONT_MAP.md](../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](../ENSO_FRONT_BACKEND_CONTRACT.md).
| # | Document | Zone | Spec |
|---|----------|------|------|
| 1 | [IMPL_01_auth_compte.md](IMPL_01_auth_compte.md) | 1 — Authentification et compte | [SPEC_01](../specs/SPEC_01_auth_compte.md) |
| 2 | [IMPL_05_offices_membres.md](IMPL_05_offices_membres.md) | 5 — Offices et membres | [SPEC_05](../specs/SPEC_05_offices_membres.md) |
| 3 | [IMPL_06_roles_permissions.md](IMPL_06_roles_permissions.md) | 6 — Rôles et permissions | [SPEC_06](../specs/SPEC_06_roles_permissions.md) |
| 4 | [IMPL_04_types_dossiers.md](IMPL_04_types_dossiers.md) | 4 — Types de dossiers | [SPEC_04](../specs/SPEC_04_types_dossiers.md) |
| 5 | [IMPL_03_documents_types.md](IMPL_03_documents_types.md) | 3 — Documents et types | [SPEC_03](../specs/SPEC_03_documents_types.md) |
| 6 | [IMPL_02_dossiers.md](IMPL_02_dossiers.md) | 2 — Dossiers | [SPEC_02](../specs/SPEC_02_dossiers.md) |
| 7 | [IMPL_07_parties_partage.md](IMPL_07_parties_partage.md) | 7 — Parties et partage | [SPEC_07](../specs/SPEC_07_parties_partage.md) |
| 8 | [IMPL_08_notes_rappels.md](IMPL_08_notes_rappels.md) | 8 — Notes et rappels | [SPEC_08](../specs/SPEC_08_notes_rappels.md) |
| 9 | [IMPL_09_abonnement_facturation.md](IMPL_09_abonnement_facturation.md) | 9 — Abonnement et facturation | [SPEC_09](../specs/SPEC_09_abonnement_facturation.md) |
| 10 | [IMPL_10_espace_client_invite.md](IMPL_10_espace_client_invite.md) | 10, 11 — Espace client / invité | [SPEC_10](../specs/SPEC_10_espace_client_invite.md) |
| 11 | [IMPL_12_admin_office.md](IMPL_12_admin_office.md) | 12 — Admin doffice | [SPEC_12](../specs/SPEC_12_admin_office.md) |
| 12 | [IMPL_13_admin_plateforme.md](IMPL_13_admin_plateforme.md) | 13 — Admin plateforme | [SPEC_13](../specs/SPEC_13_admin_plateforme.md) |
| 13 | [IMPL_14_contenus_parametres.md](IMPL_14_contenus_parametres.md) | 14 — Contenus et paramètres | [SPEC_14](../specs/SPEC_14_contenus_parametres.md) |
| 14 | [IMPL_15_technique_design.md](IMPL_15_technique_design.md) | 15 — Technique et design | [SPEC_15](../specs/SPEC_15_technique_design.md) |
| 15 | [IMPL_17_ia_local.md](IMPL_17_ia_local.md) | 17 — ia_local (enso) | [SPEC_17](../specs/SPEC_17_ia_local.md) |
| 16 | [IMPL_18_operation.md](IMPL_18_operation.md) | 18 — Opération (cabinet/office) | [SPEC_18](../specs/SPEC_18_operation.md) |
| — | [IMPL_ENSO_COMPANIES_SCREENS.md](IMPL_ENSO_COMPANIES_SCREENS.md) | Enso — Sociétés (`companies.*`) | [MODELE_SOCIETES_ET_DOSSIERS_DOPERATION.md](../MODELE_SOCIETES_ET_DOSSIERS_DOPERATION.md) |
**Template :** [TEMPLATE_IMPL.md](TEMPLATE_IMPL.md).