Story 1.3.1.1. Order list table

Content

General info

The Order List Table provides a comprehensive view of all orders in the CRM system. Users can view detailed information about each order and navigate through pages of data using pagination controls. The table includes columns for essential order details to facilitate easy tracking and management.

User story

As a CRM user
I want to see a table of all orders with relevant details
So that I can efficiently manage and track the orders in the system.

Visual design:

https://www.figma.com/design/I5CXH7H3ICD0vfA1kPbcVf/ROCKEN-jobs-%2F-talent?node-id=30738-77636&t=N2sPFZGmKVrtA1Fu-4

Acceptance criteria

01

Scenario: Display order list table
Given the user is on the Order List View page
When the page loads
Then the table should display columns for Status, Created at, Order name, Direct link, Company with Country, Sales, Recruiter, and Consultant.

02

Scenario: Prefilter by country
Given the user is on the Order List View page
When the page loads
Then the table should prefilter orders by the user’s country, showing only orders relevant to that country.

03

Scenario: Pagination
Given the user is on the Order List View page
When there are multiple pages of orders
Then the user should be able to navigate between pages using pagination controls.

Comments

Leave a Reply