Improved team search and team managing (#18)
This commit is contained in:
parent
9b0c842ae1
commit
d66382b581
12 changed files with 819 additions and 536 deletions
5
src/models/rights.json
Normal file
5
src/models/rights.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"READ": 0,
|
||||
"READ_WRITE": 1,
|
||||
"ADMIN": 2
|
||||
}
|
||||
Reference in a new issue