groundwired / salesforce-food-bank

Food Bank Manager built on Salesforce using Angular.js
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

option to track box size or type rather than points #21

Open groundwired opened 9 years ago

groundwired commented 9 years ago

Three main types of tracking we want to support: 1) points - guest can come anytime but gets a number of points per month 2) box size - guest visits on a schedule, gets a recommended box size, which we track 3) no service level tracking - guest visits on a schedule, we track visits but nothing about what we deliver

There is a setting Track Points. If it is set, we ask for and display point usage. There is a setting for visit limits. If it is set, we warn when the guest has been here too recently. There are settings for boxes. If they are set, we will track which one the guest received and suggest the right one for the family size. If it is not set, we will hide this functionality. There are also commodities. If they are not specified, we will hide this functionality as well.