HackIllinois / iOS

The Official iOS App of HackIllinois
University of Illinois/NCSA Open Source License
16 stars 10 forks source link

Refactor attendee event endpoints #544

Closed s0phialiu closed 9 months ago

s0phialiu commented 10 months ago

Goal As an attendee, I want to be able to see all of the events I can attend on the schedule page.

To do

  1. Visit event documentation at https://docs.hackillinois.org/#api-Event.
  2. Go to HIAPI/Services/EventService to view the various event services. Ensure that the endpoints correspond to the updated ones shown on the documentation.
  3. If necessary, other changes may need to be made during the refactoring process. (ex: potentially modifying HIAPI/Models/Event)