You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an author, I would like to be able to create Posts so I can share my thoughts with the world.
Given a user is in the app When they select the New Post menu option Then they should be directed to a page with a form for creating a new post
Given the user has entered the relevant information for a Post When they click the Save button Then the Post should be saved to the database And the creation datetime should be automatically set to the current date and time And the post should automatically be approved And the user should be recorded as the author of the Post And the user should be redirected to the new Post's details page
The "relevant information" for a Post is
Title
Content
Category
Publication date (current date)
Header Image URL (optional)
The text was updated successfully, but these errors were encountered:
As an author, I would like to be able to create Posts so I can share my thoughts with the world.
Given a user is in the app
When they select the
New Post
menu optionThen they should be directed to a page with a form for creating a new post
Given the user has entered the relevant information for a Post
When they click the
Save
buttonThen the Post should be saved to the database
And the creation datetime should be automatically set to the current date and time
And the post should automatically be approved
And the user should be recorded as the author of the Post
And the user should be redirected to the new Post's details page
The "relevant information" for a Post is
The text was updated successfully, but these errors were encountered: