You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow users to download and upload Odyssey state data to enable them to save analysis progress and resume. First step towards long term goal: external state (database)? Odyssey analysis sharable by link.
Feature components:
button to dump global values into an object and copy/download JSON
button to upload JSON file and load values, set all relevant globals
Steps (not necessarily in order):
UI component planning & implementation (probably want button in header bar, likely to open a pop up with download/upload options similar to server pop up. Do we want something on the spec entry page also? An upload option there may make more sense.)
Determine essential state to download, organize into JSON. (May reveal opportunities to organize state differently/remove unneeded components? Users don't need to understand JSON, but it'd be good if it is reasonably concise and organized --better look for us for sure.)
Implement JSON download/copy
Implement Odyssey initialization with JSON upload
The text was updated successfully, but these errors were encountered:
Have a basic implementation working with a subset of states! Goal is to get rest of the state accounted for by the end of the week (meaning sufficient state can be exported then imported to replicate the page fully).
Things we may not get too before the start of next quarter:
error checking for import
file import/export instead of copying & pasting text
UI finalization (need feedback for that, but once we get it it should be very quick)
Allow users to download and upload Odyssey state data to enable them to save analysis progress and resume. First step towards long term goal: external state (database)? Odyssey analysis sharable by link.
Feature components:
Steps (not necessarily in order):
The text was updated successfully, but these errors were encountered: