Skip to content
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

Merged
merged 6 commits into from
Oct 29, 2024

Conversation

ayobi
Copy link
Contributor

@ayobi ayobi commented Oct 3, 2024

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.

@ayobi ayobi changed the title added new fields to sample summary sample summary report expansion Oct 3, 2024
@ayobi ayobi marked this pull request as draft October 3, 2024 20:10
@ayobi ayobi marked this pull request as ready for review October 21, 2024 23:40
microsetta_admin/server.py Outdated Show resolved Hide resolved
Comment on lines 66 to 75
<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>
Copy link
Collaborator

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?

Copy link
Collaborator

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.

Copy link
Contributor Author

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.

microsetta_admin/server.py Show resolved Hide resolved
microsetta_admin/templates/per_sample_summary.html Outdated Show resolved Hide resolved
@cassidysymons cassidysymons merged commit 43f6674 into biocore:master Oct 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants