-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add a Contact Page for Authorized users
Why is the project structured this way?
Why are some things implemented this way?