jalbr74 a29f62c0ca Fixed a problem where token verification hangs when the user doesn't have an email account or SMS number to receive the token data. This fix bubbles the error message from the server up to the user. 6 rokov pred
..
images 3586b75ed7 ng-ias added to peoplesearch and helpdesk. Removed majority of ux module. 7 rokov pred
src a29f62c0ca Fixed a problem where token verification hangs when the user doesn't have an email account or SMS number to receive the token data. This fix bubbles the error message from the server up to the user. 6 rokov pred
test fe9de1df2e Added persistence to the advanced searches for people search and help desk. 6 rokov pred
vendor 1e5562f8a2 header updates 7 rokov pred
.gitignore 9bbc4899ac update gitignore 6 rokov pred
README.md 534f7f5aea Moved angular project files to the client folder 8 rokov pred
package.json ffb1e5376d Updated the column selector settings menu so the checkboxes are enabled, and function as expected. 6 rokov pred
pom.xml ba2991f230 -config login fixes 6 rokov pred
tsconfig.json 9ee6a2d8b7 Finished moving the peoplesearch module underneath the "./src/modules" folder. 7 rokov pred
tslint.json 534f7f5aea Moved angular project files to the client folder 8 rokov pred
webpack.config.js ffb1e5376d Updated the column selector settings menu so the checkboxes are enabled, and function as expected. 6 rokov pred

README.md

Set up

Build

Run the following commands

  1. npm install
  2. npm run build

Setup Development Environment

Run the following commands

  1. npm install
  2. npm start
  3. npm test (optional)

Useful commands

  • npm run build Starts a production build
  • npm start Starts the development environment, which watches your system for any file changes and rebuilds automatically. It also serves the dist/ folder from http://localhost:4000/
  • npm run clean Cleans dist/ directory
  • npm test Starts test environment, which will watch your system for any file changes, rebuild your code, and run unit tests
  • npm run test-single-run Builds the code and runs all unit tests a one time

Known Issues

Visual Studio Code