Skip to content
Paul L. Cimino edited this page Nov 15, 2013 · 6 revisions

views

The views package contains files that render displays for the UI.

  • Navigation.js Parent Kind used for setting up application navigation.

  • ParentView.js Parent view, contains everything within vew, including naviagation bars and pages.

  • ParentPage.js Parent kind for all pages in the view.

  • /public Contains UI for unauthenticated users.

  • /auth Contains UI for users who have been authenticated.

#../

      \---source
            |
            +---apps
            +---controllers
            |     |
            |     +---auth
            |     \---public
            |
            +---css
            +---ext
            +---models
            |     |
            |     +---ajax
            |     \---socket
            |
            \---views
               |
               +---auth
               |     |
               |     \---body
               |
               \---public
                  |
                  \---body

Purpose

Project Background

Quick Start

Quick Start

Tutorial Walk Through

Add a Contact Page for Authorized users

Project Architecture

Application Architecture

Architectural Decisions

Why is the project structured this way?

Implementation Decisions

Why are some things implemented this way?

Known Issues

Package Layout & Code Inheritance

Home

Home

Clone this wiki locally