denshoproject / ddr-local

Web UI used for interacting with DDR collections and entities on a local machine.
Other
3 stars 0 forks source link

Processing screen doesn't update #24

Closed mollylh closed 11 years ago

mollylh commented 11 years ago

After uploading a new file, my screen showed a green bar, which said that the file was being processed: image

I left the screen alone, since I didn't want to interrupt another file upload. After about 25 minutes, however, the screen had not updated itself (my first file upload took less than a minute).

It would be helpful to have a separate message that let me know when the file upload was complete.

GeoffFroh commented 11 years ago

The queue management system supports status updates for file processing. UI will be updated to support status messaging.

gjost commented 11 years ago

The background task notifications currently do not update unless the user refreshes the page or loads a new one. We will need to sprinkle on the javascript pixie dust for that to happen.

gjost commented 11 years ago

Got a basic jQuery AJAX-y live-update thing working. Nothing fancy yet but it basically works.