13 lines
548 B
Markdown
13 lines
548 B
Markdown
# GovOPlaN Views Module
|
|
|
|
This repository owns view definitions, immutable revisions, scoped
|
|
assignments, effective resolution, and the Views administration UI.
|
|
|
|
- Keep generic surface contracts and shell filtering in `govoplan-core`.
|
|
- Keep authorization decisions in Access and governance limits in Policy.
|
|
- A View may hide an authorized surface, but must never grant access.
|
|
- Required assignments must pass server-side lockout validation.
|
|
- Do not import optional module implementations. Consume manifest surfaces and
|
|
platform capabilities.
|
|
|