2018-11-10 10:40:22 -06:00
|
|
|
# MicroBlogger
|
|
|
|
|
|
|
|
An API for a micro blogging platform
|
|
|
|
|
|
|
|
Guests can only view published content and author list
|
2018-11-10 18:46:47 -06:00
|
|
|
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
|
|
|
|
|
|
|
blogs:
|
|
|
|
title
|
|
|
|
article
|
|
|
|
published_date
|
|
|
|
author_id
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
|
|
### Moderation
|
|
|
|
|
|
|
|
As an admin, I want to be able to put a blog it 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
|
|
|
|
|
|
|
|
As an author, I would like to be able to assign as category
|
|
|
|
to my posting from a known list of options.
|
|
|
|
|
|
|
|
As an admin, I can manage the list of categories available
|
|
|
|
to the authors.
|