empowerhack / DrawMyLife-Service

API and Admin system for the Draw My Life initiative - Volunteers: check README and GitHub Projects to get started.
https://github.com/empowerhack/DrawMyLife-Service/projects
MIT License
13 stars 0 forks source link

Add completion status to drawings (see new wireframes) #39

Closed krissy closed 8 years ago

krissy commented 8 years ago

Based on wireframes in development by @rocioleon. All drawing records should have a completion status. For now these will just be two: e.g. Pending, Completed

Tip: we should use active record enums for this - https://robots.thoughtbot.com/whats-new-in-edge-rails-active-record-enum

krissy commented 8 years ago

Addressed with #51