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 admin I would like to be able to create a new category so that I can give authors the ability to better classify their posts.
Given an admin is on the Category list page When they select the Create Category button Then they should be directed to a form in which they can enter a new category name
Given an admin has entered a Category name When they click the Save button Then a new category should be saved to the database And the admin should be directed to the Category list page
NOTE: For the time being it is acceptable to treat all users as admin users. There is a future story about enforcing user permissions.
The text was updated successfully, but these errors were encountered:
As an admin I would like to be able to create a new category so that I can give authors the ability to better classify their posts.
Given an admin is on the Category list page
When they select the
Create Category
buttonThen they should be directed to a form in which they can enter a new category name
Given an admin has entered a Category name
When they click the
Save
buttonThen a new category should be saved to the database
And the admin should be directed to the Category list page
The text was updated successfully, but these errors were encountered: