kellymorin/check_mate

User should be able to add a new project board and edit details of project board

Closed this issue · 0 comments

Given a user is authenticated
When the user is viewing the list of all active project boards
Then they should be presented with an affordance to add a new project board

When the user selects the option to add a new project board
Then they should be presented with a form that allows them to fill out all of the details of the project such as name, description, and due date

When the user submits the form
If the form data is valid, then the user will be taken to the newly created project board so they can begin adding issue tickets
If the form data is not valid, an error message will display on the form asking the user to supply valid data