Content
General info
The "Sub tab Notes" within the "Tab Detail" of the "Vacancy view mode" allows users to view and manage notes associated with a particular vacancy. Users can see a list of notes, add new ones, and review details without the ability to edit or delete existing notes. The system should display the most recent notes first and automatically scroll to show the latest notes when the tab is accessed.
User story
As a CRM user,
I want to view and manage notes related to the vacancy in the "Tab Detail"
So that I can keep track of important information and updates associated with the vacancy.
Visual design:
?
|
|
Acceptance criteria
|
|
|
01
|
Scenario: Display notes Given the user is on the "Sub tab Notes" within the "Tab Detail" of the "Vacancy view mode" page When the user accesses the notes section Then all notes related to the vacancy should be displayed in a list format with the most recent notes at the bottom.
|
|
|
02
|
Scenario: Note structure Given notes are displayed in the list When viewing a note Then each note should include the text of the note, the name of the user who created it, and the date and time it was posted.
|
|
|
03
|
Scenario: Add a new note Given the user wants to add a new note When the user clicks on the "Add Note" button Then a modal should open with a text area for the note and buttons "Add" and "Cancel".
|
|
|
04
|
Scenario: Save new note Given the user has entered a note in the modal When the user clicks "Add" Then the new note should be added to the list and displayed at the bottom.
|
|
|
05
|
Scenario: No editing or deletion Given the user is viewing the notes When interacting with a note Then the user should not be able to edit or delete any notes.
|
|
|
06
|
Scenario: Scrollable list Given there are multiple notes When the user views the notes Then the notes list should be scrollable if it exceeds the visible area of the screen.
|
|
|
07
|
Scenario: Automatically scroll to latest note Given the user opens the "Sub tab Notes" When the notes are displayed Then the view should automatically scroll down to show the most recent notes at the beginning of the list.
|
|
Leave a Reply
You must be logged in to post a comment.