feat: add education and progress detail data files

This commit is contained in:
hamed
2026-07-03 11:47:05 +03:30
parent 3336826884
commit c879c21163
2 changed files with 49 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[
{
"label": "دیپلم",
"id": "diploma"
},
{
"label": "دیپلم تحصیلات تکمیلی",
"id": "postgraduate_diploma"
},
{
"label": "لیسانس",
"id": "bachelor_s_degree"
},
{
"label": "کارشناسی ارشد",
"id": "master_s_degree"
},
{
"label": "دکترا",
"id": "doctorate"
}
]