-
Couldn't load subscription status.
- Fork 2
HomeView.js
Extends ParentView and contains the authenticated pages.
Also responsible for managing the session timeout in the UI.
- onDisplayTimeout: 'displayTimeout'
- onGetSessionTimeout: 'getSessionTimeout'
- onGetSessionTimeoutResult: 'getSessionTimeoutResult'
#../
\enyo-mvc-web-app
|
+---index html
+---mvcApp html
+---mvcAppDebug html
+---package json
+---node-server js
+---mvcApp html
+---assets
+---enyo
+---lib
+---node_modules
+---public
+---scripts
|
\---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?