Post

Bus Route Editor App

A GUI application for creating and editing public transportation routes.

Bus Route Editor App

Software Tools and Practices Project

In my Software Tools and Practices course, I formed a team with a few other students to implement a Java-based application used to view and edit General Transit Feed Specification (GTFS) files, a file standard used by Google for logging transportation information.

Personally, I took a lead in data structure design, class organization, GUI design, and GUI implementation.

The software architecture of the editor.

Our group’s approach to UI/UX design for the application.

The modular UI system I created.

Results

Using assorted software tools, including diagramming software, version control, and IDEs combined with strategic planning activities like diagramming, developing user stories, and taking time to experiment with GUI design, we were able to complete the project.

My favorite part of working on this project was using JavaFX to make modular GUI components. This was key in maintaining a clean-looking GUI while also being able to scale to the magnitude of the GTFS files we were working with.

The final application can be downloaded here, and some sample GTFS files can be found here.

This post is licensed under CC BY 4.0 by the author.