Story 1.4.3.11. CRM. Multi-Select Text Editing

Content

General info

Currently, when editing the text in the education or experience sections of a profile in the CRM, users cannot multi-select text using the Ctrl key (or equivalent) to select multiple lines of text at once. Implementing this functionality will allow users to select multiple parts of the text and perform actions (such as deletion or modification) more efficiently.

User story

As a CRM user,
I want to multi-select text using the Ctrl key in the education and experience sections,
So that I can efficiently delete or edit multiple lines of text at once.

Visual design:

Acceptance criteria

01

Scenario: Enable Multi-Select Functionality
Given I am editing the education or experience section in a profile,
When I hold the Ctrl key and select multiple lines of text,
Then I should be able to select multiple lines of text at once for editing or deletion.

02

Scenario: Delete Multiple Lines Using Multi-Select
Given I have selected multiple lines of text using the Ctrl key,
When I press the Delete key,
Then the selected text should be deleted in one action.

03

Scenario: Edit Multiple Lines Using Multi-Select
Given I have selected multiple lines of text using the Ctrl key,
When I type new text or apply formatting (e.g., bold, italics),
Then the changes should be applied to all the selected text lines.

Comments

Leave a Reply