feat: add education and progress detail data files
This commit is contained in:
@@ -0,0 +1,22 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"label": "دیپلم",
|
||||||
|
"id": "diploma"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "دیپلم تحصیلات تکمیلی",
|
||||||
|
"id": "postgraduate_diploma"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "لیسانس",
|
||||||
|
"id": "bachelor_s_degree"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "کارشناسی ارشد",
|
||||||
|
"id": "master_s_degree"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "دکترا",
|
||||||
|
"id": "doctorate"
|
||||||
|
}
|
||||||
|
]
|
||||||
@@ -0,0 +1,27 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"name": "waiting_time_at_clinic",
|
||||||
|
"label": "زمان انتظار در مطب",
|
||||||
|
"progress": 70
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "accuracy_of_diagnosis",
|
||||||
|
"label": "تشخیص درست",
|
||||||
|
"progress": 70
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "doctor_behavior",
|
||||||
|
"label": "برخورد مناسب پزشک",
|
||||||
|
"progress": 70
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "clinic_cleanliness",
|
||||||
|
"label": "نظافت مطب",
|
||||||
|
"progress": 70
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "doctor_expertise",
|
||||||
|
"label": "مهارت پزشک",
|
||||||
|
"progress": 70
|
||||||
|
}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user