FinalsClub / djKarma

GNU General Public License v3.0
9 stars 1 forks source link

CS50 database #42

Open sethwoodworth opened 12 years ago

sethwoodworth commented 12 years ago

pre-populate fall harvard courses with the CS50 db

We might want to hide courses from the big list view if they don't have classes yet. We need to think through that interaction.

AndrewMagliozzi commented 12 years ago

Indeed. Only courses with files to view should be listed in the courses view.

On Aug 13, 2012, at 8:36 PM, Seth Woodworth notifications@github.com wrote:

pre-populate fall harvard courses with the CS50 db

We might want to hide courses from the big list view if they don't have classes yet. We need to think through that interaction.

— Reply to this email directly or view it on GitHub.

sethwoodworth commented 11 years ago

Uh oh. I have the code written to parse and store cs50 courses, but the api isn't working. Their app seems to still work on an internal json-based api, but their old url structure returns nothing

http://courses.cs50.net/api/1.0/courses?output=php

AndrewMagliozzi commented 11 years ago

Bummer. We should have scraped that db when we had the chance.

On Sep 18, 2012, at 5:15 PM, Seth Woodworth notifications@github.com wrote:

Uh oh. I have the code written to parse and store cs50 courses, but the api isn't working. Their app seems to still work on an internal json-based api, but their old url structure returns nothing

http://courses.cs50.net/api/1.0/courses?output=php

— Reply to this email directly or view it on GitHub.