Content
General info
The keyword search field should be moved out of the filters and positioned on the top-right side of the Profile List page. The applied filters should be displayed directly under the title of the page, with options to clear individual filters or all filters for a fresh start.
User story
As a CRM user,
I want the keyword search field to be placed on the top-right side of the Profile List page,
So that I can easily search profiles without navigating through the filters, and see the applied filters directly under the page title for better clarity, with options to clear single or all filters.
Visual design:
https://www.figma.com/design/I5CXH7H3ICD0vfA1kPbcVf/Rocken-Design?node-id=23085-130636&p=f&t=b6Rw3IKECyM69PS1-0
|
|
Acceptance criteria
|
|
|
01
|
Scenario: Keyword search field location Given I am on the Profile List page, When I view the page, Then the keyword search field should be placed on the top-right side of the page.
|
|
|
02
|
Scenario: Applying filters Given I have typed some text to input search field, When I click Enter to apply search keyword, Then the searched keyword is applied with results on the page AND search is working by:
-
'experience_titles',
-
'slug' => 2,
-
'phone' => 2,
-
'profession' => 1.8,
-
'experience_titles' => 1,
-
'experience_descriptions' => 1,
-
'experience_companies' => 1,
-
'interview_core_questions' => 1,
-
'locations_text' => 1,
-
'skills_text' => 1.5,
-
'categories_text' => 1.3,
-
'responsible_text' => 1,
-
'responsible_unit_text' => 1,
OR search is working by:
-
'email' => 2,
-
'name' => 2,
-
KEYWORD
-
profession' => 1.8,
-
'industries_text' => 1,
-
'skills_text' => 1.5,
-
LANGUAGE
|
|
|
03
|
Scenario: Displaying applied filters Given I have applied filters, When I view the Profile List page, Then the applied filters should be displayed directly under the title of the page.
|
|
|
04
|
Scenario: Clearing all filters Given I have applied filters, When I click the "Clear all" option, Then all filters should be cleared and the page should display all vacancies without any applied filters.
|
|
|
05
|
Scenario: Clearing a single filter Given I have applied multiple filters, When I click the “x“ (clear) option for a single filter, Then only that specific filter should be cleared, and the other filters should remain applied.
|
|
Leave a Reply
You must be logged in to post a comment.