- Author
- Post
- As an Author I can create a Post
- Post must have a title
- The length of the text has to be no more than 1000 characters
- created_at is set on the client side
- As an Author I can see list of Posts (with title and date of creation)
- Regular User
- Comment
- As an Author I can log in by just clicking a button (if I'm not logged in I'm a Regular User with the name John Doe)
- As a Regular User I can click on the Post and create a Comment on it
- As a Regular User I can see the list of the previously made Comments on a Post
- Suggested backend for this Ember app is Mirage.
- You can use any Ember addon you like.