docs: declare institutional architecture boundary
This commit is contained in:
@@ -9,6 +9,7 @@ from govoplan_core.core.modules import (
|
||||
PermissionDefinition,
|
||||
RoleTemplate,
|
||||
)
|
||||
from govoplan_core.core.provider_governance import declared_module_architecture
|
||||
|
||||
MODULE_ID = "evaluation"
|
||||
MODULE_NAME = "Evaluation"
|
||||
@@ -71,8 +72,8 @@ DOCUMENTATION = (
|
||||
"remain possible."
|
||||
),
|
||||
layer="available",
|
||||
documentation_types=("admin",),
|
||||
audience=("operator", "module_admin", "product_owner"),
|
||||
documentation_types=("admin", "user"),
|
||||
audience=("user", "operator", "module_admin", "product_owner"),
|
||||
related_modules=("poll", "scheduling", "calendar", "campaigns", "forms", "forms_runtime", "reporting"),
|
||||
metadata={"seed": True},
|
||||
),
|
||||
@@ -96,6 +97,15 @@ manifest = ModuleManifest(
|
||||
permissions=PERMISSIONS,
|
||||
role_templates=ROLE_TEMPLATES,
|
||||
documentation=DOCUMENTATION,
|
||||
architecture=declared_module_architecture(
|
||||
layer="domain_capability",
|
||||
kind="domain",
|
||||
maturity="scaffold",
|
||||
documentation_ref="README.md",
|
||||
known_limits=("Evaluation templates, runs, responses, scoring, and aggregation are not persisted yet.",),
|
||||
owned_concepts=("evaluation", "evaluation response", "scoring rubric", "evaluation result"),
|
||||
non_owned_concepts=("poll", "schedule", "report presentation"),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user