GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Define Slack channels in config #309

Open TimJentzsch opened 2 years ago

TimJentzsch commented 2 years ago

The Slack channels used to send transcription checks and other manages shouldn't be hard coded, but defined in a config so that they can be changed for a local setup and adjusted on production as needed.

Additionally, we should use channel IDs instead of channel names so that we can rename channels without breaking things.

itsthejoker commented 2 years ago

I think we should look at porting the channel name <-> channel ID system from bubbles -- it will probably make this easier.