Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

lutzky/ttime3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ttime3

Build status codecov Gitpod ready-to-code

TTime3 is a web app intended to help Technion students build a timetable. Report bugs at https://github.com/lutzky/ttime3/issues. Developer instructions are at CONTRIBUTING.md.

Bug reports and feature requests

Please email all bug reports and feature requests to [email protected]. If you have a Github account, feel free to create issues.

Usage

  1. Add courses from the Catalog - type part of the course name or ID.
    1. Remove courses by clicking 🗑️
    2. Get detailed course information by clicking ℹ️
  2. Click Generate Schedules
  3. Each schedule receives multiple ratings (earliest start, latest finish, etc.) - click any of those to sort by that rating; click again to sort descending.
  4. To forbid a certain group in a schedule, click the 🚫 sign in its corner. That group will not be selected the next time schedules are generated. (You can undo this under Settings).
  5. Under Settings, you can:
    • Change the catalog URL - use the presets there, click "More info" for an explanation. This requires pressing "Apply" afterwards.
    • Allow collisions (uncheck "No collisions")
    • Filter (minimal and maximal values for each rating)
    • Add custom events (e.g. weekly time commitments that aren't courses)

Data source

The catalog data comes from a hosted REPY parser. You can see there that the Technion updates this file every couple of days, and we keep a version history. By default, ttime loads the latest version. To view an older version, in the Settings tab, modify the catalog URL to point at the desired JSON file.

The maintainers of ttime do not control nor verify the REPY data - it's downloaded directly from the Technion. We're looking into other potential data sources as well, see #12.

History

TTime3 is rewritten from TTime, or ttime1. TTime1 was written circa 2008 by Haggai Jacobson, Boaz Goldstein and Ohad Lutzky, using Ruby-GTK, primarily for Linux (which the authors used) but released also for Windows. Releasing for Windows was a manual effort performed once (by Boaz) and was hard to reproduce. Releasing for Debian/Ubuntu was easier, but also required manual work to keep compatibility with the latest distribution updates, and didn't support other distributions. There was an attempt to rewrite it in Java, hoping to hand off ownership to a Technion software lab (where Java is a more prominent language) and to break compatibility less often. However, this was abandoned, as over time the concept of "installing a desktop app locally just to try it" fell out of fashion, and doing things within the browser became more feasible. Web workers could be used to perform the more CPU-intensive bits of ttime (schedule generation), and it became feasible to make a fully hosted web-based version of ttime, meaning the users wouldn't have to install or update anything other than a browser to use it.

TTime1, in turn, was a reboot of UDonkey-mono, an attempt to get UDonkey to run on Linux - this was thought to be a good idea because Mono could, theoretically, run .Net binaries with minimal modification; this wasn't the case with UDonkey, unfortunately, and a full rewrite proved to be much more performant and also quite popular.

UDonkey, in turn, is a rewrite of Marprog for Windows, which is presumably an updated version of Marprog for DOS. The reason ttime came to be was that marprog (both versions) were annoying or impossible to run on Linux.

About

Timetable generator for the Technion IIT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published