From e8432974a0605a1c237af5e35113ce99e1b4a6e5 Mon Sep 17 00:00:00 2001 From: masterElmar <18119527+masterElmar@users.noreply.github.com> Date: Tue, 12 Dec 2023 17:13:32 +0100 Subject: [PATCH] fix:#82 update todo --- backend/sport/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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