You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Overview

Authentication will occur on a page that uses only the authentication view and related logic.  Once a user is authenticated, they are redirected to the single page application that includes the full application based on the privileges granted to the authenticated user.

Directory and File Structure

  • mit
    • lib
      • jquery.js
      • director.js
      • porter.js
    • raft
      • lib
        • raft-lib-all-comb-min.js
      • app
        • config
          • Router.json
          • Services.json
        • controller
          • main
            • App.js
          • worksets
            • my
              • Main.js
              • Grid.js
            • shared
              • Main.js
              • Grid.js
        • model
          • comment
          • costobject
          • people
          • pickList
          • preference
          • scenario
          • worksest
        • view
          • main
            • Viewport.js
            • Header.js
          • worksets
          • my
            • Main.js
            • Grid.js
          • shared
            • Main.js
            • Grid.js
  • No labels