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

Issue 50945: Show counts per metric for outliers in QC Summary view of all replicates #953

Merged
merged 4 commits into from
Aug 28, 2024

Conversation

ankurjuneja
Copy link
Contributor

Rationale

This PR adds separate columns for each of the metrics and show the number of outliers for each replicate in replicate summary webpart.

Related Pull Requests

else
iconCls = 'fa-check qc-correct';
html += '<tr id="' + sampleFile.calloutId + '"><td>'
+ '<span class="fa ' + iconCls + '" style="width: 1em; text-align: center"></span></td><td><div class="sample-file-item">' + Ext4.util.Format.htmlEncode(sampleFile.ReplicateName) + '</div></td><td><div class="sample-file-item-acquired" style="text-wrap: nowrap">' + Ext4.util.Format.date(sampleFile.AcquiredTime ? new Date(sampleFile.AcquiredTime) : null, LABKEY.extDefaultDateTimeFormat || 'Y-m-d H:i:s') + '</div></td>';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should HTML encode the formatted time just to be safe.

@ankurjuneja ankurjuneja merged commit 9c13d5f into develop Aug 28, 2024
4 checks passed
@ankurjuneja ankurjuneja deleted the fb_Issue50945 branch August 28, 2024 04:19
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