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 domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...
- After a GET request is passed to functio...
Create execution in the console can normally retrieve the get parameters。WHy?