-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
Description
Problem Statement
- Currently, edit access can be restricted only to the creator of the dashboard. We want to expand it to teams such that selective teams can have access to edit a dashboard.
Solution Brainstorm
- Update
Dashboard PermissionsModel to hold a list of teams that have access - Update the serializer classes based on changes to the
Dashboard Permissionsmodel - Update the permission class specific to dashboard details endpoint to restrict access based on teams
Product Area
Unknown