drnikki / coffeeeeeee

A Rails REST server + two iOS apps to place and fulfill coffee orders.
MIT License
2 stars 0 forks source link

Configure store settings variables #2

Closed drnikki closed 11 years ago

drnikki commented 11 years ago

Should be able to store all settings for the store, including menu items, without too much specialization.

Need way to distinguish system/physical settings from menu items from ingredients from whatever else.

key/value pair as variable name and/or serialized data as variable value.

ingredient:milk, 4oz setting:open_time, 8am menu_item:coffee, something something something....

drnikki commented 11 years ago

This has been worked out.