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

Incorrect CGPA due to missing feedback. #54

Open
Ganesh-RB opened this issue Jul 18, 2023 · 0 comments
Open

Incorrect CGPA due to missing feedback. #54

Ganesh-RB opened this issue Jul 18, 2023 · 0 comments

Comments

@Ganesh-RB
Copy link

Describe the bug
The current version of the GPA calculator is encountering an issue where it fails to account for courses that have missing feedback. This leads to inaccurate GPA calculations, as these courses are not considered in the final grade calculation.

Possible Solution

  1. Showing the grades of the courses with missing feedback.
    • AIMS backend provides the API for searching the courses with the given grades.
    • With the help of content_script, we can run the script on the user visiting the view courses page.
    • Where we can search courses with all possible grades and add the missing grades in the UI.
    • GPA calculator will use the added grade to calculate the correct GPA.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant