FastSchedule.net

What Is It?

FastSchedule.net is a powerful web application that acts like a search engine for student schedules. A student is free to add classes directly from your existing catalog (through our simple interface) and enter multiple personal restrictions (like no classes between 11:15 AM and 4:00 PM on Monday or Wednesday) and at each point FastSchedule.net will respond in real time with all available schedules found.

FastSchedule.net can take into account, full or canceled classes, awkward gaps between courses and even multiple campuses (by not suggesting a schedule that has two or more courses that would be impossible to commute between). It even attempts to find the best possible schedules by distributing hard classes as evenly as possible across the week so that no one day is too difficult.

Each decision made by the student causes the possible schedules to adjust instantly. It even warns the student when no possible combination can be found and offers specific advice on what to do. The application logs all access and usage and can provide detailed reports on not just what classes students looked for, but how many options were available at the time. Imagine seeing all the efforts of every potential student who tried to balance their life and school and was turned away.

What Technologies Did I Use?

FastSchedule.net was built entirely in Java. Using Tomcat as the app container, and MySQL and MSSQL for the back end (it used a custom ORM called libBlueJay, this was developed before Hibernate was a viable solution). It also comprised of a suite of command line utilities to merge data from legacy Student Information Systems. The interface was 100% valid XHTML with sparing use of JavaScript and no 3rd party plug-ins (Flash) or pop-ups. On this project I was the architect, developer, system administrator, CSS/HTML designer and content author.