ianderse / dinner_dash

Turing School project started 9/29/14
0 stars 1 forks source link

Add Retire Item capability to admin dashboard (currently has delete, need to be able to retire/unretire items as well) #117

Closed ianderse closed 10 years ago

ianderse commented 10 years ago

How should we approach this? Should we have a separate database table for retired items that then get pushed to and from that database? Or should we just have another column on the items database (Boolean Retired?)