Segmenting Dashboards based on user accounts/client groups.
client_id
is associated with a client_group
. Based on the group, they will be served a specific dashboard.
client_id | client_group |
---|---|
1 | Group A |
2 | Group B |
3 | Group C |
4 | Group A |
5 | Group B |
6 | Group C |
7 | Group A |
8 | Group B |
9 | Group C |
10 | Group A |
client_id
and client_group
table to control access to specific dashboards. One token for all dashboards and you change the dashboard-id
based on clientGroup
.