As a user, I want to add other or edit current hashtags of the event so that I can increase popularity and uniqueness of the event.
AndriiKachan opened this issue · 0 comments
AndriiKachan commented
As a user, I want to add other or edit current hashtags of the event so that I can increase popularity and uniqueness of the event.
Date Time
25-06-2022 15:15
Pre-requisites
Criteria to be fulfilled before realize:
A logged user has completed all steps of the event creation process. (epic-14)
Description
Field "Hashtags":
A user can edit or/and change the hashtags to the event by clicking on the "Edit" in the end of the string. Max number of hashtags 8. Display white-colored text when the photo is dark and black-colored when it is light.
Acceptance criteria
Scenario | The user adds or edits the hashtags |
Given | The user on the draft page |
When | The user clicks on the "Edit" button in the end of the string |
Then | The system makes available to delete or write hashtags |
When | The user writes down the hashtags |
And | The user clicks "Enter" |
Then | The system verifies whether the amount of hashtags is no more than 8 |
When | The amount of hashtags is less or equal than 8 |
Then | The system saves the hashtags and makes them visible on the event page |
When | The amount of hashtags is more than 8 |
Then | The system shows a warning message, that there are too many hashtags |
Epic link #1222