{"Message":"1. 增加用户登录检测通知(暂时无法捕捉登录事件,采用刷新);\r\n2. 增加任务评论实时通知;\r\n3. 修改新增任务的页面弹出方式;\r\n4. 修改任务提交流程及逻辑;","MessageType":2,"Modules":[{"State":1,"Type":1,"Name":"PCPage/项目列表"},{"State":1,"Type":1,"Name":"PCPage/任务列表"},{"State":1,"Type":1,"Name":"PCPage/任务-侧栏"},{"State":1,"Type":1,"Name":"PCPage/任务-任务信息"},{"State":1,"Type":1,"Name":"PCPage/任务-子任务列表"},{"State":1,"Type":1,"Name":"PCPage/新增任务"},{"State":2,"Type":1,"Name":"PCPage/MD编辑器"},{"State":1,"Type":3,"Name":"MasterPCPage/FGC_母版页"},{"State":1,"Type":31,"Name":"UserControlPage/评论组件"},{"State":1,"Type":31,"Name":"UserControlPage/发表评论组件"},{"State":1,"Type":15,"Name":"ServerCommand/提交任务评论"},{"State":2,"Type":15,"Name":"ServerCommand/检查未提交汇报"},{"State":2,"Type":34,"Name":"Notification/汇报提交提醒"},{"State":3,"Type":15,"Name":"ServerCommand/用户登录检查"},{"State":3,"Type":34,"Name":"Notification/提醒通知"},{"State":3,"Type":1,"Name":"PCPage/富文本编辑器"}],"Version":"v1"}

This commit is contained in:
超哥
2024-06-17 13:22:27 +08:00
parent 33b7b1b00d
commit 3bd5042353
20 changed files with 4509 additions and 978 deletions

View File

@@ -55,6 +55,73 @@
}
],
"Commands": [
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "发表人信息",
"TableValue": {
"TableName": "用户信息视图",
"TableValueType": 1,
"BindingInfos": [
{
"GUID": "b32e8e31-2e03-44b3-8774-6b48b363c130",
"BindingInfo": {
"TableName": "用户信息视图",
"ColumnName": "全名",
"GUID": "e0d1b828-840b-4876-8765-b4e94c91f82d"
},
"ColumnName": "全名"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "用户信息视图",
"ColumnName": "用户名",
"GUID": "9cdfbd06-f04e-4883-b43f-f245aca5b52e"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=发表人"
}
},
"NullFormulaValueQueryPolicy": 0,
"TopCount": "1"
},
"ID": "3e629553f95c4cca9c28f8574fb4883c"
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "任务信息",
"TableValue": {
"TableName": "任务表",
"TableValueType": 1,
"BindingInfos": [
{
"GUID": "7fba4eb2-1603-4e5d-a86b-b9e48bbe4a00",
"BindingInfo": {
"TableName": "任务表",
"ColumnName": "任务名称",
"GUID": "6b4d94f3-2223-4836-9533-00d0686bf68e"
},
"ColumnName": "任务名称"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务表",
"ColumnName": "ID",
"GUID": "672bb236-ef0f-46e3-90c4-cc106feb4379"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=任务ID"
}
},
"TopCount": "1"
},
"ID": "477f7bb227874bcea369ae287b4909a5"
},
{
"$type": "Forguncy.Model.UpdateDataTableCommand, ServerDesignerCommon",
"TableName": "任务评论表",
@@ -65,7 +132,7 @@
"BindingInfo": {
"TableName": "任务评论表",
"ColumnName": "任务ID",
"GUID": "fcbe911d-0b52-40b4-b60c-a05d5abbbb9f"
"GUID": "7fe5c008-2952-4a8a-ad28-9182dc388da4"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
@@ -76,7 +143,7 @@
"BindingInfo": {
"TableName": "任务评论表",
"ColumnName": "发表人",
"GUID": "082d77b2-e31a-411e-8610-5e4929cc38ed"
"GUID": "013ce705-82f8-4000-b154-60abf77c84a0"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
@@ -87,7 +154,7 @@
"BindingInfo": {
"TableName": "任务评论表",
"ColumnName": "内容",
"GUID": "e0138448-55f2-44bc-95b2-7a05e18ea5f1"
"GUID": "3a06cf5b-d665-4759-bb73-dc20023407cc"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
@@ -98,7 +165,7 @@
"BindingInfo": {
"TableName": "任务评论表",
"ColumnName": "附件",
"GUID": "9b6baaf9-2f8b-4f7d-8d77-773b5bf47a43"
"GUID": "225e9ca7-2a1d-4272-be0d-ae76e566390f"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
@@ -109,7 +176,7 @@
"BindingInfo": {
"TableName": "任务评论表",
"ColumnName": "回复对象",
"GUID": "61d03e06-92a2-40d3-a1a7-6e6bb6f65d13"
"GUID": "faef5eca-95c8-4b52-8241-98d0951d62f1"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
@@ -118,6 +185,114 @@
}
]
},
{
"$type": "Forguncy.Model.Commands.SetParameterCommand, ServerDesignerCommon",
"ParameterName": "回复对象",
"TableValue": {
"TableName": "任务评论表",
"TableValueType": 1,
"BindingInfos": [
{
"GUID": "62500f48-3da9-4099-919d-98a0c1ff56e7",
"BindingInfo": {
"TableName": "任务评论表",
"ColumnName": "发表人",
"GUID": "dc5f9817-6402-4843-b779-6c8ab086ab00"
},
"ColumnName": "发表人"
}
],
"SqlCondition": {
"$type": "ForguncyDataAccess.GeneralCESqlCondition, ForguncyDataAccess",
"ColumnBindingInfo": {
"TableName": "任务评论表",
"ColumnName": "ID",
"GUID": "97811137-4042-45b2-86a8-3f8ba217d8a2"
},
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=回复ID"
}
},
"NullFormulaValueQueryPolicy": 0,
"TopCount": "1"
},
"ID": "b256511e072646d79533f5200d7060bf"
},
{
"$type": "Forguncy.Model.ConditionCommand, ServerDesignerCommon",
"ConditionAndCommandPairList": [
{
"Condition": {
"$type": "Forguncy.Model.IfCondition, ServerDesignerCommon",
"param": {
"$type": "Forguncy.Model.IfConditionServerSiteParam, ServerDesignerCommon",
"ParamObject": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=回复对象"
}
},
"value": "%Null%",
"compareType": 1
},
"CommandList": [
{
"$type": "CollectionOperationKit.ServerSideObjectOp, CollectionOperationKit",
"OperationParamaterPairs": [
{
"Name": "命令名称",
"Value": "打开任务详情"
},
{
"Name": "任务ID",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=任务ID"
}
}
],
"OutParamaterName": "参数对象"
},
{
"$type": "Forguncy.Model.NotificationMessageCommand, ServerDesignerCommon",
"NotificationName": "提醒通知",
"SendType": 1,
"UserNames": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=回复对象.发表人"
},
"Params": [
{
"Name": "标题",
"Value": "有新的任务评论"
},
{
"Name": "内容",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=发表人信息.全名&\"在任务【\"&任务信息.任务名称&\"】中提到了你,赶紧来看看吧~\""
}
},
{
"Name": "类型",
"Value": "执行命令",
"Remark": "分为:打开页面、执行命令..."
},
{
"Name": "参数对象",
"Value": {
"$type": "Forguncy.Model.FormulaReferObject, ServerDesignerCommon",
"SerializeProperty": "=参数对象"
}
}
],
"ID": "5a7833802f0846f496a8718ab25bc639"
}
],
"ID": "fefeccfc-8977-49a5-ae92-aec49d0710d3"
}
]
},
{
"$type": "Forguncy.Model.ReturnCommand, ServerDesignerCommon",
"ErrorCode": "0",