Story 1.5.3.1. CRM. Publication. Edit mode. Primary

Content

General info

The "Primary" tab in the Publication Edit Mode allows CRM users to edit the core details of a publication. This tab is divided into two sections:

  • Section 1: Order (with Country Name), Client (Company), Staff

  • Section 2: Vacancy, Publication Name, Recruiter, Industries

This layout ensures that all critical information related to the publication is easily accessible and editable.

User story

As a CRM user,
I want to edit the primary details of a publication,
So that the key information is accurate and up-to-date.

Visual design:

https://www.figma.com/design/I5CXH7H3ICD0vfA1kPbcVf/Rocken-Design?node-id=19350-91800&t=gyZTgyiAwmuOLdFM-4

Acceptance criteria

01

Scenario: Display editable fields in Section 1
Given the user is in the Publication Edit Mode, Tab Primary
When the user views Section 1
Then the system should display editable fields for "Company/Order" (that related to Country), "Client (Company)", and "Staff".

image-20240904-064927.png

02

Scenario: Display editable fields in Section 2
Given the user is in the Publication Edit Mode, Tab Primary
When the user views Section 2
Then the system should display editable fields for "Vacancy", "Publication Name", "Recruiter", and "Industries".

03

Scenario: Save changes
Given the user has made edits to the fields in the Tab Primary
When the user clicks the "Save" button
Then the system should save the changes and update the publication information accordingly.

04

Scenario: Cancel changes
Given the user is editing the Tab Primary
When the user clicks the "Cancel" button
Then any unsaved changes should be discarded, and the publication details should remain unchanged.

05

Scenario: Validate required fields
Given the user is saving changes in the Tab Primary
When any required fields are left empty
Then the system should prompt the user to fill in the missing information before saving.

06

Scenario: Attach vacancy only with the same order
Given publication has an order
When I want to add or change the vacancy
Then see in the dropdown only vacancies with the same order

07

Scenario: Display all active vacancies when no order is attached
Given a publication has no attached order,
When I open the publication in edit mode,
Then I should see all active vacancies of the company in the dropdown for vacancy selection.

08

Scenario: Automatically attach order when adding vacancy with an order
Given a publication is in edit mode and I add a vacancy with an order,
When I select a vacancy that has an order,
Then the order should automatically be attached to the publication.

Comments

Leave a Reply