adicu / Courses

A course management application for Columbia.
courses.adicu.com
Other
16 stars 12 forks source link

Use a RESTful API for basic course information fetching #251

Open brishin opened 9 years ago

brishin commented 9 years ago

Should resolve #240 as the majority of the load was likely coming from schedule information.

Replace 'courses' and 'sections' subscriptions with RESTful API calls to reduce traffic.

Standardize on Python/Flask to reach parity with other projects.

freeslugs commented 9 years ago

@brishin Shall I make a github repo for it? It currently is a very minimal API which returns JSON course data.

brishin commented 9 years ago

Sounds like the projects should be unified. How about you put it and the current meteor files in two separate top level directories?