diff --git a/backend/sport/main.go b/backend/sport/main.go index 64ffe81..5efed87 100644 --- a/backend/sport/main.go +++ b/backend/sport/main.go @@ -15,7 +15,7 @@ import ( "github.com/PuerkitoBio/goquery" ) -// @TODO: reformat the extracted data to the event model that there are events with real start and end dates +// @TODO: fix bug where cycle contains multiple days (e.g. "Mo + Mi 18:00-20:00") // @TODO: add tests // @TODO: add it to the service // @TODO: make it like a cron job to fetch the sport courses once a week