Sync GovOPlaN module state
This commit is contained in:
13
README.md
13
README.md
@@ -3,10 +3,10 @@
|
||||
`govoplan-organizations` is the canonical organizational model module for
|
||||
GovOPlaN.
|
||||
|
||||
It owns organization unit types, organization structures, concrete units,
|
||||
functions, and identity-held function assignments. These facts exist
|
||||
independently of authentication and authorization. Identity links people to
|
||||
accounts, and Access projects organization facts into roles and rights.
|
||||
It owns organization unit types, organization structures, concrete units, and
|
||||
functions. These facts exist independently of authentication and authorization.
|
||||
Identity links people to accounts, IDM links identities to organization
|
||||
functions, and Access projects accepted facts into roles and rights.
|
||||
|
||||
## Boundary
|
||||
|
||||
@@ -17,19 +17,18 @@ Organizations owns:
|
||||
- parallel organization structures and relation types
|
||||
- functions in organization units
|
||||
- whether a function may be delegated or used for acting in place
|
||||
- identity-held function assignments, optionally constrained to one account
|
||||
- whether an assignment applies only to one unit or also to subunits
|
||||
|
||||
Organizations does not own:
|
||||
|
||||
- login accounts, identity lifecycle, or account linking
|
||||
- identity-to-function assignments or candidate search; those bridges are owned by `govoplan-idm`
|
||||
- role and permission evaluation
|
||||
- postboxes, workflows, portals, files, or cases
|
||||
- external IDM connector internals
|
||||
|
||||
The WebUI exposed by this repository is a normal module UI at
|
||||
`/organizations`. It is the editing surface for the meta-model, concrete
|
||||
organization tree, structures, functions, and assignments.
|
||||
organization tree, structures, and functions.
|
||||
|
||||
Admin-only controls are contributed by this module through the platform
|
||||
`admin.sections` WebUI capability, so the admin shell can show them when the
|
||||
|
||||
Reference in New Issue
Block a user