27 lines
1.2 KiB
Markdown
27 lines
1.2 KiB
Markdown
# GovOPlaN Parties
|
|
|
|
<!-- govoplan-repository-type:start -->
|
|
**Repository type:** module (domain).
|
|
<!-- govoplan-repository-type:end -->
|
|
|
|
`govoplan-parties` owns how a subject participates in a concrete procedure:
|
|
roles, preferred and permitted channels, delivery-recipient status, frozen
|
|
contact snapshots, evidence, and effective representation powers.
|
|
|
|
Identity and Organizations continue to own subject masters. Addresses owns
|
|
contact points. Cases and other procedures consume effective Party projections
|
|
through `parties.resolver` instead of copying representation logic.
|
|
|
|
See [docs/PARTIES_DOMAIN.md](docs/PARTIES_DOMAIN.md).
|
|
|
|
## Data-subject requests
|
|
|
|
The module contributes `privacy.dsar.parties`. Searches are tenant-scoped and
|
|
accept canonical identity/account selectors or explicit `parties.party` and
|
|
`parties.revision` references. Results expose a minimized typed projection;
|
|
the stored payload, free-text change reasons, evidence identifiers, and
|
|
unrelated counterpart details are not exported. Historical revisions and
|
|
operator attribution are retained, while a current active party fact requires
|
|
authorized manual review through the normal party lifecycle. The provider does
|
|
not automatically erase or rewrite procedure evidence.
|