32 lines
1.9 KiB
JSON
32 lines
1.9 KiB
JSON
{
|
|
"tblname": "pbl_blueprint",
|
|
"params": {
|
|
"logined_userorgid": "org_id",
|
|
"new_data_url": "{{entire_url('/pbl_blueprint/api/pbl_blueprint_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('/pbl_blueprint/api/pbl_blueprint_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('/pbl_blueprint/api/pbl_blueprint_delete.dspy')}}",
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('/pbl_blueprint/api/pbl_blueprint_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('/pbl_blueprint/api/pbl_blueprint_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('/pbl_blueprint/api/pbl_blueprint_delete.dspy')}}"
|
|
},
|
|
"browserfields": {
|
|
"main": {
|
|
"fields": ["blueprint_code", "title", "subject_area", "grade_level", "duration_hours", "quality_status", "version_no", "status", "created_at"],
|
|
"title": "蓝图列表"
|
|
}
|
|
},
|
|
"editexclouded": ["id", "tenant_id", "org_id", "created_by", "created_at", "updated_by", "updated_at", "quality_status", "validation_score", "version_no", "current_version_id"],
|
|
"subtables": [
|
|
{"name": "learning_goal", "label": "学习目标", "url": "{{entire_url('../pbl_blueprint_learning_goal')}}"},
|
|
{"name": "role", "label": "PBL角色", "url": "{{entire_url('../pbl_blueprint_role')}}"},
|
|
{"name": "mission", "label": "驱动问题", "url": "{{entire_url('../pbl_blueprint_mission')}}"},
|
|
{"name": "task", "label": "任务", "url": "{{entire_url('../pbl_blueprint_task')}}"},
|
|
{"name": "artifact_spec", "label": "产出物规格", "url": "{{entire_url('../pbl_blueprint_artifact_spec')}}"},
|
|
{"name": "evidence_spec", "label": "证据规格", "url": "{{entire_url('../pbl_blueprint_evidence_spec')}}"},
|
|
{"name": "reflection_spec", "label": "反思规格", "url": "{{entire_url('../pbl_blueprint_reflection_spec')}}"},
|
|
{"name": "version", "label": "版本历史", "url": "{{entire_url('../pbl_blueprint_version')}}"}
|
|
]
|
|
}
|
|
}
|