faster-web-helper

Integrity Checker

🧑‍💻 Under development

Performs various integrity checks on data in FASTER Web.

Asset Checks

Item Checks

Under development

General Requirements

See each task for additional requirements.

Sample of the Necessary Configuration

Configuration located at data/config.js.

export const config: Config = {
  worktech: {
    server: 'sqlServer',
    user: 'sqlUser',
    password: 'sqlP@ssw0rd',
    database: 'WT_DB'
  },

  modules: {
    integrityChecker: {
      isEnabled: true,
      worktechEquipment: {
        isEnabled: true
      }
    }
  }
}

export default config