In my case, I have a consultation room. This room will have a form of participants/member. It depends on lead doctor of this room, she/he have power to invites a doctor who can be participate in this room. This rooms will contains attachment of files, and a communication between doctors and patients. Hence, the data came from consultation room is considered as sensitive data. The lead of this team in consultation room, have capabilities to close the consultation.
Now I am thinking that I will take advantage the Team feature of appwrite. But as what I said earlier that the consultation will be closed. So the team I created should not be deleted because there will be a time that the doctor may be visit for this consultation room, as we know that the data that have been attach here is that the participant who can only access this. This is the question I need to clarify about the Team Appwrite:
- Can I create unlimited teams in appwrite? even though the consultation can be closed.
- Or do you have any idea? a better solution?
(I hope that we can also have a permission middleware, it something like middleware or a function that returns a boolean, this is something similar on firebase and pocket base security mechanism.
How does closing the consultation relate to permissions?
I can relate to permission, what if the team is limited, like we can only create a 100 of teams, so that I should delete the specific team so I cannot reach the limit. So then the permission here will be deleted so the member of that team can never be access the data since they do not have permission anymore.
So that I have this question . is the teams is unimited?
On cloud, free plan is 100 per project
how about pro plan?
Unlimited.
Recommended threads
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...