Skip to content

SMS-Staging-Management-System/UserInterface

Repository files navigation

Staging Management System

Table of Contents

Login

Username: blake.kruppa@revature.com Password: Password1!

Folder Structure

After creation, your project should look like this:

  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    actions/ - Here should be all of the redux actions
    assets/ - Here would be additional images and such used in the app
    axios/ - Here we create the axios clients for api communication
    components/ - Self explanitory
    include/ - a place to include imports for other libraries such as bootstrap
    model/ - basic objects used in app that typically come from a server
    reducers/ - Redux reducers
    App.scss
    App.tsx
    App.test.tsx
    environment.ts - here is where you can set values that will differ depending on the environment the app is deployed to. Such as the api context.
    index.tsx
    logo.svg
    Store.ts - This is for the Redux store

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Interview List Filters

The filters should be used as such:
The associate and manager emails filter dynamically while typing in the text box. There are dropdowns for location, client, associate input and interview feedback. There are also popovers for each date filter that as of (08-06-2019) are not implemented but are intended to be used to select a date range.

Create New Interview

There is a new workflow for creating a new interview.

Admin/Staging Manager:

  1. Select a cohort
  2. Select populated list of associates based on selected cohort
  3. Select a client
  4. Select a date
  5. Select a time
  6. Select a location

Associate:

  1. Select a client
  2. Select a date
  3. Select a time
  4. Select a location

About

This is the code for the UI of the Staging Management System.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages