Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.42 KB

File metadata and controls

16 lines (11 loc) · 1.42 KB

Onboarding assistant

⚠️ Warning: commits pushed to the master branch get automatically deployed to the production environment through AWS CodeBuild on the he-sandbox-2 account at the us-east-1 region.

Common maintenance operations

If you're in charge of updating this application and don't have prior experience with its internals, you may be interested in taking a look to some of the following common maintenance operations.

Modifying the user interface

You can find all the user interface files at ./code/modules/interface, in individual JSON files. These files can be easily edited with the Slack Block Kit Builder and committed to this repository. If you're not familiar with the syntax used by these messages, you can check the reference documentation here.

Modifying the form fields

You'll need to edit the object-relation mappings under ./code/modules/database and update the frontend fields by following the steps in the previous section.

If you're interested in modifying the typeahead suggestions for some form fields, you'll need to edit the files under ./code/menu.