From c879c211636b4f620949815b05fd50427f075bb5 Mon Sep 17 00:00:00 2001 From: hamed <15238-genius.ha@users.noreply.drupalcode.org> Date: Fri, 3 Jul 2026 11:47:05 +0330 Subject: [PATCH] feat: add education and progress detail data files --- data/education.json | 22 ++++++++++++++++++++++ data/progress_detail.json | 27 +++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 data/education.json create mode 100644 data/progress_detail.json diff --git a/data/education.json b/data/education.json new file mode 100644 index 0000000..7be6025 --- /dev/null +++ b/data/education.json @@ -0,0 +1,22 @@ +[ + { + "label": "دیپلم", + "id": "diploma" + }, + { + "label": "دیپلم تحصیلات تکمیلی", + "id": "postgraduate_diploma" + }, + { + "label": "لیسانس", + "id": "bachelor_s_degree" + }, + { + "label": "کارشناسی ارشد", + "id": "master_s_degree" + }, + { + "label": "دکترا", + "id": "doctorate" + } +] \ No newline at end of file diff --git a/data/progress_detail.json b/data/progress_detail.json new file mode 100644 index 0000000..7a7e11b --- /dev/null +++ b/data/progress_detail.json @@ -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 + } +] \ No newline at end of file