mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-16 08:55:42 +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
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"id": "id",
|
|
"uuid": "uuid",
|
|
"name": "name",
|
|
"userInfo": "user_info",
|
|
"role": {
|
|
"id": "id",
|
|
"uuid": "uuid",
|
|
"name": "name",
|
|
"description": "description",
|
|
"clientId": "client_id",
|
|
"clientName": "client_name",
|
|
"isAllowHtmlView": true,
|
|
"isAllowInfoAccount": false,
|
|
"isAllowInfoAsset": true,
|
|
"isAllowInfoBusinessPartner": true,
|
|
"isAllowInfoCashJournal": false,
|
|
"isAllowInfoCrp": false,
|
|
"isAllowInfoInOut": false,
|
|
"isAllowInfoInvoice": true,
|
|
"isAllowInfoMrp": true,
|
|
"isAllowInfoOrder": true,
|
|
"isAllowInfoPayment": true,
|
|
"isAllowInfoProduct": true,
|
|
"isAllowInfoResource": true,
|
|
"isAllowInfoSchedule": true,
|
|
"isAllowXlsView": true,
|
|
"isCanExport": true,
|
|
"isCanReport": true,
|
|
"isPersonalAccess": true,
|
|
"isPersonalLock": false
|
|
},
|
|
"processed": "processed",
|
|
"defaultContext": "default_context",
|
|
"countryId": "country_id",
|
|
"costingPrecision": "costing_precision",
|
|
"countryCode": "country_code",
|
|
"countryName": "country_name",
|
|
"currencyIsoCode": "currency_iso_code",
|
|
"currencyName": "currency_name",
|
|
"currencySymbol": "currency_symbol",
|
|
"displaySequence": "display_sequence",
|
|
"language": "language",
|
|
"standardPrecision": "standard_precision"
|
|
}
|