This is an app I made in my free time after a few of my suitemates in Snoopy 703D came up with the idea behind it.
- Juan Castaneda - UI Design
- Grace Meister - App Logo
- Ming Liu - The other three app logos... try to find them :)
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 plan- "You've saved:" =
yourBalance
-ucsdGivesYou
*daysLeft
(if negative, that means overspent) weRecommend
=yourBalance
/daysLeft
youveUsed
= running total of all transactions today.- "You have:' =
weRecommend
-youveUsed
(if negative, that means overspent)
Email me at [email protected].