-
Notifications
You must be signed in to change notification settings - Fork 5
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
Testing and UI update required to display effect of applying Over-Detect censor to data frame. #189
Comments
I can get 2 over-detects using ORG_ID 21GUAM and no date filter and Enterococcus as the only characteristic. I can see the values in the over-detect table. |
During testing I loaded data for 21GUAM Enterococcus, and then stayed in the same session and went back to Load tab and changed the ORG_ID to 21NYBCH. When reloading new data I need to clear the Censor Data filter and 'disable/enable' settings. |
@JamesBisese I added two columns to the table in the PR so that a user can see how the detection limit is described (as an over or under detect) in "ResultDetectionConditionText" and "DetectionQuantitationLimitTypeName": #197 and https://github.com/USEPA/TADAShiny/pull/197/files I also made edits so all results can be reviewed if needed (not just 10). I think there are pros and cons to filter vs. not filter this table. Can the table filtering you are adding be made optional for users? |
Is your feature request related to a problem? Please describe.
Need to find a dataset with Over-Detects in order to test the Censored Data "Over-Detect" handling. If a user sets Under-Detect to No Change, and then runs Over-Detect censor, the result example (first 10 rows of data) does not show anything related to Over-Detect.
Describe the solution you'd like
We need an example dataset that has overdetects.
We need to censor over-detects and see the affect in the result example table displayed on the tab.
A clear and concise description of what you want to happen. If possible,
include an example of how you would like to see the code work:
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features
you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Reminders for TADA contributors addressing this issue
New features and/or edits should include the following work:
Create or edit the code.
Document all code using line/inline and/or multi-line/block comments
to describe what is does.
Create or edit tests in tests/testthat folder to help prevent and/or
troubleshoot potential future issues.
If your code edits impact other functionality in the shiny
app, ensure those are updated as well.
Run styler::style_pkg(), devtools::document(), and devtools::check()
and address any new notes or issues before creating a pull request.
The text was updated successfully, but these errors were encountered: