Portfolio Project

The project is located here.

The login is steve/steve. The page should only be viewed in Firefox or IE. This is a project I worked on by myself at Bridgestone/OpenRoad. I coded the frontend and the backend. There may be a few bugs; I haven't tested it to the limit after moving it to the new environment.

Basically this edits spreadsheets for retread specifications. The columns signify how many repairs of a certain type are allowed to be on a specific tire tread before the tire is considered trash. Each truck fleet (e.g. UPS/Ryder) would have a different set of rules. There are also different sets of rules based on the type of truck and the type of tire.

The data is loaded through AJAX. The page also caches anything that's been loaded already. I feel that AJAX is a great way to provide a good user experience - users don't have to wait for the same things to load every time they click a link or do an action.

Because I don't have access to the same database, a few functions have been disabled, namely having a different schema for drafts and excluding certain tire size/tire abbreviation combinations based on whether there is a product for that combination.

The JS source is part of the HTML, so you can use View Source to look at it.