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 update card #26

Open suotas opened 4 years ago

suotas commented 4 years ago

overview

Implement update card feature

goal

On the Board screen, you can update your card information to the value you entered.

body

Implemented an update method in Controller. Next, we implement the edit form in the View. In the future, I'd like to use ModelView and other tools to achieve this seamlessly.

tasks