-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
Description
As a System Administrator, I want to define new permissions for accessing pulse survey data
Acceptance Criteria:
- A new permission named "CAN_VIEW_ALL_PULSE_RESPONSES" should be created.
- The
PulseResponseController(and related service) should be altered so that users with this permission are allowed to access pulse survey responses from all team members and others are not. - The
PulseResponseController(and related service) should be altered so that users without this permission are allowed to see their own responses and those of people in their reporting heirarchy. - Any existing pulse survey APIs should be reviewed and appropriate permissions added to ensure proper access control