Skip to content

Commit

Permalink
Merge pull request #126 from ChrisHo1341/UG-update
Browse files Browse the repository at this point in the history
Update UserGuide.md
  • Loading branch information
ChrisHo1341 authored Apr 4, 2024
2 parents 36348ff + cec02d0 commit b8370bf
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions docs/UserGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Examples:

### Filtering applicants by tag : `/filter`
Filter through contact list based on what role or stage the applicant is in.

Format: `/filter <Tag>`

* Filters the contact list based on the `<Tag>` provided.
Expand All @@ -169,14 +170,15 @@ Format: `note <ApplicationId> /note <Note>`
Examples:
* `note 1 /note S/Pass Holder` will add the note “S/Pass Holder” to the applicant identified by ID 1.

### Exporting applicants contacts : `/export`
### Exporting applicants contacts : `export`
Use filter or find to isolate the applicants that match the desired stage or role or name. Export will then extract those applicants' contacts into an external JSON file.
Format: /export

Format: `export <FileName>`

* Achieve an additional layer of organisation to properly arrange contacts

Examples:
* `/export` will append contacts from that page onto another external JSON file.
* `export saved_contacts` will save contacts from the current page into an external JSON file named "saved_contacts.txt".

### Importing applicants : `import`
Using `import` will open a dialog for user to select the json file to import.
Expand All @@ -189,6 +191,10 @@ The json file must be exported from HRConnect for it to be recognised.
Example: `import_file C:\tp\data\interesting.json` will import applicants from the interesting.json
in the specified directory.

### Creating recurrent email templates : `Email`

Creates recurring email templates for the user to copy based on the application stage the user is targetting using the `Email` button on the Ui.

### Clearing all entries : `clear`

Clears all entries from the HRConnect.
Expand Down

0 comments on commit b8370bf

Please sign in to comment.