feat(access): add organization manger
org managager regardless of permissions can conduct all operations against an organization. !28 #39
This commit is contained in:
12
docs/projects/django-template/user/access/index.md
Normal file
12
docs/projects/django-template/user/access/index.md
Normal 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)
|
19
docs/projects/django-template/user/access/organization.md
Normal file
19
docs/projects/django-template/user/access/organization.md
Normal 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.
|
Reference in New Issue
Block a user