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
            • Header.js
            • ContentHeader.js
          • page
            • home
              • worksets
                • MyWorksets.js
                • SharedWorksets.js
            • costobject
              • Grid.js
          • search
            • Basic.js
            • Advanced.js
          • shared
            • Grid.js
        • model
          • comment
          • costobject
          • people
          • pickList
          • preference
          • scenario
          • worksest
        • view
          • main
            • Viewport.js
            • Header.js
            • ContentHeader.js
            • FocalArea.js
            • Footer.js
          • costobjects
            • Main.js
            • ContentHeader.js
            • FocalArea.js
          • home
            • Main.js
            • ContentHeader.js
            • FocalArea.js
            • worksets
              • my
                • Main.js
                • ButtonBar.js
                • Grid.js
              • shared
                • Main.js
                • Grid.js
          • search
            • basic
            • advanced
              • Form.js
              • Resuls.js
              • SplitterBar.js
  • No labels