HackRU / lcs

The backend for HackRU's website. Manages the user system.
http://hackru.org
MIT License
6 stars 5 forks source link

Travel Reimbusement Amendments #69

Closed thekabistro closed 5 years ago

thekabistro commented 5 years ago

On the backend:

We will now just display an amount based on the mileage. If they've traveled x miles, then they get up to x amount. This is for car mileage only.

Miles (round trip) Reimbursed Up To (Round Trip)
0~49 0
50~100 Up to 20
101 ~ 200 Up to 40
201+ Up to 59.99

For trains & buses --> $59.99 for everyone....

The "budget limiter" that scales down all reimbursements to not exceed a $1,500 budget limit, needs to be available. We'll see if we use it based on applications.... (update, directors meeting 9/23, this is not needed)

the budget limter component from the old code is going to be removed. now if its train or bus it will just assign "up to" $59.99 and if they are coming by car, it will use google maps to find the distance and then assign whatever amount based on the above table

Otherwise, N/A

mjrb commented 5 years ago

@RidhwaanDev the issue was just updated

mjrb commented 5 years ago

fixed by #83