diff --git a/backend/backend b/backend/backend index 119387f..586e9c6 100755 Binary files a/backend/backend and b/backend/backend differ diff --git a/backend/setup.go b/backend/setup.go index 324e4ca..930f0dc 100644 --- a/backend/setup.go +++ b/backend/setup.go @@ -8,15 +8,17 @@ import ( ) type Surfer struct { - Firstname string `json:"firstname"` - Lastname string `json:"lastname"` - Color string `json:"color"` + Name string `json:"name"` + Color string `json:"color"` + Priority string `json:"priority"` + Score string `json:"score"` } type Heat struct { Name string `json:"name"` Category string `json:"category"` - Number string `json:"number"` + Number int `json:"number"` + Timer int `json:"timer"` Surfers []Surfer `json:"surfers"` } diff --git a/backend/static/_app/version.json b/backend/static/_app/version.json index c688487..cbb7d86 100644 --- a/backend/static/_app/version.json +++ b/backend/static/_app/version.json @@ -1 +1 @@ -{"version":"1701857544737"} \ No newline at end of file +{"version":"1702464938807"} \ No newline at end of file diff --git a/backend/static/_app/version.json.br b/backend/static/_app/version.json.br index c1d6839..79d245f 100644 Binary files a/backend/static/_app/version.json.br and b/backend/static/_app/version.json.br differ diff --git a/backend/static/_app/version.json.gz b/backend/static/_app/version.json.gz index 6db80af..8da6dd5 100644 Binary files a/backend/static/_app/version.json.gz and b/backend/static/_app/version.json.gz differ diff --git a/backend/static/index.html b/backend/static/index.html index 2c5e71f..5cf6c4b 100644 --- a/backend/static/index.html +++ b/backend/static/index.html @@ -5,17 +5,17 @@ - + - - - + + +