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

CSV uploading animation #32

Closed
stevieflow opened this issue Mar 5, 2014 · 1 comment
Closed

CSV uploading animation #32

stevieflow opened this issue Mar 5, 2014 · 1 comment

Comments

@stevieflow
Copy link
Contributor

As data is being uploaded by the CSV file, include a progress bar / spinning wheel (!) animation to indicate there is progress..........

@amercader
Copy link
Contributor

How to do it:

Quickest way I can think of is adding a small js script that listens to the submit event for the upload form and shows a hidden div with the animation.

https://github.com/okfn/ckanext-iati/blob/master/ckanext/iati/theme/templates/csv/upload.html#L22

(Proper fix is of course make the whole thing asynchronous and periodically refresh the page while it waits for the server to finish)

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

No branches or pull requests

2 participants