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
- Function global variables
when i create a top-level global variable in go or bun how will it behave? is the heap getting renewed on every execution or could i do some kind of temp. cachi...
- Appwrite Auth & Function don't reveal cl...
When I execute a function or sign in with my Flutter app, Appwrite does not show my real IP: instead, it seems that Appwrite shows Fastly CDN IP address.
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...