Ryan Hughes

Results 49 comments of Ryan Hughes

Definitely like both of these ideas! Currently all the data that we have can also be found on NEU's servers. In other words, if we ever lose the data, or...

Yeah.... Courseoff isn't open source unfortunately. :/ It sounds like the main guy behind it (Roman Shtylman) has just been doing maintenance updates over the last couple years and that's...

Roman is also scraping the data from Northeastern's site (http://shtylman.com/post/scraping-broken-ssl-pages-with-node-js/) and I am pretty certain he is scraping all the data from his backend for the updating feature too. If...

For the updating when seats open up in the `facebook` branch, I am planning on having an interval run that will do a couple things once every 5 minutes: 1....

I'l add some stuff to that PR on how I'm thinking everything is going to work haha

Seems to me like this would be a good idea if people usually start their subsequent queries from scratch rather than editing their existing queries. We should have enough data...

Thanks a lot for letting us know and awesome to hear you like the site! :)

I added an email sign up a couple of months ago - lets add a FB link somewhere too. Near the bottom might be better if there isn't enough room...

Just added the first two unit tests in the frontend. We can probably do the rest in a similar way

Just added tests for most of the files in the frontend and changed the name of the second test in your comment! We could add more detailed tests for a...