Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: Update config file based on code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
robsavoye committed Mar 25, 2024
1 parent c6c9ae5 commit fdbb7d7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 7 deletions.
5 changes: 5 additions & 0 deletions tm_admin/fmtmroles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@
- users
- messages
- notications
- campaigns

- permissions:
- mapper:
- read
- tables:
- projects
- tasks
- users
- messages
- campaigns

- validator:
- update
Expand All @@ -25,6 +28,7 @@
- tables:
- projects
- tasks
- users

- associate_manager:
- update
Expand All @@ -37,6 +41,7 @@

- project_manager:
- delete
- create
- children:
- associate_manager
- validator
Expand Down
28 changes: 21 additions & 7 deletions tm_admin/tmroles.yaml
Original file line number Diff line number Diff line change
@@ -1,30 +1,44 @@
---

# By default mappers not in a team are initially read only
- domains:
- teams
- users
- organizations
- projects
- tasks
- users
- messages
- notications

- permissions:
- mapper:
- read
- tables:
- projects
- tasks
- users
- messages

- project_manager:
- create
- modify
- delete
- validator:
- update
- children:
- validator
- mapper
- tables:
- projects
- tasks
- users

- validator:
- modify
- project_manager:
- delete
- create
- children:
- validator
- mapper
- tables:
- projects
- tasks
- users

# Teams have similar permisions as users

Expand Down

0 comments on commit fdbb7d7

Please sign in to comment.