-
Notifications
You must be signed in to change notification settings - Fork 0
/
seed_data.json
49 lines (49 loc) · 1.04 KB
/
seed_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
{
"tags": ["COVID-19", "Guideline", "Wellbeing"],
"posts": [
{
"title": "A title",
"summary": "A short summary",
"content": "A few lines of content...",
"tags": ["COVID-19", "Guideline"]
},
{
"title": "No tags",
"summary": "A post without tags",
"content": "This is an example of a post without any tags."
}
],
"sites": [
"St Mary's",
"Charing Cross",
"Hammersmith Hospital",
"Western Eye",
"Queen Charlotte's"
],
"questionSubjects": [
"Patient Management",
"Training Needs",
"Welfare Needs",
"Communications",
"Safety",
"Rota",
"Redeployment",
"Other"
],
"questions": [
{
"site": "Charing Cross",
"grade": "fy2",
"specialty": "Emergency medicine",
"subject": "Welfare Needs",
"text": "This is a question..."
},
{
"site": "St Mary's",
"grade": "core_trainee",
"specialty": "Anaesthetics",
"subject": "Training Needs",
"text": "This is another question..."
}
]
}