Browse Source

Chore: Update user-role permissions (emoji)

pull/917/head
Raju Udava 3 years ago committed by GitHub
parent
commit
1842c3a395
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 72
      packages/noco-docs/content/en/setup-and-usages/user-management.md

72
packages/noco-docs/content/en/setup-and-usages/user-management.md

@ -26,63 +26,63 @@ If you do not have an SMTP sender configured, make sure to copy the invite link
### Advanced options & configurations ### Advanced options & configurations
| |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    | | |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    |
| :-- | :-: | :-: | :-: | :-: | :-: | | :-- | :-: | :-: | :-: | :-: | :-: |
| Audit | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Audit | ✅ | ✅ | ✅ | ✅ | ✅ |
| App Store | :white_check_mark: | :x: | :x: | :x: | :x: | | App Store | ✅ | ❌ | ❌ | ❌ | ❌ |
| Team & Auth | :white_check_mark: | :x: | :x: | :x: | :x: | | Team & Auth | ✅ | ❌ | ❌ | ❌ | ❌ |
| Project Metadata | :white_check_mark: | :x: | :x: | :x: | :x: | | Project Metadata | ✅ | ❌ | ❌ | ❌ | ❌ |
| New user: Add Owner | :white_check_mark: | :x: | :x: | :x: | :x: | | New user: Add Owner | ✅ | ❌ | ❌ | ❌ | ❌ |
| New user: Add Creator | :white_check_mark: | :x: | :x: | :x: | :x: | | New user: Add Creator | ✅ | ❌ | ❌ | ❌ | ❌ |
| New user: Add Editor | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | New user: Add Editor | ✅ | ✅ | ❌ | ❌ | ❌ |
| New user: Add Commenter | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | New user: Add Commenter | ✅ | ✅ | ❌ | ❌ | ❌ |
| New user: Add Viewer | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | New user: Add Viewer | ✅ | ✅ | ❌ | ❌ | ❌ |
| View existing users | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | View existing users | ✅ | ✅ | ❌ | ❌ | ❌ |
| Preview mode | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | Preview mode | ✅ | ✅ | ❌ | ❌ | ❌ |
| SQL Client | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | | SQL Client | ✅ | ✅ | ✅ | ❌ | ❌ |
### Schema options ### Schema options
| |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    | | |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    |
| :-- | :-: | :-: | :-: | :-: | :-: | | :-- | :-: | :-: | :-: | :-: | :-: |
| Add table | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | Add table | ✅ | ✅ | ❌ | ❌ | ❌ |
| Delete table | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | Delete table | ✅ | ✅ | ❌ | ❌ | ❌ |
| Modify table | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | Modify table | ✅ | ✅ | ❌ | ❌ | ❌ |
| Add column | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | Add column | ✅ | ✅ | ❌ | ❌ | ❌ |
| Delete column | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | Delete column | ✅ | ✅ | ❌ | ❌ | ❌ |
| Modify column | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | Modify column | ✅ | ✅ | ❌ | ❌ | ❌ |
### Record options ### Record options
| |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    | | |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    |
| :-- | :-: | :-: | :-: | :-: | :-: | | :-- | :-: | :-: | :-: | :-: | :-: |
| Add row | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | | Add row | ✅ | ✅ | ✅ | ❌ | ❌ |
| Delete row | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | | Delete row | ✅ | ✅ | ✅ | ❌ | ❌ |
| Modify row/ cell | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | | Modify row/ cell | ✅ | ✅ | ✅ | ❌ | ❌ |
| Expand row | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | | Expand row | ✅ | ✅ | ✅ | ❌ | ❌ |
| Right click on cell (add/edit row) | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | :x: | | Right click on cell (add/edit row) | ✅ | ✅ | ✅ | ❌ | ❌ |
| View table data (cell) contents | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | View table data (cell) contents | ✅ | ✅ | ✅ | ✅ | ✅ |
### Comments ### Comments
| |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    | | |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    |
| :-- | :-: | :-: | :-: | :-: | :-: | | :-- | :-: | :-: | :-: | :-: | :-: |
| View comments from others | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | | View comments from others | ✅ | ✅ | ✅ | ✅ | ❌ |
| Add comments | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :x: | | Add comments | ✅ | ✅ | ✅ | ✅ | ❌ |
### Views ### Views
| |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    | | |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    |
| :-- | :-: | :-: | :-: | :-: | :-: | | :-- | :-: | :-: | :-: | :-: | :-: |
| Create new view | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | Create new view | ✅ | ✅ | ❌ | ❌ | ❌ |
| Share view | :white_check_mark: | :white_check_mark: | :x: | :x: | :x: | | Share view | ✅ | ✅ | ❌ | ❌ | ❌ |
### Project generals ### Project generals
| |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    | | |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    |
| :-- | :-: | :-: | :-: | :-: | :-: | | :-- | :-: | :-: | :-: | :-: | :-: |
| Created views access | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Created views access | ✅ | ✅ | ✅ | ✅ | ✅ |
| Filter fields/ Column | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Filter fields/ Column | ✅ | ✅ | ✅ | ✅ | ✅ |
| Filter fields/ Query | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Filter fields/ Query | ✅ | ✅ | ✅ | ✅ | ✅ |
| Sort fields | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Sort fields | ✅ | ✅ | ✅ | ✅ | ✅ |
| Theme | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Theme | ✅ | ✅ | ✅ | ✅ | ✅ |
| Auth token | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Auth token | ✅ | ✅ | ✅ | ✅ | ✅ |
| Project Info | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Project Info | ✅ | ✅ | ✅ | ✅ | ✅ |
| Swagger API | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | :white_check_mark: | | Swagger API | ✅ | ✅ | ✅ | ✅ | ✅ |
### Automations ### Automations
| |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    | | |     Owner    |     Creator     |     Editor    | Commenter |     Viewer    |

Loading…
Cancel
Save