Open stuartlynn opened 2 years ago
Merging #16 into this:
Right now we only have the option to update a sync dataset every x seconds. It would be amazing to have the ability to more finely control the time at which a dataset is imported.
This should be done by using cron syntax under the hood with a UI to help construct the statement.
Rust has a good parser for cron syntax : https://crates.io/crates/cron we can use this to generate the next run time once a import has been successful.
Currently the sync API simply overwrites the imported dataset. We should give the user the option of