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

add a loader when simulation jar is uploaded #8

Open
miccar opened this issue Oct 26, 2017 · 1 comment
Open

add a loader when simulation jar is uploaded #8

miccar opened this issue Oct 26, 2017 · 1 comment
Assignees

Comments

@miccar
Copy link
Contributor

miccar commented Oct 26, 2017

in the System Management UI: add a loader while a simulation jar is uploading (when Upload button is clicked)

bissim added a commit that referenced this issue Nov 22, 2017
The progress bar in simulation request panel from index.jsp has been partially fixed: it now deactivates the submit button (whichever it is), iterates five times and activates the submit button again after stopping.
This commit partially addresses issue #8: a proper information about the actual upload status is still missing.
@bissim bissim self-assigned this Nov 22, 2017
bissim added a commit that referenced this issue Nov 23, 2017
A second attempt has been performed in order to show a progress about the loading of a simulation JAR along with a simulation request, as requested by issue #8: the incapability to sort things out is due to FormData object used to submit the whole form containing both text and file fields.
An error message has been put in place for request upload error though on lines 602-608 of script.js.
@bissim
Copy link
Collaborator

bissim commented Nov 28, 2017

My attempt to properly show the loader with the effective status of the simulation jar upload up to now failed.

Discussing the issue with @spagnuolocarmine we agreed on a possible solution: extract the file field from the simulation form and put it into a separate one, in order to retrieve the progress status of submission needed by the paper-progress element.

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