-
Notifications
You must be signed in to change notification settings - Fork 10
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
sample summary report expansion #106
sample summary report expansion #106
Conversation
<tr> | ||
<td colspan=3 style="text-align:left;padding:4px"> | ||
<input type="text" name="text_input" placeholder="Enter value here" id="text_input"> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td colspan=3 style="text-align:left;padding:4px"> | ||
<input type="file" name="file" id="file"> | ||
</td> | ||
</tr> |
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.
Can you please clearly label the fields, e.g. Single Search for the text input and Upload List for the file input? Also, can you either prevent both from being submitted or indicate on the UI which takes precedence if both have values?
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.
@ayobi The code to prevent both from being submitted looks good, but can you please clearly label the fields? Thanks.
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.
Gotcha. I updated the vars to reflect the id upload_list
and single_search
.
At the moment, to get a sample summary report, 2 of the 3 ways we do this is by searching for a single barcode or searching through a csv file of barcodes. With the expansion, we are also going to be able to search via Kit ID, Email, Outbound Tracking Number, and Inbound Tracking Number and also see these fields in the output of the report.