rcos / observatory-server

A project tracking dashboard for Rensselaer Center for Open Source
https://rcos.io
MIT License
14 stars 51 forks source link

API routes for Team model #788

Closed TungE closed 5 years ago

TungE commented 5 years ago

The role of this issue is to create the needed API routes so that we can do things like get all teams by semester. Here is a list of routes we should have with the associated RESTful verb:

Get ALL Teams
Get ALL Teams by semester
Get a specific Team by project & semester
Update a Team
Delete a Team
aeksco commented 5 years ago

Resolved