ita-social-projects / EventsExpress

MIT License
19 stars 16 forks source link

As a user I want to share the event so that other users can aslo join. #1415

Open nkovalyk opened 2 years ago

nkovalyk commented 2 years ago

As a user I want to share the event so that other users can aslo join.

Date Time 07-21-2022 14:30

Pre-requisites 1.The user is registered and logged on a site; 2.The user is on the home page; 3.The user chose the event to share;

Description User can share the event by clicking "Share" icon:

Acceptance criteria Notes about what the story must do in order for the product owner to accept it as complete
Scenario 1 Display options to share the event from Event card
Given User is on the home page and event to share is selected
When User clicks "Share" icon
Then Options to share the event are displayed
Scenario 2.1 Share the event via social media
Given Options to share the event are displayed (result of Scenario 1)
And User has social media account
When User clicks on preferred social media to share
Then Authorization form of the selected social media is opened
And Event information is transferred to social medial API
* after authorization to the social media new post is created with the event information (event name, picture, description, event link)
Scenario 2.2 Copy link of the event
Given Options to share the event are displayed (result of Scenario 1)
When User clicks Copy link option
Then Link of the event is copied to the clipboard
And Notification that link is copied is shown

Additional context image

Epic link E.g.: Epic #17

Labels to be added "User story", Corresponding Functionality (e.g. User), Priority ("pri: "), "Corresponding Epic"