one-zero-eight / website

InNoHassle website for accessing ecosystem services at Innopolis University. Student dashboard, personal schedule, room booking, interactive maps, and more.
https://innohassle.ru
MIT License
10 stars 4 forks source link

Scholarship calculator for B23 #86

Closed ArtemSBulgakov closed 11 months ago

ArtemSBulgakov commented 1 year ago

Currently the calculator only works for B20-B22 courses. B23 has different coefficients in formula, so the calculator should be changed somehow.

Scholarship calculator page: https://innohassle.ru/scholarship

The only change for B23 is Bmax = 10000 instead of 20000.

There should be some switch/checkbox on page to toggle between B23 and other courses.

Also need to check the validity of information on the page: increased scholarship.

ArtemSBulgakov commented 1 year ago

You can find the source code of scholarship page here: https://github.com/one-zero-eight/InNoHassle-Website/blob/main/app/scholarship/page.tsx

Maybe you also need to change some functions here: https://github.com/one-zero-eight/InNoHassle-Website/blob/main/lib/scholarship/calculate.ts