admin: Add setting to differenciate real challenge from common tests
This commit is contained in:
parent
252ff33b83
commit
15c85c8f59
5 changed files with 23 additions and 6 deletions
|
@ -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"`
|
||||
|
|
Reference in a new issue