Make Access optional for Evaluation

This commit is contained in:
2026-07-12 09:32:16 +02:00
parent 3fa344b565
commit d027746c6d
4 changed files with 18 additions and 6 deletions

View File

@@ -28,6 +28,13 @@ Evaluation does not own:
- generic form rendering and submission runtime; those belong in `govoplan-forms` and `govoplan-forms-runtime`
- BI dashboards and long-term reporting infrastructure
## Optional Access Integration
`govoplan-access` is optional. With Access installed, Evaluation can use
identity resolution, permission checks, and role templates. Without Access,
Evaluation remains usable for reduced flows such as public-link questionnaires,
local participant lists, or tenant-local response collection.
## Development Install
```bash