Commit graph

4 commits

Author SHA1 Message Date
oskar 8ced1f7925 Implement invitation management for patients and add supporting APIs, services, and tests
oka: not tested yet

- Introduced `Invitation` entity, table schema, and repository.
- Added `InvitationController` with APIs for creating, resolving, and accepting invitations.
- Implemented `InvitationService` to handle invitation workflows, including token generation and validation.
- Created unit tests for controller, service, and repository layers.
- Added support for patient-subject relationships with `PatientSubject` entity and repository.
- Updated `PatientAccessChecker` to handle subject-based access control.
- Extended Keycloak provisioning service for invitation role management.
- Updated database migrations to include invitations and patient-subject tables.
- Enhanced security configuration to permit invitation resolution API.
- Updated build scripts and dependencies for testing support.
2026-01-14 15:12:10 +01:00
oskar 553ae2bd69 Remove redundant tenant and user metadata assignments across services. 2026-01-12 23:13:22 +01:00
oskar ca166eb661 cloude review 2026-01-09 19:01:46 +01:00
oskar 1c9ca4cfa2 init backend 2026-01-09 18:35:06 +01:00