suotas / scrumble

scurmble is a todo list app that supports Scrum development. It is developed as a personal hobby.
0 stars 0 forks source link

Implement create kanban #22

Open suotas opened 4 years ago

suotas commented 4 years ago

overview

Implement the feature to create an kanban.

goal

Click on the "Create Kanban" button on the board screen to create a new Kanban and display it.

body

Add KanbanController and implement the store method. Next, we implement the Create Kanban button on the Board screen and the modal screen called from it.

tasks