|
1 | 1 | import GuideNavigator from '@/components/GuideNavigator'; |
2 | 2 | import Alert from '@/components/Alert'; |
3 | 3 |
|
4 | | -# How to create an award |
| 4 | +# Awards |
5 | 5 | Awards are a way to recognize exceptional service, achievements which can incentivize participation and boost morale. |
6 | 6 |
|
| 7 | + |
| 8 | +## How to create an award |
| 9 | +To create an award, go to Admin Panel > PERSCOM > Organization > Awards and click on the + button. |
7 | 10 |  |
8 | 11 | - **Name**: The name of the award. |
9 | 12 | - **Description**: Brief summary outlining the award, could include the requirements for it. |
10 | 13 | - **Image**: Visual ribbon or medal representing the award, displayed on p-files. |
11 | 14 |
|
12 | | -# How to award users |
| 15 | +## How to award users |
13 | 16 | To award users, go to your perscom users (Admin Panel > PERSCOM > Users) and click on the Quick Actions button and select New Award. |
14 | 17 |
|
15 | | - |
| 18 | + |
16 | 19 | - **Users**: Here you can select an individual user or multiple. |
17 | 20 | - **Created At**: Date of record. |
18 | | -- **Type**: Whether it's a demotion or promotion. |
19 | | -- **Rank**: The user's new rank. |
| 21 | +- **Rank**: The award you'd like to award. |
20 | 22 | - **Text**: If you want to supply a custom message which is displayed on the p-file. |
21 | 23 | - **Document**: Attach a document to the record. |
22 | 24 |
|
23 | | -<Alert severity="info"> |
24 | | - For demotions, follow the exact same steps, except select the type "Demote" |
25 | | -</Alert> |
26 | | - |
27 | 25 | <GuideNavigator |
28 | 26 | previous={{ href: '/plugins/perscom-plugin/promotions', label: 'Promotions' }} |
29 | 27 | next={{ href: '/plugins/perscom-plugin/qualifications', label: 'Qualifications' }} |
|
0 commit comments