sparrowapp-dev / sparrow-app

Your next-gen API testing and development tool.
https://sparrowapp.dev
GNU Affero General Public License v3.0
39 stars 24 forks source link

Team - Role update #1120

Open Madhvan-0912 opened 1 week ago

Madhvan-0912 commented 1 week ago

Description: The user should be able to make a Team admin by selecting the "Admin" role for a particular admin member. When the user selects "Admin," a popup should appear for changing role and a button for updating access.

Figma: Popup: image image

Acceptance Criteria:

Acceptance Criteria 1: Given the user is viewing the members list of a Team When the user selects the role of a particular member Then the user should see an option to select "admin."

Acceptance Criteria 2: Given the user selects the "admin" option for a particular member When the user clicks on "admin" Then a popup should appear showing a message about changing the role

Acceptance Criteria 3: Given the user is shown popup for changing role is displayed When the user views the popup Then the popup should include:

Acceptance Criteria 4: Given the user read the message When the user clicks the "Update Access" button Then the member should be update to admin role and the user should receive a confirmation/failure message.