SOEN341 / Schedule-Builder

A web service to create a multi-year schedule based on the user's degree and preferences
0 stars 0 forks source link

Determine what server calls we need (assigned to the full front-end team) #10

Closed SeanMarcoux closed 8 years ago

SeanMarcoux commented 8 years ago

Our web page will need to make some server calls to work properly (for example, we will need to make a server call to get the schedule). We need to figure out what calls we will make ASAP so that the back-end teams can start working on them

SeanMarcoux commented 8 years ago

We've determined all the methods on the back-end. Now we just need to determine exactly what requests will match to what methods (ex: /courses for getCourses())

SeanMarcoux commented 8 years ago

This issue was finished at our last programming meeting. We documented all server calls in Server Calls.doc in the main folder on the Repo