pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 146 forks source link

Adds a schedule_json view which provides a /schedule/conference.json endpoint. #45

Closed eloraburns closed 10 years ago

eloraburns commented 11 years ago

Of the kind that Carl uses for producing conference videos.

Also useful to feed into mobile schedule apps!

It is expected that someone might have to customize this for their own installation (PyCon Canada definitely did, with modifications to some of the models).

I have not tested this, and it's slightly modified from what PyCon Canada did (we had additional "should we include this slot?" logic): https://github.com/pyconca/2013-web/blob/pyconca2013/symposion/schedule/views.py#L168

I know that a Proper API is planned, but until that's done, this is better than scraping <table>s. :)

Thanks again for Symposion!

codersquid commented 10 years ago

I merged in your changes with #62