Bennik2000 / DHBWStudentInformationApp

The DHBW student app offers you the opportunity to view your schedule on your smartphone. You can also view the grades from Dualis directly in the app.
GNU Affero General Public License v3.0
46 stars 8 forks source link

Some Calendar Fields are not displayed in App #117

Closed FrederikWolter closed 2 years ago

FrederikWolter commented 2 years ago

Current Behavior

Some calendar fields are not displayed in App calendar. Calendar of DHBW Mannheim shows information like 'room' and 'information if lecture is online' besides the lecture´s name:

grafik In the app this information is missing in the overview and detail-view (when clicked on the lecture) .

Context

Android version: 11 App version: 1.1.11 This bug/missing information could lead to problematic situations and damages the benefit of the app.

Bennik2000 commented 2 years ago

Thanks for this report. Depending on the location where you study this information is displayed already. Could you provide an url to your schedule? Then I could look into it.

FrederikWolter commented 2 years ago

Hi thanks for the fast reply, here a link to my current schedule: https://vorlesungsplan.dhbw-mannheim.de/index.php?action=view&gid=3067001&uid=8062001

Bennik2000 commented 2 years ago

The app reads the schedule from the iCAL of your class. Unfortunately the iCAL link does not provide the information if the class is online.

The best guess is to parse the title and check if it contains the word "online". The app already does this and it gets improved in the next update.

Thanks for sharing this bug but for now I can't do very much about it.