Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Add Import/Export functionality #11

Open
raxod502 opened this issue Jul 3, 2018 · 1 comment
Open

Add Import/Export functionality #11

raxod502 opened this issue Jul 3, 2018 · 1 comment
Labels

Comments

@raxod502
Copy link
Contributor

raxod502 commented Jul 3, 2018

From @PythonNut on January 12, 2018 7:27

When exporting, we can simply dump the courseList field from the store, either with entries substituted for full course objects ala courses or in a simple text format.

When importing, we will need to validate the input before committing it to the store.

Copied from original issue: hyperschedule/hyperschedule#47

@raxod502
Copy link
Contributor Author

raxod502 commented Jul 3, 2018

I'm of the opinion that, going forward, we should not make any assumptions about the well-formed-ness of the course data. That way we can handle mistaken API responses and user input. The current app does not do a great job of this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant