Skip to content

Commit

Permalink
add name extension to event to allow labels like "masters"
Browse files Browse the repository at this point in the history
  • Loading branch information
konrad2002 committed May 21, 2024
1 parent 3df4878 commit b4be970
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ type Event struct {
Style Style `json:"style,omitempty" bson:"-"` // PDF + DSV
Final EventFinal `json:"final,omitempty" bson:"final,omitempty"` // manually
Part MeetingPart `json:"part,omitempty" bson:"part,omitempty"` // PDF + DSV
NameExtension string `json:"name_extension,omitempty" bson:"name_extension,omitempty"` // manually ! used for example for master "Masters"
Finished bool `json:"finished,omitempty" bson:"finished,omitempty"` // PDF + DSV + Livetiming
Certified bool `json:"certified,omitempty" bson:"certified,omitempty"` // PDF + DSV ! used for result file links
NoStartList bool `json:"no_start_list,omitempty" bson:"no_start_list,omitempty"` // manually ! used for start list file links
Expand Down

0 comments on commit b4be970

Please sign in to comment.