A UC Davis class scheduling tool that generated possible schedules and filtered out conflicts.
About the Project
This was a small web tool for building UC Davis schedules from a list of classes. Instead of manually trying combinations, you could enter classes and let the page generate schedule options that did not overlap.
What it did
- Accepted a set of UC Davis classes
- Generated possible schedule combinations
- Filtered out time conflicts
Why it exists here
It is old and specific to a school workflow, but it is a good example of the kind of small utility I like making when a repetitive planning task feels too manual.