Story 1.0.2.2. CRM. Developer role

Content

General info

The Developer role in the CRM is designed to provide access to necessary information and functionalities required for development-related tasks while restricting the ability to edit any data. This ensures that Developers can focus on technical contributions without interfering with sensitive or administrative operations. Developers have view-only access to critical sections and relevant reports, maintaining the integrity of the CRM system.

This role is a subset of the Admin role, with similar viewing permissions but without editing capabilities.

User story

As a Developer,
I want to access relevant data and functionalities within the CRM,
so that I can perform my development tasks effectively without the ability to edit sensitive information.

Scheme:

#

Acceptance Criteria

01

Scenario: Developer role permission
Given I am logged into the CRM as a Developer
When I access a CRM page
Then I should see all data as an admin

02

Scenario: Restricted editing capabilities
Given I am logged in as a Developer
When open any page of CRM
Then don’t see creation, edit and delete buttons

Comments

Leave a Reply