chore: sync GovOPlaN module split state

This commit is contained in:
2026-07-10 12:51:19 +02:00
parent 514e1ef96e
commit d2ba4ce4d8
8 changed files with 807 additions and 0 deletions

17
README.md Normal file
View File

@@ -0,0 +1,17 @@
# govoplan-connectors
`govoplan-connectors` will own integration catalogues and generic external
system connection patterns for GovOPlaN.
The module should make external systems discoverable, testable, and usable
without taking ownership of their business semantics. Domain-specific modules
remain responsible for case, file, workflow, payment, mail, identity, document,
or reporting behavior.
See:
- [Connector concept](docs/CONCEPT.md)
- [Public-sector integration catalogue](docs/PUBLIC_SECTOR_INTEGRATION_CATALOGUE.md)
- [Connector source lifecycle](docs/CONNECTOR_SOURCE_LIFECYCLE.md)
- [OpenProject connector concept](docs/OPENPROJECT_CONNECTOR.md)
- [OpenDesk integration map](docs/OPENDESK_INTEGRATION_MAP.md)