JochemwhiteOriginal post
Rank 1: Thread
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
Summary
The user is seeking advice on the best database structure for a Twitch bot command dashboard. They currently have all commands in one collection with document security enabled. The suggestion is to establish relationships, which can be done using the guidelines provided in the link provided.