Commit graph

18 commits

Author SHA1 Message Date
7809df4c5a feat: get self db user_id
All checks were successful
ci / lint_and_test (push) Successful in 15s
2026-06-09 16:33:42 +01:00
55a61d0df5 fix: get user orgs endpoint can return null questionnaires
All checks were successful
ci / lint_and_test (push) Successful in 14s
2026-06-09 15:55:23 +01:00
56569f09db feat: get user self orgs endpoint
All checks were successful
ci / lint_and_test (push) Successful in 14s
2026-06-09 15:52:38 +01:00
4ff9edf6d1 feat: schema mixins moved to project level
Resolves circular dependency issues.
2026-06-09 13:17:31 +01:00
62c43ce883 feat: sensical user invitation
Some checks failed
ci / lint_and_test (push) Failing after 8s
Users can now be invited to an org by email.

"Email" for now is "print to stdout"

Resolves #12
2026-06-09 12:22:36 +01:00
c452c6c0d5 feat: delete endpoint queries
Some checks failed
ci / lint_and_test (push) Failing after 5s
Delete endpoints do not fully support bodies. Queries used instead.

Tests added.

Resolves #20
2026-06-09 09:29:14 +01:00
c689ac1e10 minor: ruff formatter
All changes are either:
- Correcting tabs
- Adding/removing line breaks
- Adding trailing commas
2026-06-08 15:31:37 +01:00
1aac45eb76 feat: group ids in get user endpoints 2026-06-08 10:51:01 +01:00
bb4965ab07 feat: org id in get user/self/db 2026-06-08 10:26:17 +01:00
9403e9291f minor: >0 user id in bodies 2026-06-02 14:40:24 +01:00
c4b4000d62 fix: user response groups optional 2026-05-29 16:55:05 +01:00
43cb7e700d docs: user docstrings
Issue: #13
2026-05-28 14:55:44 +01:00
748544fb82 feat: user dependencies
In addition to the by-query and by-body db fetch dependencies. Users also have a by-claim dependency.

Issue #6
2026-05-27 14:29:09 +01:00
a80767d870 feat: condensed user get endpoints
The process also added improved ORM relationships for multiple models.
2026-05-25 12:06:24 +01:00
23f2ce98d7 feat: iam rbac system
Endpoints and db architecture to support a role based IAM system.
2026-05-25 09:05:17 +01:00
34413b3fc5 feat: oidc claims response model 2026-05-20 10:42:07 +01:00
f54876eac6 minor: cleanup
Minor tweaks to reduce warnings in IDE e.g. unused imports.
2026-05-19 12:10:06 +01:00
376a7a9fe5 Initial commit 2026-04-06 12:41:49 +01:00