micro-blogger/user_stories.md

46 lines
1.1 KiB
Markdown
Raw Normal View History

2018-11-10 10:40:22 -06:00
# MicroBlogger
An API for a micro blogging platform
2018-11-11 10:12:43 -06:00
* Guests can view published content and author list
* Authors can edit their profile & blogs
* Admins can view the list of authors and edit any blog
2018-11-10 10:40:22 -06:00
## Tasks
### User Bios
2018-11-10 18:46:47 -06:00
As an author, I want to be able to write a short bio that
is displayed with each of my postings.
2018-11-10 10:40:22 -06:00
2018-11-11 10:12:43 -06:00
### BUG: Publishing
It has been reported that authors are not able to publish
their blogs
2018-11-10 10:40:22 -06:00
### Moderation
2018-11-11 10:12:43 -06:00
As an admin, I want to be able to put a blog in a state
2018-11-10 18:46:47 -06:00
of moderation that also unpublishes it.
2018-11-10 10:40:22 -06:00
Once a blog post has this state, the author must edit and
submit for another review before an admin will republish.
2018-11-10 18:46:47 -06:00
### Categories
2018-11-11 10:12:43 -06:00
As an author, I would like to be able to assign a category
to my posting from an existing list of options.
2018-11-10 18:46:47 -06:00
As an admin, I can manage the list of categories available
to the authors.
2018-11-11 10:12:43 -06:00
### Registration
As a guest, I should be able to register so that I may start
producing content.
### Author Titles
As a user, when I look up an author, I should also get a list
of titles and links to her published articles.