57 lines
1.8 KiB
JSON
57 lines
1.8 KiB
JSON
{
|
||
"tblname": "pbl_evidence",
|
||
"alias": "pbl_evidence",
|
||
"title": "学习证据(runtime_event 幂等采集)",
|
||
"params": {
|
||
"browserfields": {
|
||
"exclouded": [
|
||
"payload_json",
|
||
"dedup_key",
|
||
"collect_batch_id",
|
||
"created_at",
|
||
"updated_at"
|
||
],
|
||
"alters": {
|
||
"evidence_type": {
|
||
"uitype": "code",
|
||
"data": [
|
||
{"value": "artifact", "text": "产出物"},
|
||
{"value": "assessment", "text": "测评作答"},
|
||
{"value": "peer_review", "text": "同伴互评"},
|
||
{"value": "reflection", "text": "反思日志"},
|
||
{"value": "milestone", "text": "里程碑达成"},
|
||
{"value": "collaboration", "text": "协作行为"},
|
||
{"value": "resource", "text": "资源使用"},
|
||
{"value": "observation", "text": "一般观测"}
|
||
]
|
||
},
|
||
"artifact_id": {
|
||
"uitype": "code",
|
||
"dataurl": "{{entire_url('../api/pbl_artifact_options.dspy')}}",
|
||
"datamethod": "GET",
|
||
"valueField": "value",
|
||
"textField": "text"
|
||
}
|
||
}
|
||
},
|
||
"editexclouded": [
|
||
"id",
|
||
"tenant_id",
|
||
"dedup_key",
|
||
"collect_batch_id",
|
||
"created_at",
|
||
"updated_at"
|
||
],
|
||
"logined_userorgid": "tenant_id",
|
||
"new_data_url": "{{entire_url('../api/pbl_evidence_collect.dspy')}}",
|
||
"update_data_url": "{{entire_url('../api/pbl_evidence_update.dspy')}}",
|
||
"delete_data_url": "{{entire_url('../api/pbl_evidence_delete.dspy')}}",
|
||
"editable": {
|
||
"new_data_url": "{{entire_url('../api/pbl_evidence_collect.dspy')}}",
|
||
"update_data_url": "{{entire_url('../api/pbl_evidence_update.dspy')}}",
|
||
"delete_data_url": "{{entire_url('../api/pbl_evidence_delete.dspy')}}"
|
||
},
|
||
"sortby": ["occurred_at desc"]
|
||
}
|
||
}
|