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

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

View All Posts #45

Open joshdbarton opened 3 years ago

joshdbarton commented 3 years ago

As a reader, I would like to see a list of all the Posts so that I can choose a post that seems interesting to read.

Given the user is in the Tabloid application
When they select the Posts menu option
Then they should be directed to the Posts list page
And each post in the list should display the title, author and category
And the list should ONLY contain approved Posts
And the list should ONLY contain Posts with a publication date that is in the past
And the list should be in order of publication date with the most recent on top

dparsley1203 commented 3 years ago

Everything works besides order. Needs to be updated to order by descending

JAndraeis53 commented 3 years ago

Tickets are currently listing as most recent, no need to change to order by descending