Distribute and handle challenge.json
This commit is contained in:
parent
e8f6a03cd9
commit
dff4f4eb63
20 changed files with 167 additions and 48 deletions
|
@ -22,12 +22,6 @@ var SettingsDir string = "./SETTINGS"
|
|||
|
||||
// Settings represents the settings panel.
|
||||
type Settings struct {
|
||||
// Title is the displayed name of the challenge.
|
||||
Title string `json:"title"`
|
||||
// Authors is the group name of people making the challenge.
|
||||
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"`
|
||||
|
||||
|
|
Reference in a new issue