This is an app I made in my free time after a few of my suitemates in Snoopy 703D and I came up with the idea behind it.
let totalDays be the number of days total in the current school year.
let yourBalance be the total number of dining dollars you have left (fetched via the login).
define a ‘valid’ day as one that a student can use their dining dollars roughly defined here.
let daysLeft be the number of ‘valid’ school days left until the last day of Spring Quarter.
ucsdGivesYou = totalDays/your meal planyourBalance - ucsdGivesYou * daysLeft (if negative, that means overspent)weRecommend = yourBalance/daysLeftyouveUsed = running total of all transactions today.weRecommend - youveUsed (if negative, that means overspent today)Email me at [email protected].