Story 1.3.2.17. CRM. Order. Error messages for order activation

Content

General info

When activating an order in the CRM, it is crucial to ensure that certain conditions are met before proceeding. For example, an order cannot be activated if no team is assigned to it. This user story addresses the need to display relevant error messages to guide the user in case of such issues.

User story

As a CRM user,
I want to receive an error message when I attempt to activate an order without a team assigned
So that I understand why the order cannot be activated and can take appropriate action to assign a team.

Visual design:

https://www.figma.com/design/I5CXH7H3ICD0vfA1kPbcVf/Rocken-Design?node-id=56689-101170&t=wZScMMuhuVvDu7ng-4

Acceptance criteria

01

Scenario: Activating an order without a team
Given Order view page
When the user clicks to “change status” button
AND click status “Active“
Then the system displays disabled grey button
AND message: "Activating the order is not possible. Please assign a team to the order before proceeding." / „Die Aktivierung des Orders ist nicht möglich. Bitte ordne dem Order ein Team zu, bevor Du fortfährst.“

image-20241209-075031.pngimage-20241209-075116.png

02

Scenario: Successful activation with a team
Given the user is attempting to activate an order with a team assigned
When the user activates the order by clicking “Change“ button
Then the system successfully activates the order without showing a message.

image-20241209-075446.png

Comments

Leave a Reply