arcade-services icon indicating copy to clipboard operation
arcade-services copied to clipboard

Maestro should require channel classifications to be a specific set of values

Open mmitche opened this issue 4 years ago • 0 comments

  • [ ] This issue is blocking
  • [ ] This issue is causing unreasonable pain

Currently, when creating a channel, we can specify any string as the classification for the channel. Mostly we use "test", "dev", and "product". There are parts of the validation and release infrastructure that do different things depending on the channel category. Instead of allowing any value, We should treat these categories as a bounded set so that the decision of which classification to use is better understood and we avoid potential errors. Some examples could be:

  • engineering
  • tooling
  • product
  • ?

mmitche avatar Nov 10 '21 17:11 mmitche