Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added function to calculate cumulative GPA(including unfinished semesters) #140

Merged
merged 6 commits into from
Mar 18, 2020

Commits on Mar 17, 2020

  1. Calculate cumulative gpa, adds optional parameter creditHour to Cours…

    …e class
    
    Signed-off-by: Suhas Hariharan <hariharan774531@sas.edu.sg>
    Suhas Hariharan committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    13589a4 View commit details
    Browse the repository at this point in the history
  2. fixed eslint errors

    Signed-off-by: Suhas Hariharan <hariharan774531@sas.edu.sg>
    Suhas Hariharan committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    7380423 View commit details
    Browse the repository at this point in the history
  3. Cumulative GPA now calculates curent semester as well

    Signed-off-by: Suhas Hariharan <hariharan774531@sas.edu.sg>
    Suhas Hariharan committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    207f7b3 View commit details
    Browse the repository at this point in the history
  4. Renamed total_add function to calculate_credit_hours and removed prev…

    …ious calculate_credit_hours function
    
    Signed-off-by: Suhas Hariharan <hariharan774531@sas.edu.sg>
    Suhas Hariharan committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    3100935 View commit details
    Browse the repository at this point in the history
  5. Modified course class to automatically calculate credit hours

    Signed-off-by: Suhas Hariharan <hariharan774531@sas.edu.sg>
    Suhas Hariharan committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    cad6e66 View commit details
    Browse the repository at this point in the history
  6. Ensures middle school grades are not counted, slightly alters cumulat…

    …ive gpa message
    
    Signed-off-by: Suhas Hariharan <hariharan774531@sas.edu.sg>
    Suhas Hariharan committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    c164579 View commit details
    Browse the repository at this point in the history