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

Censored Data tab bug #158

Open
3 tasks
cristinamullin opened this issue Jun 6, 2024 · 0 comments
Open
3 tasks

Censored Data tab bug #158

cristinamullin opened this issue Jun 6, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cristinamullin
Copy link
Collaborator

Describe the bug

If a user clicks "Apply Methods to Dataset" more than once... the method is applied over and over.

For example,
Non-Detect Handling Method = Multiply detection limit by x
Multiplier (x) = 0.5
Over-Detect Handling Method = No change
then each time the sum reduction = ½ * ½ * ½.

Also, multiple different methods can be applied now which does not make sense. A user must only select one, and then undo the method if they want to select and apply a different one after reviewing the table.

To Reproduce

Use any dataset and go to the censored data tab, click the "Apply Methods to Dataset" button more than once and observe.

Expected behavior

The "Apply Methods to Dataset" button should only be able to be clicked once. After that, the button should disappear or maybe turn grey. If a user wants to undo the method they can click the "Undo Method Application" button. If they click that, they the "Apply Methods to Dataset" should be made available again.

Screenshots

image

Reminders for TADA contributors addressing this issue

New features should include all of the following work:

  • Create the function/code.

  • Document all code using comments to describe what is does.

  • Create tests.

@cristinamullin cristinamullin added the bug Something isn't working label Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants