Content
General info
This feature involves creating a dynamic and user-friendly table within the CRM system that displays a list of companies. The table will include columns for various company attributes such as name, client level (status), vacancies, processes, cooperation status, site, industries, and rocken contact. Users should be able to sort, filter, and search within the table to quickly find the relevant companies. The table should also support pagination for easy navigation through large datasets.
User story
As a CRM user,
I want to view, search, and manage a list of companies in a table format,
So that I can efficiently manage company information and make informed decisions.
RT-6078
–
Получение подробных данных проблемы…
СТАТУС
Visual design:
https://www.figma.com/design/I5CXH7H3ICD0vfA1kPbcVf/Rocken-Design?node-id=58203-68552&t=QKDY3vrnbfvvmGMx-4
|
|
Acceptance criteria
|
|
|
01
|
Scenario 1: Display Company List Table
Given I am logged into the CRM,
When I navigate to the "Companies" section,
Then I should see a table displaying a list of all companies with columns for name with country flag, client level (status), vacancies, processes, cooperation status, site, industries, and rocken contact
|
|
|
02
|
Scenario 2: Pagination of Company List
Given: I am viewing the company list table,
When: the number of companies exceeds the default page limit (10 per page),
Then: I should see pagination controls at the bottom of the table,
AND I should be able to navigate between different pages of the company list.
|
|
|
03
|
Given: I am viewing the company list table,
When: I click on a company’s name,
Then: I should be redirected to that company’s detailed profile page.
|
|