UCSD / webreg-mobile

MIT License
1 stars 6 forks source link

SOC Integration #25

Closed p8gonzal closed 2 years ago

p8gonzal commented 2 years ago

Summary

Integration of Schedule of Classes API, displays class information (Sections, times, room) upon query.

Changelog

[General] [Add] - Added capability for API calls that fetched Information on classes and then displays in UI.

Test Plan

  1. Due to a lack of authentication framework, this build requires manually adding an access token from an app. w/ a valid subscription.
  2. Search using search bar by adding [subject code] [course code]. e.g. 'CSE 110' Note: Parsing algorithm not fully implemented. Error handling and query parsing is still in progress. Requesting a code review and feedback.