YACS-RCOS / yacs.n

YACS - with support for multi semester and partial semesters
MIT License
33 stars 34 forks source link

Feature Request — GPA Calculator #621

Open DarknessUnder opened 2 years ago

DarknessUnder commented 2 years ago

Job An interface through which users can calculate their GPA by entering their existing GPA, existing credit hours, and new courses.

Describe a possible solution Make a new page that does it through the purely front end and does not store the cookie for long.

Context

chavab0809 commented 1 year ago

This week I assigned myself to the GPA calculator. There are accouple features on this page that I would like to fix.

  1. Realign the add, remove and calculate GPA buttons
  2. Make sure the actual calculation of the GPA is correct and produces the right values
  3. Have the page move up or down as you are adding or removing classes to calculate
  4. Lastly, I want to change the coloring and some format of the page so it's more visually appealing
zhengw5 commented 1 year ago

Today I want to check over the calculations used in the current GPA calculator as well as fix certain misalignments and think of other improvements to the interface.

zhangn7 commented 1 year ago

This week: 1) Figure out how the GPA calculation is made so I can fix the GPA calculation to be correct. 2) Overall, make the website more visually appealing and not black and white.