Story 1.2.2.2. CRM. Vacancy view mode. Action buttons

Content

General info

In the vacancy view mode, users should have access to a set of action buttons that allow them to manage and interact with the vacancy efficiently. The buttons include the ability to create a process, view the BI board, preview the vacancy in Rocken Talent, edit the vacancy, copy its details, and delete it if necessary.

User story

As a CRM user,
I want to have access to various action buttons in the vacancy view mode
So that I can efficiently manage and interact with each vacancy.

Visual design:

https://www.figma.com/design/I5CXH7H3ICD0vfA1kPbcVf/ROCKEN-jobs-%2F-talent?node-id=18089-70664&t=yGvUK88ZTkVXXo2x-4

Acceptance criteria

01

Scenario: Display Action Buttons
Given the user is in the vacancy view mode
When the page loads
Then the following action buttons should be visible: Create Process, BI Board, Vacancy Preview in Rocken Talent, Edit Vacancy, Copy, and Delete.

image-20240902-173919.png

02

Scenario: Create Process Button
Given the user is in the vacancy view mode
When the user clicks the "Create Process" button image-20240902-174005.png
Then a new process should be initiated for the vacancy.

03

Scenario: BI Board Button
Given the user is in the vacancy view mode
When the user clicks the "BI Board" button image-20240902-174100.png
Then the system should display the BI board related to the vacancy.

04

Scenario: Vacancy Preview in Rocken Talent Button
Given the user is in the vacancy view mode
When the user clicks the "Vacancy Preview in Rocken Talent" button image-20240902-174047.png
Then the system should open a preview of the vacancy in the Rocken Talent interface.

05

Scenario: Edit Vacancy Button
Given the user is in the vacancy view mode
When the user clicks the "Edit Vacancy" button image-20240902-174037.png
Then the system should allow the user to edit the details of the vacancy.

06

Scenario: Copy Vacancy Details Button
Given the user is in the vacancy view mode
When the user clicks the "Copy" button image-20240902-174117.png
Then the system should copy the vacancy details for further use.

07

Scenario: Delete Vacancy Button
Given the user is in the vacancy view mode
When the user clicks the "Delete" button image-20240902-174126.png
Then the system should prompt the user to confirm the deletion and remove the vacancy if confirmed.

Comments

Leave a Reply