
I am building a designed admin panel with Nextjs and hoping to use Appwrite.
- A Team acts as a parent to roles with permissions assigned to it
- A Role is limited to the permissions of its parent Team or fewer
- Users are assigned to Roles, not Teams
- No user should be able to access Teams or Roles or invite other users without the correct permission
- I want an Admin role that has access to everything, including all users regardless of Teams
Is this too much of a stretch to use the built in Teams service and should I look into making my own custom collections?
TL;DR
Developers creating admin panel with Nextjs using Appwrite want custom team/role/permission setup:
- Team acts as parent to roles with permissions
- Roles have limited permissions from parent Team
- Users assigned to Roles, not Teams
- Restrict access to Teams/Roles/invitations without permission
- Require Admin role with full access
It may be a stretch to use built-in Teams service; consider creating custom collections for more control.Recommended threads
- Collection Permission issue
I am facing issue in my Pro account. "Add" button is disabled while adding permission in DB collection settings.
- Origin error after changing default port...
Hi! I need some help regarding an issue I’m facing with Appwrite after changing the default ports. I have a self-hosted Appwrite instance running on my VPS. I ...
- Opened my website after long time and Ba...
I built a website around a year back and and used appwrite for making the backend. At that time the website was working fine but now when i open it the images a...
