feat(access): add organization manger

org managager regardless of permissions can conduct all operations against an organization.

!28 #39
This commit is contained in:
2024-06-17 19:38:11 +09:30
parent 2bbf78d888
commit 14acea31f2
8 changed files with 121 additions and 3 deletions

View File

@ -0,0 +1,12 @@
---
title: Access Module
description: No Fuss Computings Access Module Documentation for Django ITSM
date: 2024-06-17
template: project.html
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/django_app
---
## Components
- [Organization](./organization.md)

View File

@ -0,0 +1,19 @@
---
title: Organization
description: No Fuss Computings Organization User Documentation for Django ITSM
date: 2024-06-17
template: project.html
about: https://gitlab.com/nofusscomputing/infrastructure/configuration-management/django_app
---
An organization is how multi-tenancy is conducted within this application.
## Organization Manager
An organization manager is to be viewed as the "owner" of an organization. With the exception of editing the organization itself, the manager can conduct **ALL** operations against an organization regardless of their permissions.
## Teams
A team is a way of grouping users and permissions.