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

Support including/excluding test users #53

Open
shankari opened this issue Jun 5, 2023 · 3 comments
Open

Support including/excluding test users #53

shankari opened this issue Jun 5, 2023 · 3 comments

Comments

@shankari
Copy link
Contributor

shankari commented Jun 5, 2023

Test users are users whose subgroup is test
These are typically the admins, who want to check that the app works properly.
We want to be able to filter out their data from the visualizations, currently only the map
And if we ever to add the ability to visualize the data inline, it would be good to exclude them from those as well

The public dashboard currently does this using a field from the dynamic config
The admin dashboard can either use the same field, or provide a checkbox in the selection area to include/exclude test data.

@shankari
Copy link
Contributor Author

@JGreenlee will work on this

@JGreenlee
Copy link
Contributor

Since our only visualizations currently are for "Map", I was thinking I'd just implement this filter on that page.

But I'm wondering if it would also be valuable to include/exclude test users from all data including the tables on the "Data" page, and the summary on "Overview".

If so, I think a global filter similar to the datepicker would be more appropriate. Thoughts?

@shankari
Copy link
Contributor Author

I think we should exclude them from all data. Global filter would be best.

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

No branches or pull requests

2 participants