...
- Reviewed the existing codebase.
- Documented the uMobile code base with the yuiDoc tool.
- Updated documentation for Android development environment.
- Updated documentation for Web or HTML5 development environment.
- Updated documentation for iOS development environment.
- Cleaned up project files and directory structure.
- Added basic markup to mocked modules (i.e., Courses, Calendar, News).
- Separated out Backbone implementation into separate files (i.e., Models, Collections, Views and Services).
- Implemented automated build script for the front-end.
- HTML is minifiedcomplied.
- CSS is minified.
- JavaScript is linted, optimized and minified.
- Cordova (PhoneGap) files are programmatically added to the application based upon environment (i.e., iOS, Android, Web).
...