docs: complete public documentation baseline
Module Package Release / publish-packages (push) Successful in 11s
Module Package Release / publish-packages (push) Successful in 11s
This commit is contained in:
@@ -6,7 +6,7 @@ from govoplan_core.core.provider_governance import declared_module_architecture
|
||||
|
||||
MODULE_ID = "contracts"
|
||||
MODULE_NAME = "Contracts"
|
||||
MODULE_VERSION = "0.1.18"
|
||||
MODULE_VERSION = "0.1.19"
|
||||
READ_SCOPE = "contracts:workspace:read"
|
||||
WRITE_SCOPE = "contracts:workspace:write"
|
||||
ADMIN_SCOPE = "contracts:workspace:admin"
|
||||
@@ -68,6 +68,13 @@ DOCUMENTATION = (
|
||||
layer="available",
|
||||
documentation_types=("admin", "user"),
|
||||
audience=("user", "operator", "module_admin", "product_owner"),
|
||||
translations={
|
||||
"de": {
|
||||
"title": "Modulgrenze von Contracts",
|
||||
"summary": "Vertragsregister für Verlängerungen, Verpflichtungen, verantwortliche Einheiten, Dokumente, Freigabeketten sowie Lieferanten- und Partnerverweise.",
|
||||
"body": "Dieses Repository ist derzeit ein Grundgerüst für ein Plattformmodul. Es registriert die Fachgrenze, Berechtigungsoberfläche, Rollenvorlagen und Dokumentationsmetadaten, bevor Laufzeit-APIs, Datenbankmodelle, Migrationen und WebUI-Routen eingeführt werden.",
|
||||
}
|
||||
},
|
||||
order=100,
|
||||
related_modules=OPTIONAL_DEPENDENCIES,
|
||||
links=(
|
||||
@@ -78,7 +85,11 @@ DOCUMENTATION = (
|
||||
),
|
||||
),
|
||||
metadata={
|
||||
"kind": "reference",
|
||||
"seed": True,
|
||||
"consequence_classes": {
|
||||
"seed_boundary": "Declares ownership and permissions only; no runtime workflow is available yet.",
|
||||
},
|
||||
"domain_objects": ['contract register', 'renewal reminders', 'obligation tracking', 'responsible-unit assignment', 'sign-off chain references', 'vendor and partner links'],
|
||||
"first_slice": "Define contract record, party, renewal, obligation, responsible unit, and document reference concepts.",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user