Ross Anderson

Results 22 issues of Ross Anderson

While we're at it, add env variable configuration of the API version too. `GET $CLASSTIME_URI/api/$CLASSTIME_VERSION/generate-schedules?q=...` This will be great for local debugging and also for testing in the staging environments.

help wanted

I had an idea way back to make it look like a slot machine. Or it could just swipe left and right, that'd be good too.

> 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...

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

Right now, for some reason, to get functions to show up in the completion list, the user must first type `database('DatabaseName').`. Most functions are not called this way, and it's...

feature
help wanted