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
34 lines
870 B
JSON
34 lines
870 B
JSON
{
|
|
"uuid": "95325b0a-a67b-11eb-bcbc-0242ac130002",
|
|
"id": "34534534",
|
|
"name": "name",
|
|
"description": "description",
|
|
"help": "help",
|
|
"layout_type": "layout_type",
|
|
"columns": "columns",
|
|
"color": "color",
|
|
"keys": [
|
|
{
|
|
"uuid": "95325b0a-a67b-11eb-bcbc-0242ac130002",
|
|
"id": "34534534",
|
|
"name": "name",
|
|
"description": "description",
|
|
"sub_key_layout_uuid": "sub_key_layout_uuid",
|
|
"color": "color",
|
|
"sequence": "sequence",
|
|
"span_x": "span_x",
|
|
"span_y": "span_y",
|
|
"product_value": "product_value",
|
|
"quantity": "quantity",
|
|
"resource_reference": {
|
|
"resource_uuid": "resource_uuid",
|
|
"file_name": "file_name",
|
|
"file_size": "file_size",
|
|
"description": "description",
|
|
"text_msg": "text_msg",
|
|
"content_type": "content_type∏"
|
|
}
|
|
}
|
|
]
|
|
}
|