VikeLabs / scheduler-back-end

Server for UVic scheduler project
https://uvic-scheduler-server.herokuapp.com/
GNU General Public License v3.0
1 stars 0 forks source link

Create a route / query to get active semester #12

Closed kerfootj closed 4 years ago

kerfootj commented 4 years ago

User Story

As a developer, I want to be able to retrieve which semesters have open registration

Description

Create a route /semesters that returns the current active semesters.

Additional Details

May want to use a query param like ?active=true so historical data can also be requested in the future

Acceptance Criteria

kerfootj commented 4 years ago

You don't need the query param ?active for now. We'll add it later if we need to.