You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently making a channel config change requires editing config/matchmaking.yml. We'd like to make it possible to use slash commands but yaml prevents that. Moving config into the database is a first step in working on that command.
Proposed Solution (Not tied to this / Open to better options)
Perhaps we consider creating a SlackChannel model that can be looked up by either Channel name or Slack Channel ID. (whichever is better). That model can have a #config attribute stored in the DB as a JSON column. We would use this in place of the current matchmaking initialization's use of YAML.
The text was updated successfully, but these errors were encountered:
Currently making a channel config change requires editing config/matchmaking.yml. We'd like to make it possible to use slash commands but yaml prevents that. Moving config into the database is a first step in working on that command.
Proposed Solution (Not tied to this / Open to better options)
Perhaps we consider creating a
SlackChannel
model that can be looked up by either Channel name or Slack Channel ID. (whichever is better). That model can have a#config
attribute stored in the DB as a JSON column. We would use this in place of the current matchmaking initialization's use of YAML.The text was updated successfully, but these errors were encountered: