Story 1.4.1.1. CRM. Talent Profile list table

Content

General info

The Profile List Table allows CRM users to view and manage profiles with key details. The table includes columns for name, status, areas of expertise (arias), current position, categories, and Rocken contact.

User story

As a CRM user,
I want to view and manage profiles in a table format that includes essential details such as name, status, areas of expertise, current position, categories, and Rocken contact,
So that I can efficiently assess and handle profile information.

Visual design:

https://www.figma.com/design/I5CXH7H3ICD0vfA1kPbcVf/Rocken-Design?node-id=58488-163014&t=9FCsnOPGTbJZZbWS-4

#

Acceptance Criteria

01

Scenario: Displaying Profile List Columns
Given the CRM user is on the Profile List page
When the table loads
Then the user should see columns for name and market under the name, status, arias, current position, categories, and Rocken contact.

image-20250317-122337.png

02

Scenario: Viewing Profile Details
Given profiles are loaded into the table
When the user views the list
Then all profiles should be displayed with the correct information in each corresponding column.

03

Scenario: Handling Missing Information
Given there are profiles with missing information
When the list is displayed
Then cells with missing information should display a "-" symbol.

04

Scenario: Scrolling Through Profile List
Given there are multiple profiles listed
When the user scrolls through the table
Then all profiles should remain visible with no loss of data during scrolling.

05

Scenario: Viewing Profile Details from List
Given the user clicks on a profile’s name
When the profile details are displayed
Then all related information should match the data in the list.

06

Scenario: Pagination for Profile List
Given there are more profiles than can fit on a single page
When the user views the table
Then the table should display pagination controls to navigate through the profiles.

07

Scenario: Recently added Profiles on Top
Given profiles page
When created some new users
Then the recently created profiles should be listed at the top of the table.

Comments

Leave a Reply