Add notes for next steps

This commit is contained in:
Fred Boniface 2024-03-27 23:38:39 +00:00
parent 46c82eefa6
commit e76956bea2
1 changed files with 5 additions and 0 deletions

View File

@ -14,4 +14,9 @@ func runUpdate(updateType string) error {
return err return err
} }
return errors.New("This function is not yet defined") 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
} }