-
Notifications
You must be signed in to change notification settings - Fork 17
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
Extension does not consider first two semesters #99
Labels
bug
Something isn't working
Comments
The issue is probably caused by improper first semester detection. Spring semesters are not recognized as possible first semesters and Info modules like the INFO_ABEND are not ignored as they should be. Old bad code:
With following method further up:
New and improved code:
And further up I needed to change or add following methods:
-> I've fixed it locally but couldn't yet be bothered to push it. |
rogerKaelin
added a commit
to rogerKaelin/hslu-simple-mep-results
that referenced
this issue
Oct 18, 2022
…nt-1283029378 -Fixed the first semester calculation -> Check comment for detailed description of fix -Also general cleanup as my ide warned me about simple things
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
The diagram starts in the third semester instead of the first.
Expected behavior
My earned and planed credits are shown correctly on the diagram.
Actual behavior
It starts displaying my credits from the third semester instead of from the first semester.
Steps to Reproduce
[ Tell us how to reproduce the bug. ]
For me its just opening the "Meine Anmeldungen" page. I started in the spring semester so i dont know if that could be a factor but i know that my colleagues which also started in the same semester do not have this issue.
Screenshots
Contributing (please choose one)
The text was updated successfully, but these errors were encountered: