docs: complete public documentation baseline
Module Package Release / publish-packages (push) Successful in 10s
Module Package Release / publish-packages (push) Successful in 10s
This commit is contained in:
@@ -6,7 +6,7 @@ from govoplan_core.core.provider_governance import declared_module_architecture
|
||||
|
||||
MODULE_ID = "booking"
|
||||
MODULE_NAME = "Booking"
|
||||
MODULE_VERSION = "0.1.18"
|
||||
MODULE_VERSION = "0.1.19"
|
||||
READ_SCOPE = "booking:workspace:read"
|
||||
WRITE_SCOPE = "booking:workspace:write"
|
||||
ADMIN_SCOPE = "booking:workspace:admin"
|
||||
@@ -72,6 +72,13 @@ DOCUMENTATION = (
|
||||
layer="available",
|
||||
documentation_types=("admin", "user"),
|
||||
audience=("user", "operator", "module_admin", "product_owner"),
|
||||
translations={
|
||||
"de": {
|
||||
"title": "Modulgrenze von Booking",
|
||||
"summary": "Buchungsverfahren für Räume, Ressourcen, Schalter, Ausstattung, Terminarten, öffentliche Zeitfenster, interne Reservierungen, Wartelisten, Absagen, Anwesenheit und Nichterscheinen.",
|
||||
"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=(
|
||||
@@ -82,7 +89,11 @@ DOCUMENTATION = (
|
||||
),
|
||||
),
|
||||
metadata={
|
||||
"kind": "reference",
|
||||
"seed": True,
|
||||
"consequence_classes": {
|
||||
"seed_boundary": "Declares ownership and permissions only; no runtime workflow is available yet.",
|
||||
},
|
||||
"domain_objects": ['booking procedures', 'public and internal slot allocation', 'waiting lists', 'reservation lifecycle', 'attendance and no-show facts'],
|
||||
"first_slice": "Define booking type, slot, reservation, attendance, cancellation, and no-show concepts, then add APIs for tenant-local booking configuration.",
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user