You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The current volunteer API doesn't provide a way to get the current/past schedule.
Describe the solution you'd like
This can be something like /schedule/{year} which returns the JSON schedule for COSCUP that year. If the schedule doesn't exist, a 404 error or empty JSON can be sent as a response. It will be nice if this endpoint doesn't require any authorization.
Describe alternatives you've considered
Downloading the session JSON manually and inflating it in the app database. This however will require an update to the app every time a new schedule is released/changed.
Additional context
Having the session list will allow us to show the volunteers' ongoing sessions and make the app a bit more usable without any kind of login.
The text was updated successfully, but these errors were encountered:
theimpulson
changed the title
[FEATURE] [API] Add a new REST API endpoint to schedule
[FEATURE] [API] Add a new REST API endpoint for schedule
Apr 11, 2024
Is your feature request related to a problem? Please describe.
The current volunteer API doesn't provide a way to get the current/past schedule.
Describe the solution you'd like
This can be something like
/schedule/{year}
which returns the JSON schedule for COSCUP that year. If the schedule doesn't exist, a 404 error or empty JSON can be sent as a response. It will be nice if this endpoint doesn't require any authorization.Describe alternatives you've considered
Downloading the session JSON manually and inflating it in the app database. This however will require an update to the app every time a new schedule is released/changed.
Additional context
Having the session list will allow us to show the volunteers' ongoing sessions and make the app a bit more usable without any kind of login.
The text was updated successfully, but these errors were encountered: