ski-climb / job-tracker

0 stars 0 forks source link

user can create a new category #3

Closed ski-climb closed 7 years ago

ski-climb commented 7 years ago

category has a :title after successfully creating a category, user should be on the category show page

ski-climb commented 7 years ago

The user can create a new Category by filling out a form. Each Category has a title (e.g. “Web Development”, “Education”, “Finance”).

ski-climb commented 7 years ago

When the user successfully creates a Category they are shown a page with the Category title.

ski-climb commented 7 years ago

When the user tries to create a Category that already exists, they are brought back to the page with the form to create a Category. (category MUST be unique - add to the database as well)