mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-11 22:08:05 +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
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"process_uuid": "process_uuid",
|
|
"workflow_uuid": "workflow_uuid",
|
|
"workflow_name": "workflow_name",
|
|
"record_id": "record_id",
|
|
"table_name": "table_name",
|
|
"user_uuid": "user_uuid",
|
|
"user_name": "user_name",
|
|
"responsible_uuid": "responsible_uuid",
|
|
"responsible_name": "responsible_name",
|
|
"text_message": "text_message",
|
|
"processed": "processed",
|
|
"workflow_state_name": "workflow_state_name",
|
|
"workflow_state": "workflow_state",
|
|
"priority": "priority",
|
|
"priority_name": "priority_name",
|
|
"workflow_events": [
|
|
{
|
|
"node_uuid": "node_uuid",
|
|
"node_name": "node_name",
|
|
"record_id": "record_id",
|
|
"table_name": "table_name",
|
|
"user_uuid": "user_uuid",
|
|
"user_name": "user_name",
|
|
"responsible_uuid": "responsible_uuid",
|
|
"responsible_name": "responsible_name",
|
|
"text_message": "text_message",
|
|
"time_elapsed": "time_elapsed",
|
|
"attribute_name": "attribute_name",
|
|
"old_value": "old_value",
|
|
"new_value": "new_value",
|
|
"workflow_state": "workflow_state",
|
|
"workflow_state_name": "workflow_state_name",
|
|
"event_type": "event_type",
|
|
"event_type_name": "event_type_name",
|
|
"log_date": "log_date"
|
|
}
|
|
],
|
|
"log_date": "log_date"
|
|
}
|