Java Applet
Implementation of the tracking interface as a Java Applet.
This prototype also connects to a MySQL database at load and verifies the username and password.
After logging in the user is presented with a tabbed navigation and a high level abstraction of the database.
The user interacts with the data by selecting options from dropdown menus, which automatically updates the display area
showing the relationships of the selected option. The entries and relationships are all editable from within the same
window as the selection options.
This prototype presented the data and relationships from a broad view, giving the user the ability to see the relationships
of the tables in all directions. This allows for a more efficient interaction between the user and data.
download: binaries | javadocs
|