NSS-Day-Cohort-49 / tabloid-mvc-cassettes

tabloid-mvc-tabloid-mvc-cassettes created by GitHub Classroom
0 stars 1 forks source link

Unsubscribe to a User's Posts #16

Closed joshdbarton closed 2 years ago

joshdbarton commented 2 years ago

As a reader I would like to unsubscribe from an author's Posts so that I won't see the Posts of author's I am no longer interested in reading.

Given a user is viewing the Post details of an author they are subscribed to
When they select the option to unsubscribe to the author
Then the Subscription end datetime should be updated with the current datetime
And the system should behave as it did before the user had created the Subscription

hcrudge commented 2 years ago

30 - 45 min