cybergis / cybergis-compute-python-sdk

https://cybergis.github.io/cybergis-compute-python-sdk
Apache License 2.0
5 stars 7 forks source link

UI Not Fully Reset if User "Submits New Job" #52

Closed alexandermichels closed 2 years ago

alexandermichels commented 2 years ago

This is a minor bug, but I wanted to document it here. I've noticed two small things don't get reset when a user runs a job and then clicks "Submit New Job" button on the "Job Configuration" tab:

  1. The "Job Configuration" Tab changes name to ":white_check_mark: Your Job Status" when a job completes and does not reset when clicking "Submit New Job."
  2. The "Download Job Result" Tab changes to ":white_check_mark: Download Job Result" and has information about the prior download. You can see both in the screenshot below: DownloadJobFiles

I think the solutions would be:

  1. Just don't change the "Job Configuration" tab name in the first place since it never really gives information on the job status.
  2. Remove the checkmark from the tab name of "Download Job Result" and remove the text about previous downloads.
alexandermichels commented 2 years ago

Seems to be solved by #54