Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.1.8 Major Release
-
Labels:None
-
Story Points:1.5
-
Epic Link:
-
Sprint:Spring 5 2021 May 17 - May 28
Description
The External View tab is supposed to display an external genome browser image when the user clicks "update".
However, if a user has not yet selected a genome and clicks "update", a misleading error message is shown. See IGBF-2855 for details.
We should instead display a more helpful message that lets the user know that before they can use the External View tab, they first must select a genome version.
I did below code changes in the file external.properties and Browserview.java. The error messaged has been improved and we are getting more meaningful messages when user does not select the genome and when user selects the plant genome. I have uploaded the images of the messages. Please check.
I have pushed the changes in my local branch. Link - https://bitbucket.org/omarne/integrated-genome-browser/downloads/
Dr. Nowlan Freese Please review my changes and submit a pull request.