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
30 lines
842 B
JSON
30 lines
842 B
JSON
{
|
|
"uuid": "uuid",
|
|
"instance_uuid": "instance_uuid",
|
|
"is_error": true,
|
|
"summary": "summary",
|
|
"result_table_name": "result_table_name",
|
|
"is_processing": false,
|
|
"last_run": "last_run",
|
|
"paramenters": ["paramenter1", "paramenter2"],
|
|
"output": {
|
|
"uuid": "uuid",
|
|
"name": "name",
|
|
"description": "description",
|
|
"file_name": "file_name",
|
|
"output": "output",
|
|
"mime_type": "mime_type",
|
|
"data_cols": "data_cols",
|
|
"data_rows": "data_rows",
|
|
"header_name": "header_name",
|
|
"footer_name": "footer_name",
|
|
"print_format_uuid": "print_format_uuid",
|
|
"report_view_uuid": "report_view_uuid",
|
|
"table_name": "table_name",
|
|
"output_stream": "output_stream",
|
|
"output_stream_asB64": "output_stream_asB64",
|
|
"output_stream_asU8": "output_stream_asU8",
|
|
"report_type": "report_type"
|
|
}
|
|
}
|