admin: Add setting to differenciate real challenge from common tests

This commit is contained in:
nemunaire 2022-01-21 09:07:27 +01:00
parent 252ff33b83
commit 15c85c8f59
5 changed files with 23 additions and 6 deletions

View file

@ -28,6 +28,8 @@ type FICSettings struct {
Authors string `json:"authors"`
// VideoLink is the link to explaination videos when the challenge is over.
VideosLink string `json:"videoslink"`
// WorkInProgress indicates if the current challenge is under development or if it is in production.
WorkInProgress bool `json:"wip,omitempty"`
// Start is the departure time (expected or effective).
Start time.Time `json:"start"`