neuland-ingolstadt / neuland.app

A free & open source, web-based replacement for the official app of the Technische Hochschule Ingolstadt built with React and Next.js.
https://neuland.app
GNU Affero General Public License v3.0
36 stars 33 forks source link

Exams: Classes shown twice and ECTS value wrong #299

Closed Kaazyra closed 1 year ago

Kaazyra commented 1 year ago

Describe the bug Some classes are shown twice and the ECTS have the value 0 but it should show 6 ECTS.

To Reproduce Steps to reproduce the behavior:

  1. Go to Noten
  2. Scroll down

Screenshot_2023-07-06-08-32-30-611-edit_com android chrome

alexhorn commented 1 year ago

The same bug appeared in the original THI-App. Can you check whether the migration to the new API fixed this in the dev version? (https://dev.neuland.app)

Kaazyra commented 1 year ago

No, it isn't fixed.

alexhorn commented 1 year ago

Then its a problem with both APIs. I guess technically we could filter out identical entries in the client?