The source code for the Endless Aisle reference app is organized into models, views, and controllers, along with some additional components. The directory structure looks like this:
assets | Fonts, images, and client-specific components |
controllers | Controllers Within the controllers, the code is further organized as follows:
|
lib | Custom modules, such as the printer and scanner device drivers |
models | Models |
styles | The .tss files that control styles |
views | Views |