Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore query state from previous results file #97

Merged
merged 9 commits into from
Jan 17, 2024
Merged

Conversation

Nate-Wessel
Copy link
Contributor

@Nate-Wessel Nate-Wessel commented Jan 16, 2024

Closes #92

To restore the state of a previous query, just drag your previously downloaded results file over the browser and drop it anywhere in the side panel. The frontend then parses the URI values in the file and reconstructs the state of the app that would have generated those URIs.

There is very little validation of the inputs or error handling in general. However the idea is to drop this feature in in a way that no one is likely to notice so as not to cause confusion. At least at first. Only data request reviewers will know about this feature for now.

@Nate-Wessel Nate-Wessel marked this pull request as ready for review January 16, 2024 18:17
@Nate-Wessel Nate-Wessel merged commit edcc480 into deploy Jan 17, 2024
1 check passed
@Nate-Wessel Nate-Wessel deleted the restore-state branch January 17, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow restoring state of a previous request
1 participant