Closed SeanMarcoux closed 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())
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
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