Replies: 3 comments 3 replies
-
What is your proposal, @Ram-SN ? A user can do simple arithmetic and count that 315 - (other values that sum to 315 besides number of interest) = a number less than 10. So this is not an easy problem to solve. |
Beta Was this translation helpful? Give feedback.
-
I'm really not sure on this one @Ram-SN @glabrie10 . What precisely is the desired behavior here? To simply not show a number less than 10, even when users can reason it out without too much difficulty? @glabrie10 per your last comment, I understand maybe you are moving instead to simply disable the Visualize tab under certain circumstances. Is that correct? I'm thinking that (1) doing so may lead to some major user confusion, as the Visualize tab may appear to randomly be visible some times and not others, and (2) ultimately if the API is still sending the underlying data, any somewhat-technical user could see the real numbers by just pulling up the dev console, so unless the API is changed it's not really a robust solution. |
Beta Was this translation helpful? Give feedback.
-
@ndobb We would like to disable visualization whenever any value used to render graphics is ten or lower. We have created a new custom error message that explains in detail why visualization is disabled for cohorts with any value of 10 or lower. The API is part of the entire patch. We have not worked on that. @Ram-SN, our engineer on this patch, is still working through discovery. We understand that the API will need patching before this is considered a viable solution. @ndobb, if you have any insight on what files to look at for the API, we would greatly appreciate it. |
Beta Was this translation helpful? Give feedback.
-
We have a Use Case at CU Anschutz for compliance to block the visualize tab when individual values are 10 or less.
We implemented a fix to visualize.tsx:
We implemented similar hacky fixes for all components and we are working on a full patch to remove this blocky code from the React App. This is what we have discovered so far:
Beta Was this translation helpful? Give feedback.
All reactions