gregmarquet / planify

A Ruby on Rails App that helps you plan your life.
0 stars 0 forks source link

As a user, I can mark an entry as 'completed' or 'abandoned' #6

Closed ipc103 closed 8 years ago

ipc103 commented 8 years ago

• The entry has different states, the user should be able to move from the default state into either 'completed' or 'abandoned'.

gregmarquet commented 8 years ago

Added status column to entries table and buttons to user show page that updates the status on the entry.