-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ui for baracoda cog uk id #87
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #87 +/- ##
========================================
Coverage 82.30% 82.30%
========================================
Files 10 10
Lines 226 226
Branches 20 20
========================================
Hits 186 186
Misses 35 35
Partials 5 5 Continue to review full report at Codecov.
|
baracoda/static/index.html
Outdated
} | ||
} | ||
</script> | ||
<h1>Baracoda COG UK id retriever</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would call it "COG-UK barcode creator"
baracoda/static/index.html
Outdated
<label for="prefix">Prefix | ||
<select id="prefix"></select> | ||
</label> | ||
<label for="count">Count |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would call it "Number" for "number of barcodes".
baracoda/static/index.html
Outdated
</label> | ||
<label for="count">Count | ||
<input type="text" name="count" id="count" value="" autocomplete="off" /></label> | ||
<input type="button" name="but" onclick="clickButton()" value="Retrieve" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would say "Create".
Closes #
Changes proposed in this pull request: