yacs.n
yacs.n copied to clipboard
Feature Request — GPA Calculator
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
This week I assigned myself to the GPA calculator. There are accouple features on this page that I would like to fix.
- Realign the add, remove and calculate GPA buttons
- Make sure the actual calculation of the GPA is correct and produces the right values
- Have the page move up or down as you are adding or removing classes to calculate
- Lastly, I want to change the coloring and some format of the page so it's more visually appealing
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.
This week:
- Figure out how the GPA calculation is made so I can fix the GPA calculation to be correct.
- Overall, make the website more visually appealing and not black and white.