classtime icon indicating copy to clipboard operation
classtime copied to clipboard

university schedule generation and course data API

Results 8 classtime issues
Sort by recently updated
recently updated
newest added

> Re: suggestion by, and conversation with, Eric Eidelberg Keep a table of the number of times we get a request. Chances are, we're getting similar requests all the time....

The dictionary is fragile, and there's no defined "spec" for what properties are 1) necessary, 2) optional, or 3) exist at all. This will affect the changes in #98 as...

For example, a schedule with Fall 2015 FREN 211 LEC A3 (M F 11:00AM - 11:50AM AND T R 11:00AM - 12:20PM), only TR portion shows ![](https://cloud.githubusercontent.com/assets/2712994/6796348/64328696-d1e9-11e4-90dc-9abf2db6b12f.png)

Lots of physics labs require Engineerings to register in sections starting with "E". I'm sure this sort of thing exists for a bunch of other faculties/areas-of-study. We should consider how...

question

This'll need a minor version bump

> Like my vision would be you select "Fall/Winter 2015/2016" then you put in your 9 courses and set a max courses per semester, then it gives you sets of...

enhancement
XL

So I wrote this list comprehension to extract ldap result data forever ago ``` python return [{k:v[0].decode('utf-8') for k, v in d[1].items()} for d in ldap_result_data] ``` Where ``` ldap_result_data...

As per the tips here: http://www.registrarsoffice.ualberta.ca/Registration-and-Courses/How-to-Register/Building-Your-Draft-Schedule.aspx

L