Skip to content

[FEATURE] [API] Add a new REST API endpoint for schedule #206

Open
@theimpulson

Description

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.

Metadata

Assignees

No one assigned

    Labels

    API關於資料、API、網頁後端

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions