JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

[STORY] As a user, I want to be able to add tags to my posts so that other users can discover them when searching for those specific tags #59

Open JagrajAulakh opened 1 year ago

JagrajAulakh commented 1 year ago

Epic: #18

Estimate

Large

Acceptance Criteria

Scenario: Adding a tag to a review
    Given that a user is logged in to the app
    When the user is writing a post
    And the user enters a tag in the tag field and submit
    Then the tag should be added to the post
    And the post should be discoverable by other users searching for that tag