Active
Project:
UC Gift Certificate
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
9 Jan 2010 at 20:24 UTC
Updated:
11 Jan 2010 at 19:49 UTC
I think having an "original value" field for the db table would help when troubleshooting issues with multiple deductions, etc. This field will never be touched in any operations involving processing of certificates, it'll simply be there for reference.
Comments
Comment #1
torgospizzaI also think adding a serialized array of order_ids_used that a gift certificate has been used on would be helpful. Although this might duplicate effort of the order_product_id field, but it'll mean one less JOIN we have to make.
Comment #2
jrust commentedHow about also adding a "created_on" field. That would be nice just for cleaning up the admin interface so we could order by most recent gift certs.
Comment #3
torgospizzaSounds good. I wouldn't mind adding more of a "logging" feature, similar to how userpoints behaves.