icssc / AntAlmanac

A course exploration and scheduling tool for UCI Anteaters
https://antalmanac.com
MIT License
58 stars 72 forks source link

Grades error does not fail search #766

Closed MinhxNguyen7 closed 1 year ago

MinhxNguyen7 commented 1 year ago

Summary

Display an error message but do not fail search when the grades API fails

Test Plan

1) Block the grades API using FireFox devtools or change the graphql API endpoint. 2) Search and see that course information (except for GPA) still show up as normal

Issues

Closes #746