From e76956bea23d87e6468dbc5ff916a57e9cc76fab Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 27 Mar 2024 23:38:39 +0000 Subject: [PATCH] Add notes for next steps --- src/cif/update.go | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/cif/update.go b/src/cif/update.go index 0488c21..7a4d178 100644 --- a/src/cif/update.go +++ b/src/cif/update.go @@ -14,4 +14,9 @@ func runUpdate(updateType string) error { return err } return errors.New("This function is not yet defined") + + // Fetch Data + // Check that the data is not too old. Maybe aim for less than two days? + // Write a parsing function that can handle VSTP as well as SCHEDULE data + // Handle database management }