timetable-extension #1

Open
fred.boniface wants to merge 144 commits from timetable-extension into main
1 changed files with 5 additions and 0 deletions
Showing only changes of commit e76956bea2 - Show all commits

View File

@ -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
}