I am creating dashboard for a twitch bot commands. The plan is that you can have individual and team commands. The streamer can do what ever they want with individual commands. If the streamer is not the owner of the team he/she can only enable or disable the command. Now is my question what is the best database structure? Right now all the commands are in one collection with document security enabled
https://appwrite.io/docs/databases-relationships
Establishing relationships here might be a great approach
Recommended threads
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.