You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a user Queries and Flags and Censors data, and then returns to the 1/ Load tab and changes anything and re-runs Query then the UI is not reset to original state. Tabs and Buttons are active that need to be inactive.
To Reproduce
Steps to reproduce the behavior:
1. Query data using ORG_ID 21GUAM, no dates, Characteristic Enterococcus. Click Run Query
2. Click on '3. Flag' and then hit the Flag button
3. Click on '5. Censored Data' and turn the options to Non-Detect Handling Method No Change
and Over-Detect Handling Method to Multiple Limit by X and set x to 0.25
4. Click on 'Apply Methods to Dataset' button
5. Return to tab '1. Load' and add a second ORG_ID 21GUBCH
6. Click Run Query.
7. Click the '5. Censored Data' tab
8. The web application hits a fatal error
Error: (converted from warning) Error in : (converted from warning) Error in dplyr::group_by: Must group by variables found in .data.
✖ Column TADA.CensoredData.Flag is not found.
8. scroll down and see that the 'Apply Methods to Dataset' button is still disabled, and the 'Undo Method Application' is active.
Expected behavior
The widgets on tab 1. Load should all be disabled once they have been run one time. A new button should appear once a query has been run, or data loaded, and it should cause a complete Reload of the TADA Shiny app - setting state back to the initial state.
Reminders for TADA contributors addressing this issue
If users can load data during a session, all the session needs to be reset before the load occurs. It might be possible to reset each object but it would be a developer burden - and I don't see that there is any benefit.
The text was updated successfully, but these errors were encountered:
Describe the bug
If a user Queries and Flags and Censors data, and then returns to the 1/ Load tab and changes anything and re-runs Query then the UI is not reset to original state. Tabs and Buttons are active that need to be inactive.
To Reproduce
Steps to reproduce the behavior:
1. Query data using ORG_ID 21GUAM, no dates, Characteristic Enterococcus. Click Run Query
2. Click on '3. Flag' and then hit the Flag button
3. Click on '5. Censored Data' and turn the options to Non-Detect Handling Method No Change
and Over-Detect Handling Method to Multiple Limit by X and set x to 0.25
4. Click on 'Apply Methods to Dataset' button
5. Return to tab '1. Load' and add a second ORG_ID 21GUBCH
6. Click Run Query.
7. Click the '5. Censored Data' tab
8. The web application hits a fatal error
Error: (converted from warning) Error in : (converted from warning) Error in dplyr::group_by: Must group by variables found in
.data
.✖ Column
TADA.CensoredData.Flag
is not found.8. scroll down and see that the 'Apply Methods to Dataset' button is still disabled, and the 'Undo Method Application' is active.
Expected behavior
The widgets on tab 1. Load should all be disabled once they have been run one time. A new button should appear once a query has been run, or data loaded, and it should cause a complete Reload of the TADA Shiny app - setting state back to the initial state.
Reminders for TADA contributors addressing this issue
If users can load data during a session, all the session needs to be reset before the load occurs. It might be possible to reset each object but it would be a developer burden - and I don't see that there is any benefit.
The text was updated successfully, but these errors were encountered: