day-cohort-70 / rare-api-superawesometeamname

rare-api-superawesometeamname created by GitHub Classroom
0 stars 0 forks source link

Create a Category #42

Closed Valerie-Freeman closed 3 months ago

Valerie-Freeman commented 3 months ago

As an author I would like to be able to create a new category so that I can better classify my posts.

Given an author 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 author has entered a Category name
When they click the Save button
Then a new category should be saved to the database
And the author should be directed to the Category list page

Joealb75 commented 3 months ago
  1. Seems similar to server-side bookwork but may require some research.