- models: sd_projects/sd_project_role_models/pipeline_deliverables 3个JSON删除——归属core,双源必乱 - json: sd_project_list/pipeline_deliverables_list CRUD定义删除(迁core) - wwwroot/api: 15个CRUD页面依赖的dspy删除(随页面迁core,entire_url相对解析跟页面走) - wwwroot/sd_project_role_models: 手写角色模型页整目录删除(迁core) - scripts/load_path.py: 已迁页面的RBAC注册条目删除(sd_projects 5条/sd_project_list 1条/role_models 5条/api 4条) - json/sd_iteration_list+sd_deploy_env_list+sd_features_list: get_project_options.dspy引用改绝对路径/pipeline_core/api/**(留在sdlc的页面消费迁走的api) - wwwroot/api/cockpit_cards.dspy: 项目管理弹窗URL改/pipeline_core/sd_projects/index.ui - init/data.json: 4组字典随表迁core(sd_project_status/sd_project_type/deliverable_type/review_status) - .gitignore: 已迁生成目录条目清理(sd_projects//pipeline_deliverables/) - 顺带清死双源: wwwroot/json/整目录(build.sh只读模块根json/,wwwroot/json零消费方+内容漂移:subtables还指着改名前的目录)+wwwroot/sd_project_list/index.ui死占位页(零菜单引用)
80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"tblname": "sd_features",
|
|
"title": "功能管理",
|
|
"params": {
|
|
"sortby": [
|
|
"created_at desc"
|
|
],
|
|
"confidential_fields": [],
|
|
"browserfields": {
|
|
"exclouded": [
|
|
"acceptance_criteria",
|
|
"task_id"
|
|
],
|
|
"alters": {
|
|
"project_id": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('/pipeline_core/api/get_project_options.dspy')}}",
|
|
"valueField": "value",
|
|
"textField": "text"
|
|
},
|
|
"iteration_id": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('../api/get_iteration_options.dspy')}}",
|
|
"valueField": "value",
|
|
"textField": "text"
|
|
},
|
|
"feature_type": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('../api/get_search_feature_type.dspy')}}",
|
|
"valueField": "value",
|
|
"textField": "text"
|
|
},
|
|
"priority": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('../api/get_search_priority.dspy')}}",
|
|
"valueField": "value",
|
|
"textField": "text"
|
|
},
|
|
"status": {
|
|
"uitype": "code",
|
|
"dataurl": "{{entire_url('../api/get_search_feature_status.dspy')}}",
|
|
"valueField": "value",
|
|
"textField": "text"
|
|
}
|
|
}
|
|
},
|
|
"editexclouded": [
|
|
"id",
|
|
"created_at",
|
|
"updated_at",
|
|
"task_id",
|
|
"created_by"
|
|
],
|
|
"editable": {
|
|
"new_data_url": "{{entire_url('../api/sd_feature_create.dspy')}}",
|
|
"update_data_url": "{{entire_url('../api/sd_feature_update.dspy')}}",
|
|
"delete_data_url": "{{entire_url('../api/sd_feature_delete.dspy')}}"
|
|
},
|
|
"data_filter": {
|
|
"AND": [
|
|
{
|
|
"field": "feature_name",
|
|
"op": "LIKE",
|
|
"var": "name_input"
|
|
},
|
|
{
|
|
"field": "status",
|
|
"op": "=",
|
|
"var": "status_input"
|
|
},
|
|
{
|
|
"field": "feature_type",
|
|
"op": "=",
|
|
"var": "type_input"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|