aaroneiche / do-want

Do Want - Open Source Gift Registry
18 stars 4 forks source link

don't delete items marked as received #22

Closed aaroneiche closed 11 years ago

aaroneiche commented 11 years ago

Original author: ke...@envail.com (October 10, 2012 15:27:00)

If, when an item is marked as received, you could have the items be "archived" or something similar, that would be great. It's nice to look back and see what you've received. In addition to that, though, In PHPGiftReg, my wife just marked something as received by accidentally clicking the wrong icon (she was trying to edit the item). Now the item is gone forever and she has no idea what it was or anything. So, it would be also be useful in cases where the user mistakenly marks something as received.

Original issue: http://code.google.com/p/do-want/issues/detail?id=22

aaroneiche commented 11 years ago

From aaron.ei...@gmail.com on October 15, 2012 15:28:52 This is a great idea. Depending what it takes to get the other features in, we may be able to include this in the 1.0 release.

aaroneiche commented 11 years ago

From aaron.ei...@gmail.com on November 09, 2012 23:41:46 Mark received now simply sets the "received" flag on the item in the database. By default only non-received items are visible. Currently there is no user-accessible setting to change this. This will need to be addressed, but is not required for 1.0 release as the functionality is matched to PHPGiftReg.