pbl_evidence/json/pbl_evidence.json

57 lines
1.8 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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"]
}
}