Details
-
Type: Task
-
Status: Closed (View Workflow)
-
Priority: Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:Spring 8 : 24 Apr to 8 May, Spring 8 : 11 May to 25 May, Spring 9 : 25 May to 8 Jun, Summer 1: 8 Jun - 19 Jun, Fall 5, Fall 6
Description
NCBI Primer App is a tool that helps users design PCR primers to amplify DNA.
The UI works fine but some of the UI elements are poorly worded or consume too much space.
To improve it, make the following changes to the NCBI Primer Options tab UI:
- Move components closer to their labels
- Change wording: "Number of Primers to return" to: "Return primers:"
- Change wording:"Custom forward primer" to "Forward Primer" (same for Reverse primer)
- Change wording: "PCR product size" to "Product size"
- Remove label "Specificity check" (the checkbox text explains what this is about – the label is not really needed)
- Change "Enable search ...to the intended PCR template" to: "Design primer pairs specific to the selected target"
- Reduce the size of the "Database" dropdown
See: https://bitbucket.org/lorainelab/ncbi-primer/src/master/
Also see: https://drive.google.com/file/d/1hmdG4pKfSBFZ412Ew-ikHJoDvNptJ0RX/view?usp=sharing
Attachments
Issue Links
Activity
Hide
Permalink
Jaya Sravani Sirigineedi
added a comment -
- Trying to add a jScrollPane Component to the UI which adds a horizontal scrollbar as doing the above-mentioned resizing also isn't allowing all the content to be inside the default layout and the user might not recognize that there is content beyond that.
- Also, there is a test case failure when forking the master branch from the repository, created a new issue for investigating that testcase failure.
Show
Jaya Sravani Sirigineedi
added a comment -
Trying to add a jScrollPane Component to the UI which adds a horizontal scrollbar as doing the above-mentioned resizing also isn't allowing all the content to be inside the default layout and the user might not recognize that there is content beyond that.
Also, there is a test case failure when forking the master branch from the repository, created a new issue for investigating that testcase failure.