Add notes for next steps
This commit is contained in:
parent
46c82eefa6
commit
e76956bea2
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user