mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-15 00:15:57 +08:00
* configured babel and jest to work with webpack * added util function to camelize object entries * added tests for apiconvert dashboard * added enaming object key function * finished refactoring of convertapi dashboard * renamed camelize to transformObject * renamed uuids to randomValues * use random strings instead of hard coded values in test * refactored dictionary.process and added tests * refactored dashboard tests - test with json objects * added first tests for apiConvert core * made camelizeObjectkeys immutable * added talismanrc to gitignore * added all tests for apiConverts core * added more dictionary tests * finished refactoring apiConverts dictionary * restructured objects in folders * refactored apiConverts persistence * refactored apiConvert pos * refactored apiConvert privateAccess * refactored apiConverts process * refactored apiConverts report * refactored apiConverts user * refactored apiConverts values * refactored apiConverts window * linted all test files * removed tests for privateAccess * removed typos from prev implementation
84 lines
2.6 KiB
JSON
84 lines
2.6 KiB
JSON
{
|
|
"uuid": "uuid",
|
|
"value": "value",
|
|
"name": "name",
|
|
"description": "description",
|
|
"help": "help",
|
|
"tableName": "table_name",
|
|
"responsibleUuid": "responsible_uuid",
|
|
"priority": "priority",
|
|
"validFrom": "valid_from",
|
|
"isDefault": true,
|
|
"isValid": false,
|
|
"publishStatus": "publish_status",
|
|
"publishStatusName": "publish_status_name",
|
|
"durationUnit": "duration_unit",
|
|
"durationUnitName": "duration_unit_name",
|
|
"startNode": {
|
|
"uuid": "start node uuid",
|
|
"value": "start node value",
|
|
"name": "start node name",
|
|
"description": "start node description",
|
|
"help": "start node help",
|
|
"responsibleUuid": "start node responsible_uuid",
|
|
"documentAction": { "action": "value1" },
|
|
"priority": "start node priority",
|
|
"action": "start node action",
|
|
"actionName": "start node action_name",
|
|
"transitionsList": [
|
|
{
|
|
"nodeNextUuid": "start node node_next_uuid",
|
|
"description": "start node description",
|
|
"isStdUserWorkflow": true,
|
|
"isStandardUserWorkflow": true,
|
|
"sequence": "start node sequence",
|
|
"workflowConditionsList": [
|
|
{
|
|
"sequence": "start node sequence",
|
|
"columnName": "start node column_name",
|
|
"value": "start node value",
|
|
"conditionType": "start node confidential_type",
|
|
"conditionTypeName": "start node confidential_type_name",
|
|
"operation": "start node operation",
|
|
"operationName": "start node operation_name"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"workflowNodesList": [
|
|
{
|
|
"uuid": "node 1 uuid",
|
|
"value": "node 1 value",
|
|
"name": "node 1 name",
|
|
"description": "node 1 description",
|
|
"help": "node 1 help",
|
|
"responsibleUuid": "node 1 responsible_uuid",
|
|
"documentAction": { "action": "value2" },
|
|
"priority": "node 1 priority",
|
|
"action": "node 1 action",
|
|
"actionName": "node 1 action_name",
|
|
"transitionsList": [
|
|
{
|
|
"nodeNextUuid": "node 1 node_next_uuid",
|
|
"description": "node 1 description",
|
|
"isStdUserWorkflow": true,
|
|
"isStandardUserWorkflow": true,
|
|
"sequence": "node 1 sequence",
|
|
"workflowConditionsList": [
|
|
{
|
|
"sequence": "node 1 sequence",
|
|
"columnName": "node 1 column_name",
|
|
"value": "node 1 value",
|
|
"conditionType": "node 1 confidential_type",
|
|
"conditionTypeName": "node 1 confidential_type_name",
|
|
"operation": "node 1 operation",
|
|
"operationName": "node 1 operation_name"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|