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
21 stars 19 forks source link

[USABILITY] Display location and address information for Big 10 Athletic Events #4017

Open knguyenjahiel opened 3 months ago

knguyenjahiel commented 3 months ago

Describe the usability issue A user suggested/requested for location and address information (e.g., State Farm Center, 1800 S 1st St, Champaign, IL 61820) to display for all Big 10 Athletic events. It would also be helpful to implement wayfinder.

To Reproduce Steps to reproduce the behavior:

  1. Go to Browse or Favorites
  2. Select "Big 10 Athletics" >> Events
  3. Scroll to a Baseball event item (Fig. 1 screen capture sample below)
  4. Location information displays "Champaign, IL"
  5. Expected to see Field Name and Address of event
  6. Would also be nice to have wayfinder implemented

Please note: Field name (Eichelberger Field) displays for Softball home games (Fig. 2 screen capture below)

Screenshots Fig. 1: Athletic event without location and address information AthleticEvents_NoLocationInfo

Fig. 2: Athletic event with atleast Field Name AthleticEvents_LocationInfo

dobromirdobrev commented 1 month ago

Hi @knguyenjahiel ,

The information for these events is initially retrieved from the SIDEARM service: https://admin.fightingillini.com/apidoc/documentation/doc/#api-Schedule All the location information that we have is shown in the Illinois app. Meaning we don't have the details (e.g. field name and address of an event). And since we don't have this information - we cannot show it.

Example:

...
      "location": {
        "location": "Chicago, Ill.",
        "HAN": "A",
        "neutral_hometeam": null,
        "facility": ""
      },
...
pmarkhennessy commented 1 week ago

@knguyenjahiel There is nothing we can until meaningful location data is supplied in the feed.