Netflix / dispatch

All of the ad-hoc things you're doing to manage incidents today, done for you, and much more!
Apache License 2.0
4.95k stars 488 forks source link

Allows tagging of runbooks #4998

Closed whitdog47 closed 1 month ago

whitdog47 commented 1 month ago

This PR allows users to tag runbooks. Note that desired tag types must have the "Document" discoverability checked.

image
wssheldon commented 1 month ago
              <v-col cols="12">
                <tag-picker
                  label="Tags"
                  v-model="tags"
                  :project="project"
                  model="document"
                  :model-id="id"
                  show-copy
                />
              </v-col>

Does it only show valid elements (e.g. Note that desired tag types must have the "Document" discoverability checked)? -- Best case, I think, we only show valid elements, and there's an info tooltip that says what elements are shown.

whitdog47 commented 1 month ago

@wssheldon yes, the model prop here tells the tag picker which tag type discoverability model to use.