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
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Failed to create function
Hey everyone 👋 I'm having an issue creating Functions on Appwrite Cloud and I'm not sure if it's a platform bug or something wrong in my project. When I try t...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...