Story 1. Super admin access

User story

As a super admin

I can create users with different access and attach them to the companies

So that helps to manage all users

Acceptance criteria

01

Given: Page users

When: select company
AND click button “Add User“

Then: see the popup window with:
– Full Name
– Email
– Company
– Password
– Confirm password
– Role
– Photo

image-20240322-164900.png

02

Given: Add user popup

When: fill out all fields
And click save

Then: new user is created

03

Given: Add user popup

When: select role Super admin

Then: can manage and create new companies and other users

04

Given: Add user popup

When: select role admin

Then: can manage and create new users inside the current company without ability to select company

05

Given: Add user popup

When: select role sales
OR head-of-sales

Then: can’t manage and create new users

Comments

Leave a Reply