cloud-api/src
luxferre b3689c8af6 feat: org router refactor
- All TODOs done.
- org_model_dependency used for all applicable routes
- ORM relationships used to reduce number of queries being made and simplify endpoint code.
- Missing request and response models added.
- Small bug fixes
2026-05-25 16:54:45 +01:00
..
_module_template Initial commit 2026-04-06 12:41:49 +01:00
admin feat: iam rbac system 2026-05-25 09:05:17 +01:00
auth feat: org root user dependency 2026-05-25 09:54:46 +01:00
contact feat: contact model restructure 2026-05-25 15:15:50 +01:00
iam feat: condensed user get endpoints 2026-05-25 12:06:24 +01:00
organisation feat: org router refactor 2026-05-25 16:54:45 +01:00
service feat: iam rbac system 2026-05-25 09:05:17 +01:00
user feat: condensed user get endpoints 2026-05-25 12:06:24 +01:00
api.py feat: iam rbac system 2026-05-25 09:05:17 +01:00
config.py Initial commit 2026-04-06 12:41:49 +01:00
constants.py Initial commit 2026-04-06 12:41:49 +01:00
database.py feat: db dependency upgrade 2026-05-21 16:55:15 +01:00
exceptions.py Initial commit 2026-04-06 12:41:49 +01:00
main.py docs: user module 2026-05-20 15:23:40 +01:00
models.py Initial commit 2026-04-06 12:41:49 +01:00
schemas.py feat: iam rbac system 2026-05-25 09:05:17 +01:00