virtual-vgo / vvgo

Virtual Video Game Orchestra
https://vvgo.org
Apache License 2.0
8 stars 7 forks source link

Allow Mixtape project owners to add and remove people from their project channels #323

Open jacksonargo opened 3 years ago

jacksonargo commented 3 years ago

My initial idea is to use slash commands to do this. Something like

/mixtape my_mixtape_channel add|remove @some-interested-user

jacksonargo commented 2 years ago

I'm going to scratch the idea of slash command rn now, and probably focus on web ui. ReactJS has made it much easier to implement things form ui perspective, so I actually like the workflow of make a web ui first , then add slash command as feature++