Jonnywdev / Django-blog

0 stars 0 forks source link

Issue: User Stories #1

Open Jonnywdev opened 1 year ago

Jonnywdev commented 1 year ago

USER STORY : Site Plagination

As a Site User I can view a list of posts so that easily select a post to view

Jonnywdev commented 1 year ago

USER STORY : View post list

As a Site User I can view a list of posts so that I can select one to read

Jonnywdev commented 1 year ago

USER STORY : Open a post

As a Site User I can click on a post so that I can read the full text

Jonnywdev commented 1 year ago

USER STORY : View Likes

As a Site User / Admin I can view the number of likes on each post so that I can see which is the most popular or viral

Jonnywdev commented 1 year ago

USER STORY : View comments

As a Site User / Admin I can view comments on an individual post so that I can read the conversation

Jonnywdev commented 1 year ago

USER STORY : Account registration

As a Site User I can register an account so that I can comment and like

Jonnywdev commented 1 year ago

USER STORY : Comment on a post

As a Site User I can leave comments on a post so that I can be involved in the conversation

Jonnywdev commented 1 year ago

USER STORY : Like / Unlike

As a Site User I can like or unlike a post so that I can interact with the content

Jonnywdev commented 1 year ago

USER STORY : Manage posts

As a Site Admin I can create, read, update and delete posts so that I can manage my blog content

Jonnywdev commented 1 year ago

USER STORY : Create drafts

As a Site Admin I can create draft posts so that I can finish writing the content later

Jonnywdev commented 1 year ago

USER STORY : Approve comments

As a Site Admin I can approve or disapprove comments so that I can filter out objectionable comments