-
Notifications
You must be signed in to change notification settings - Fork 244
/
Copy pathhorilla_faq_data.json
56 lines (56 loc) · 1.86 KB
/
horilla_faq_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"FAQ_CATEGORY": [
{
"title": "Leave",
"description": "FAQs related to leave are shown here"
},
{
"title": "Attendance",
"description": "FAQs related to attendance are shown here"
},
{
"title": "Employee",
"description": "FAQs related to employee are shown here"
},
{
"title": "Base",
"description": "FAQs related to base are shown here"
},
{
"title": "Recruitment",
"description": "FAQs related to recruitment are shown here"
}
],
"FAQS": [
{
"category": "Leave",
"question": "How to create a leave request?",
"answer": "Click on My Leave Request > Select Leave Type > Fill out the form"
},
{
"category": "Attendance",
"question": "How to export work records?",
"answer": "Click on Work Records inside Attendance, filter the data and click on Export button"
},
{
"category": "Base",
"question": "How to create a shift request?",
"answer": "go to employee --> shift request --> create --> Fill out the form"
},
{
"category": "Recruitment",
"question": "How to add stage managers to an existing stage?",
"answer": "recruitment --> stage 3 dot --> edit --> managers"
},
{
"category": "Recruitment",
"question": "What is recruitment pipeline?",
"answer": "All the details about the recruitment, stage, and candidate can be controlled from here."
},
{
"category": "Employee",
"question": "How to create an Employee?",
"answer": "employee --> create --> Fill out the form"
}
]
}