wuvt / donormotor

WUVT's new donation management and donor-relations platform.
GNU Affero General Public License v3.0
5 stars 0 forks source link

Advanced Premium configuration #30

Open echarlie opened 3 years ago

echarlie commented 3 years ago

probably create a table in donations/models.py for premiums:

basically Premium_bool and Premium_size with appropriate fields, and the control panel allows setting 0) item type (bool or sized) 1) minimum donation, 2) name (which we sanitise into a slug for the DB), 3) size options (comma-seperated, converted into selection)

this should make #18 and #20 simpler to implement

echarlie commented 3 years ago

this doesn't handle the case where we offer multiple T-shirt colours, or offer T-shirt cuts. Continue speculating on the ideal model here...