-
Notifications
You must be signed in to change notification settings - Fork 290
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
Should we allow users the ability to download an old export? #1091
Comments
Tom, what do you mean with the download? Quickly thinking of your use case, I would assume that the export should run in the background, and the user knows where the export contents are. |
Hi John, Basically, there's currently no UI endpoint for the user to access an existing export. The way that it works currently is:
If something went wrong on the client's end during step 2, the message from the server will never be received, and no zip will be downloaded -- even though it might be there on the server. The only way to get an export if this happens is to run the whole process again, which is a bit unnecessary. A possible solution could be to modify the backend to just send the zip if nothing's been changed (without any of the exporting process) -- how we'd work this out, I'm not 100% sure at this point. Hope that makes sense :) |
Ok, makes sense. Was a little confused on the title. Probably something like "Run export process in background, complete and report back even after AT closure", you guys are native English so you'll probably know a better sentence, but you get where I'm going to, I hope. |
Hi Tom, I think your suggestion works, I've detailed the steps below.
|
Sounds like a sensible solution Mark, I think rigging the functionality to the existing export button makes most sense. We could also set up some notification on login to let the user know if this has happened (i.e. they didn't download their export) |
@dancgray how does this one fit into your solution? |
Closing due to inactivity |
The main scenario this affects is:
The text was updated successfully, but these errors were encountered: