-
Notifications
You must be signed in to change notification settings - Fork 0
(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]
-
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. -
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. -
public_agg_only
: Anyone can view aggregate stats of the user group. Only ADMINS of the user group can view individual stats. -
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. -
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.
Are you... Ready for it?
Home
User Groups Stats Visibility Levels
Data Tables
Mappings from Source Tables to ERAS
Continuous Aggregates
Decisions Around Session Time Caps