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 }