morinted / schedule-generator

A schedule generator for the University of Ottawa written in Java, using OCSF.
63 stars 19 forks source link

Fix update bugs, change server, untrack course database #12

Closed davidschlachter closed 8 years ago

davidschlachter commented 8 years ago

Summary of changes:

morinted commented 8 years ago

I can make you a contributor on this repo, and you can start making releases here if you are willing to take over.

When updating the courses, do you have a strategy to rerun and grab the skipped ones?

davidschlachter commented 8 years ago

I’d be happy to be a contributor.

When I update the timetables, I recurse over getTimetables.py -s until the output is the same. Here’s my script: https://gist.github.com/davidschlachter/97e80e6e3881f91b5928005c80fea276

morinted commented 8 years ago

Looks like there are conflicts that GitHub doesn't like, maybe you can revise your history?

If you'd like to take over maintaining the repo, I'm almost done my uOttawa program and I'm not feeling the desire to continue. You can definitely add your name to the readme as part of the PR.

morinted commented 8 years ago

(Also, apologies for not replying sooner, amazing how easy it is to get disorganized when you don't make a TODO list!)

davidschlachter commented 8 years ago

Thanks! I'm happy to maintain it. I've resolved the conflicts and made a new release.