rokwire / illinois-app

Source code repository of "Illinois" App - the official mobile app of the University of Illinois.
https://app.illinois.edu/
Apache License 2.0
23 stars 20 forks source link

[BUG] My Courses Map Error Message #4314

Open vburgett opened 1 month ago

vburgett commented 1 month ago

If a student with one online course at the U of I goes to Map > My Courses, they get the below error message.

When an app user has no in-person courses or no courses at all, the pop-up window should say "There are no in-person courses to display."

iPhone 13 V6.0.36

Cc: @clint156

image

mihail-varbanov commented 1 month ago

I am unable to recreate this issue. The message from the above screenshot is displayed then and only then if the HTTP request to courses/studentcourses API from Gateway BB fails for some reason. Please note that as far as I know Gateway BB requests in turn some other University services so the reasons for the failure could be outside the Rokwire ecosystem. This could be investigated in the server logs why this particular request failed.

When the request succeeds but there are no courses associated to the current user the application displays a different message: Screenshot 2024-08-26 at 3 33 45 PM

When the request succeeds and there is only one course in the response from Gateway BB the application displays its location on the map: Screenshot 2024-08-26 at 3 30 02 PM