Skip to content

Commit

Permalink
agenda: add cue notes field
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Sep 3, 2022
1 parent 7c4f52f commit 1d61eba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions agenda/agenda.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ type Cue struct {
// Name is the unique, human-friendly name for this cue
Name string `json:"name" yaml:"name"`

// Notes is a free-form notes field.
// This is optional and only displayed in the administrative console.
Notes string `json:"notes" yaml:"notes"`

// QLabID is the unique identifier for this cue in QLab (informational only;
// not used by Audimance)
QLabID string `json:"qlabID" yaml:"qlabID"`
Expand Down

0 comments on commit 1d61eba

Please sign in to comment.