pbl_evidence/json/pbl_artifact.json

58 lines
1.9 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_artifact",
"title": "学习产出物artifact",
"params": {
"browserfields": {
"exclouded": [
"content_json",
"created_at",
"updated_at"
],
"alters": {
"artifact_type": {
"uitype": "code",
"data": [
{"value": "document", "text": "文档报告"},
{"value": "code", "text": "程序代码"},
{"value": "model", "text": "模型/场景"},
{"value": "presentation", "text": "演示汇报"},
{"value": "poster", "text": "海报展板"},
{"value": "video", "text": "音视频作品"},
{"value": "dataset", "text": "数据/素材集"},
{"value": "other", "text": "其他"}
]
},
"status": {
"uitype": "code",
"data": [
{"value": "draft", "text": "草稿"},
{"value": "submitted", "text": "已提交"},
{"value": "reviewing", "text": "评审中"},
{"value": "returned", "text": "退回修改"},
{"value": "graded", "text": "已评分"},
{"value": "archived", "text": "已归档"}
]
}
}
},
"editexclouded": [
"id",
"tenant_id",
"artifact_uid",
"version_no",
"created_at",
"updated_at"
],
"logined_userorgid": "tenant_id",
"new_data_url": "{{entire_url('../api/pbl_artifact_create.dspy')}}",
"update_data_url": "{{entire_url('../api/pbl_artifact_update.dspy')}}",
"delete_data_url": "{{entire_url('../api/pbl_artifact_delete.dspy')}}",
"editable": {
"new_data_url": "{{entire_url('../api/pbl_artifact_create.dspy')}}",
"update_data_url": "{{entire_url('../api/pbl_artifact_update.dspy')}}",
"delete_data_url": "{{entire_url('../api/pbl_artifact_delete.dspy')}}"
},
"sortby": ["created_at desc"]
}
}