Skip to content

Files

Latest commit

849c0cd · Dec 5, 2024

History

History

onboarding-assistant

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.