Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Account Access Group #12

Open
vody opened this issue Mar 23, 2021 · 0 comments
Open

Account Access Group #12

vody opened this issue Mar 23, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request
Projects

Comments

@vody
Copy link
Collaborator

vody commented Mar 23, 2021

As a customer, I want to be able to list users which will have a write access to a account setup so that information it will not be exposed to everyone in an organization

Feature: Account Access Group
  As a customer, I want to be able to list users which will have a write access to a account setup so that information it will not be exposed to everyone in an organization

  Scenario: Pre-defined permissions sets 
    When user installs a product into environment
    Then new 'SUBMGT, VIEW' and 'SUBMGT, SETUP' permissions sets will be created
    And 'SUBMGT, VIEW' permission set will be assigned to all users
    And 'SUBMGT, SETUP' permission set will be assigned to the user who initiated an installation.

  Scenario: 
    Given product installed into environment
    When user with write permissions to Account Setup table opens Account Setup page
    Then Account Setup page opens without any errors

  Scenario: 
    Given product installed into environment
    When user with read permissions to Account Setup table opens Account Setup page
    Then error message informs user that he do not have permissions defined

  Scenario: 
    Given product installed into environment
    When user with write permissions to Account Setup table opens Role Center
    Then subscription related notifications appear

  Scenario: 
    Given product installed into environment
    When user with read permissions to Account Setup table opens Role Center
    Then subscription related notifications do not appear

  Scenario: 
    Given product installed into environment
    When user with write permissions to Account Setup table opens Account Setup page
    And Sign-up for an account
    Then instruction on Account Screen informs him about 'SUBMGT, SETUP' permissions set which should be defined for any user which would have edit account access

AB#7764

@vody vody added the enhancement New feature or request label Mar 23, 2021
@vody vody self-assigned this Mar 23, 2021
@vody vody added this to 2021 Q2 in Roadmap Mar 23, 2021
@vody vody moved this from 2021 Q2 to 2021 Q3 in Roadmap Sep 2, 2021
@vody vody moved this from 2021 Q3 to 2021 Q4 in Roadmap Nov 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Roadmap
2021 Q4
Development

No branches or pull requests

1 participant