Skip to content

(Panoptes) User Groups Stats Visibilities

yuenmichelle1 edited this page Jul 22, 2023 · 1 revision

When viewing user group stats, each user group stats "board" has a visibility level (which is a user_group's stats_visibility entry in Panoptes). [This stats_visibility is an enum type on the user_group model on Panoptes.

Currently there are 5 Levels of Visibility:

Stats Visibility (stats_visibility) Levels [Matching number with its corresponding numeric value in Panoptes]

  1. private_agg_only (DEFAULT) : Only members of a user group can view aggregate stats. Individual stats are ONLY viewable by ADMINS of the user group.
  2. private_show_agg_and_ind: Only members of a user group can view aggregate stats. Individual stats is viewable by BOTH members and admins of the user group.
  3. public_agg_only: Anyone can view aggregate stats of the user group. Only ADMINS of the user group can view individual stats.
  4. public_agg_show_ind_if_member: Anyone can view aggregate stats of the user group. Both members and admins of the user group can view individual stats.
  5. public_show_all: Anyone can view aggregate stats of the user group and can view individual stats of the user group. Authentication/Authorization to view user_group stats is NOT needed.

Overview

Home
User Groups Stats Visibility Levels
Data Tables
Mappings from Source Tables to ERAS
Continuous Aggregates
Decisions Around Session Time Caps

API Documentation

Routes and Params
Examples
Troubleshooting

Clone this wiki locally