Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...