sozsoft-platform/configs/seeds/host/data/App.Definitions.SkillLevel.json

86 lines
1.6 KiB
JSON
Raw Normal View History

2026-09-04 11:39:49 +00:00
{
"ListFormCode": "App.Definitions.SkillLevel",
"KeyFieldName": "Id",
"GeneratedAt": "2026-09-04T00:00:00Z",
"Order": 20,
"Rows": [
{
"Id": "C2",
"Name": "C2",
"Progress": 100,
"IsDefault": false,
"SkillTypeId": "Diller"
},
{
"Id": "C1",
"Name": "C1",
"Progress": 85,
"IsDefault": false,
"SkillTypeId": "Diller"
},
{
"Id": "B2",
"Name": "B2",
"Progress": 75,
"IsDefault": false,
"SkillTypeId": "Diller"
},
{
"Id": "B1",
"Name": "B1",
"Progress": 60,
"IsDefault": false,
"SkillTypeId": "Diller"
},
{
"Id": "A2",
"Name": "A2",
"Progress": 40,
"IsDefault": false,
"SkillTypeId": "Diller"
},
{
"Id": "A1",
"Name": "A1",
"Progress": 10,
"IsDefault": true,
"SkillTypeId": "Diller"
},
{
"Id": "Expert",
"Name": "Expert",
"Progress": 100,
"IsDefault": false,
"SkillTypeId": "Soft Skills"
},
{
"Id": "Advanced",
"Name": "Advanced",
"Progress": 80,
"IsDefault": false,
"SkillTypeId": "Soft Skills"
},
{
"Id": "Intermediate",
"Name": "Intermediate",
"Progress": 50,
"IsDefault": false,
"SkillTypeId": "Soft Skills"
},
{
"Id": "Elementary",
"Name": "Elementary",
"Progress": 25,
"IsDefault": false,
"SkillTypeId": "Soft Skills"
},
{
"Id": "Beginner",
"Name": "Beginner",
"Progress": 15,
"IsDefault": true,
"SkillTypeId": "Soft Skills"
}
]
}