edemaine / comingle

Multiroom meeting app integrating web tools
MIT License
44 stars 8 forks source link

Room tags [ WIP ] #133

Open mehtank opened 3 years ago

mehtank commented 3 years ago

See https://github.com/mehtank/comingle/tree/tags which allows an arbitrary dictionary of tags per room. This then lets you bulk edit rooms according to tag filters, so you can e.g. archive all rooms tagged with week = 1 or category = "Open-Ended" or what have you. There are a few special tags hardcoded to have particular meaning:

WIP because you can currently only manipulate tags through the REST API (#131). Although maybe it's not necessary to have frontend hooks for all of these?