Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1.8 KB

README.md

File metadata and controls

49 lines (25 loc) · 1.8 KB

#HTML5 — the FoundOPS HTML5 app

This is the FoundOPS javascript application.

TESTING IS ALSO IMPORTANT. TEST INFO HERE.

Frameworks

The primary CSS frameworks.

Bootstrap
less

The module loader we use to organize the project.

RequireJS

A commonly used javascript utility.

Underscore Docs - (the requirejs compatible fork we use)

Kendo controls are used a majority of the time along with the Kendo MVVM framework. When/if kendo support angular's framework, that will be switched over.

Kendo UI - Framework

Mobile specific frameworks:

PhoneGap is used to get access to mobile native functionality.

PhoneGap - API Docs

Coding Practices

We follow google's javascript guidelines and the jsLint Code Conventions.

We use lowerCamelCase for acronyms, variables, object properties, etc.

Debugging

For Android use Remote Debugging with Chrome

The webserver.js is already built to work on the intranet. To mirror the local API server use TcpTrace

This was edited with MarkdownPad