Compare commits
7 Commits
255fd7e00b
...
v1.6.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
00c75fb0b8 | ||
|
|
a56d37a2e9 | ||
|
|
43e6d1f4b4 | ||
|
|
5ff5e5d18b | ||
|
|
44483120a5 | ||
|
|
18a81ae030 | ||
|
|
5178a2425a |
14
docs/releases/1.6.0.md
Normal file
14
docs/releases/1.6.0.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 1.6.0
|
||||
|
||||
## 核心功能
|
||||
|
||||
- 新增管理员报表分析功能,支持多维度数据统计和可视化。
|
||||
- 提供按日期聚合和用户对比两种视图模式。
|
||||
- 支持处理订单数、删除物料数、错误数量等 7 种指标分析。
|
||||
- 提供每订单平均耗时等效率指标,帮助识别性能瓶颈。
|
||||
|
||||
## 体验优化
|
||||
|
||||
- 对比视图下自动限制指标单选,避免图表信息过载。
|
||||
- 切换视图模式时智能保留已选指标,提升交互流畅度。
|
||||
- 优化时间解析逻辑,准确提取执行耗时数据。
|
||||
263
package-lock.json
generated
263
package-lock.json
generated
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "erpauto",
|
||||
"version": "1.5.1",
|
||||
"version": "1.6.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "erpauto",
|
||||
"version": "1.5.1",
|
||||
"version": "1.6.0",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@aws-sdk/client-s3": "^3.929.0",
|
||||
@@ -27,7 +27,7 @@
|
||||
"playwright-core": "^1.58.2",
|
||||
"react-focus-lock": "^2.13.7",
|
||||
"react-markdown": "^10.1.0",
|
||||
"recharts": "^2.15.4",
|
||||
"recharts": "^3.8.0",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"rehype-autolink-headings": "^7.1.0",
|
||||
"rehype-highlight": "^7.0.2",
|
||||
@@ -970,7 +970,6 @@
|
||||
"resolved": "https://registry.npmjs.org/@azure/core-client/-/core-client-1.10.1.tgz",
|
||||
"integrity": "sha512-Nh5PhEOeY6PrnxNPsEHRr9eimxLwgLlpmguQaHKBinFYA/RU9+kOYVOQqOrTsCL+KSxrLLl1gD8Dk5BFW/7l/w==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@azure/abort-controller": "^2.1.2",
|
||||
"@azure/core-auth": "^1.10.0",
|
||||
@@ -1032,7 +1031,6 @@
|
||||
"resolved": "https://registry.npmjs.org/@azure/core-rest-pipeline/-/core-rest-pipeline-1.22.2.tgz",
|
||||
"integrity": "sha512-MzHym+wOi8CLUlKCQu12de0nwcq9k9Kuv43j4Wa++CsCpJwps2eeBQwD2Bu8snkxTtDKDx4GwjuR9E8yC8LNrg==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@azure/abort-controller": "^2.1.2",
|
||||
"@azure/core-auth": "^1.10.0",
|
||||
@@ -1224,7 +1222,6 @@
|
||||
"integrity": "sha512-CGOfOJqWjg2qW/Mb6zNsDm+u5vFQ8DxXfbM09z69p5Z6+mE1ikP2jUXw+j42Pf1XTYED2Rni5f95npYeuwMDQA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@babel/code-frame": "^7.29.0",
|
||||
"@babel/generator": "^7.29.0",
|
||||
@@ -2002,6 +1999,7 @@
|
||||
"dev": true,
|
||||
"license": "BSD-2-Clause",
|
||||
"optional": true,
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"cross-dirname": "^0.1.0",
|
||||
"debug": "^4.3.4",
|
||||
@@ -2023,6 +2021,7 @@
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"graceful-fs": "^4.2.0",
|
||||
"jsonfile": "^6.0.1",
|
||||
@@ -2039,6 +2038,7 @@
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"universalify": "^2.0.0"
|
||||
},
|
||||
@@ -2053,6 +2053,7 @@
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": ">= 10.0.0"
|
||||
}
|
||||
@@ -3308,6 +3309,42 @@
|
||||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@reduxjs/toolkit": {
|
||||
"version": "2.11.2",
|
||||
"resolved": "https://registry.npmjs.org/@reduxjs/toolkit/-/toolkit-2.11.2.tgz",
|
||||
"integrity": "sha512-Kd6kAHTA6/nUpp8mySPqj3en3dm0tdMIgbttnQ1xFMVpufoj+ADi8pXLBsd4xzTRHQa7t/Jv8W5UnCuW4kuWMQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@standard-schema/spec": "^1.0.0",
|
||||
"@standard-schema/utils": "^0.3.0",
|
||||
"immer": "^11.0.0",
|
||||
"redux": "^5.0.1",
|
||||
"redux-thunk": "^3.1.0",
|
||||
"reselect": "^5.1.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.9.0 || ^17.0.0 || ^18 || ^19",
|
||||
"react-redux": "^7.2.1 || ^8.1.3 || ^9.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"react": {
|
||||
"optional": true
|
||||
},
|
||||
"react-redux": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/@reduxjs/toolkit/node_modules/immer": {
|
||||
"version": "11.1.4",
|
||||
"resolved": "https://registry.npmjs.org/immer/-/immer-11.1.4.tgz",
|
||||
"integrity": "sha512-XREFCPo6ksxVzP4E0ekD5aMdf8WMwmdNaz6vuvxgI40UaEiu6q3p8X52aU6GdyvLY3XXX/8R7JOTXStz/nBbRw==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/immer"
|
||||
}
|
||||
},
|
||||
"node_modules/@rolldown/pluginutils": {
|
||||
"version": "1.0.0-rc.3",
|
||||
"resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-rc.3.tgz",
|
||||
@@ -4405,7 +4442,12 @@
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@standard-schema/spec/-/spec-1.1.0.tgz",
|
||||
"integrity": "sha512-l2aFy5jALhniG5HgqrD6jXLi/rUWrKvqN/qJx6yoJsgKhblVd+iqqU4RCXavm/jPityDo5TCvKMnpjKnOriy0w==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@standard-schema/utils": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@standard-schema/utils/-/utils-0.3.0.tgz",
|
||||
"integrity": "sha512-e7Mew686owMaPJVNNLs55PUvgz371nKgwsc4vxE49zsODpJEnxgxRo2y/OKrqueavXgZNMDVj3DdHFlaSAeU8g==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@swc/helpers": {
|
||||
@@ -4960,7 +5002,6 @@
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.19.13.tgz",
|
||||
"integrity": "sha512-akNQMv0wW5uyRpD2v2IEyRSZiR+BeGuoB6L310EgGObO44HSMNT8z1xzio28V8qOrgYaopIDNA18YgdXd+qTiw==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"undici-types": "~6.21.0"
|
||||
}
|
||||
@@ -4982,7 +5023,6 @@
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.14.tgz",
|
||||
"integrity": "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"csstype": "^3.2.2"
|
||||
}
|
||||
@@ -5027,6 +5067,12 @@
|
||||
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/use-sync-external-store": {
|
||||
"version": "0.0.6",
|
||||
"resolved": "https://registry.npmjs.org/@types/use-sync-external-store/-/use-sync-external-store-0.0.6.tgz",
|
||||
"integrity": "sha512-zFDAD+tlpf2r4asuHEj0XH6pY6i0g5NeAHPn+15wk3BV6JA69eERFXC1gyGThDkVa1zCyKr5jox1+2LbV/AMLg==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/@types/uuid": {
|
||||
"version": "10.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz",
|
||||
@@ -5097,7 +5143,6 @@
|
||||
"integrity": "sha512-klQbnPAAiGYFyI02+znpBRLyjL4/BrBd0nyWkdC0s/6xFLkXYQ8OoRrSkqacS1ddVxf/LDyODIKbQ5TgKAf/Fg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@typescript-eslint/scope-manager": "8.56.1",
|
||||
"@typescript-eslint/types": "8.56.1",
|
||||
@@ -5537,7 +5582,6 @@
|
||||
"integrity": "sha512-UVJyE9MttOsBQIDKw1skb9nAwQuR5wuGD3+82K6JgJlm/Y+KI92oNsMNGZCYdDsVtRHSak0pcV5Dno5+4jh9sw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"acorn": "bin/acorn"
|
||||
},
|
||||
@@ -5570,7 +5614,6 @@
|
||||
"integrity": "sha512-IWrosm/yrn43eiKqkfkHis7QioDleaXQHdDVPKg0FSwwd/DuvyX79TZnFOnYpB7dcsFAMmtFztZuXPDvSePkFw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.1",
|
||||
"fast-json-stable-stringify": "^2.0.0",
|
||||
@@ -6333,7 +6376,6 @@
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"baseline-browser-mapping": "^2.9.0",
|
||||
"caniuse-lite": "^1.0.30001759",
|
||||
@@ -7129,7 +7171,8 @@
|
||||
"integrity": "sha512-+R08/oI0nl3vfPcqftZRpytksBXDzOUveBq/NBVx0sUp1axwzPQrKinNx5yd5sxPu8j1wIy8AfnVQ+5eFdha6Q==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true
|
||||
"optional": true,
|
||||
"peer": true
|
||||
},
|
||||
"node_modules/cross-spawn": {
|
||||
"version": "7.0.6",
|
||||
@@ -7662,7 +7705,6 @@
|
||||
"integrity": "sha512-glMJgnTreo8CFINujtAhCgN96QAqApDMZ8Vl1r8f0QT8QprvC1UCltV4CcWj20YoIyLZx6IUskaJZ0NV8fokcg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"app-builder-lib": "26.8.1",
|
||||
"builder-util": "26.8.1",
|
||||
@@ -7752,16 +7794,6 @@
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/dom-helpers": {
|
||||
"version": "5.2.1",
|
||||
"resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz",
|
||||
"integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.8.7",
|
||||
"csstype": "^3.0.2"
|
||||
}
|
||||
},
|
||||
"node_modules/dotenv-expand": {
|
||||
"version": "11.0.7",
|
||||
"resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-11.0.7.tgz",
|
||||
@@ -7887,7 +7919,6 @@
|
||||
"integrity": "sha512-Rz5QvP1pTqoU1DPRrG3EeX2oWBtS3uRmd6Z/wzZsb2e/iIUsrT+XcBaAhFr4FW48gDc8uP2wYVyY5Aamha/5Zg==",
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@electron/get": "^2.0.0",
|
||||
"@types/node": "^22.7.7",
|
||||
@@ -8076,6 +8107,7 @@
|
||||
"dev": true,
|
||||
"hasInstallScript": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@electron/asar": "^3.2.1",
|
||||
"debug": "^4.1.1",
|
||||
@@ -8096,6 +8128,7 @@
|
||||
"integrity": "sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"graceful-fs": "^4.1.2",
|
||||
"jsonfile": "^4.0.0",
|
||||
@@ -8347,6 +8380,16 @@
|
||||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/es-toolkit": {
|
||||
"version": "1.45.1",
|
||||
"resolved": "https://registry.npmjs.org/es-toolkit/-/es-toolkit-1.45.1.tgz",
|
||||
"integrity": "sha512-/jhoOj/Fx+A+IIyDNOvO3TItGmlMKhtX8ISAHKE90c4b/k1tqaqEZ+uUqfpU8DMnW5cgNJv606zS55jGvza0Xw==",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"docs",
|
||||
"benchmarks"
|
||||
]
|
||||
},
|
||||
"node_modules/es6-error": {
|
||||
"version": "4.1.1",
|
||||
"resolved": "https://registry.npmjs.org/es6-error/-/es6-error-4.1.1.tgz",
|
||||
@@ -8424,7 +8467,6 @@
|
||||
"integrity": "sha512-VmQ+sifHUbI/IcSopBCF/HO3YiHQx/AVd3UVyYL6weuwW+HvON9VYn5l6Zl1WZzPWXPNZrSQpxwkkZ/VuvJZzg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@eslint-community/eslint-utils": "^4.8.0",
|
||||
"@eslint-community/regexpp": "^4.12.1",
|
||||
@@ -8485,7 +8527,6 @@
|
||||
"integrity": "sha512-82GZUjRS0p/jganf6q1rEO25VSoHH0hKPCTrgillPjdI/3bgBhAE1QzHrHTizjpRvy6pGAvKjDJtk2pF9NDq8w==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"eslint-config-prettier": "bin/cli.js"
|
||||
},
|
||||
@@ -8776,9 +8817,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/eventemitter3": {
|
||||
"version": "4.0.7",
|
||||
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz",
|
||||
"integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==",
|
||||
"version": "5.0.4",
|
||||
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
|
||||
"integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/events": {
|
||||
@@ -8900,15 +8941,6 @@
|
||||
"dev": true,
|
||||
"license": "Apache-2.0"
|
||||
},
|
||||
"node_modules/fast-equals": {
|
||||
"version": "5.4.0",
|
||||
"resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.4.0.tgz",
|
||||
"integrity": "sha512-jt2DW/aNFNwke7AUd+Z+e6pz39KO5rzdbbFCg2sGafS4mk13MI7Z8O5z9cADNn5lhGODIgLwug6TZO2ctf7kcw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=6.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/fast-json-stable-stringify": {
|
||||
"version": "2.1.0",
|
||||
"resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
|
||||
@@ -9968,6 +10000,16 @@
|
||||
"integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/immer": {
|
||||
"version": "10.2.0",
|
||||
"resolved": "https://registry.npmjs.org/immer/-/immer-10.2.0.tgz",
|
||||
"integrity": "sha512-d/+XTN3zfODyjr89gM3mPq1WNX2B8pYsu7eORitdwyA2sBubnTl3laYlBk4sXY5FUa5qTZGBDPJICVbvqzjlbw==",
|
||||
"license": "MIT",
|
||||
"funding": {
|
||||
"type": "opencollective",
|
||||
"url": "https://opencollective.com/immer"
|
||||
}
|
||||
},
|
||||
"node_modules/import-fresh": {
|
||||
"version": "3.3.1",
|
||||
"resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz",
|
||||
@@ -11287,6 +11329,7 @@
|
||||
"version": "4.17.23",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
|
||||
"integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/lodash.defaults": {
|
||||
@@ -13471,7 +13514,6 @@
|
||||
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
||||
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
@@ -13552,7 +13594,6 @@
|
||||
}
|
||||
],
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"nanoid": "^3.3.11",
|
||||
"picocolors": "^1.1.1",
|
||||
@@ -13576,6 +13617,7 @@
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"commander": "^9.4.0"
|
||||
},
|
||||
@@ -13593,6 +13635,7 @@
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"optional": true,
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": "^12.20.0 || >=14"
|
||||
}
|
||||
@@ -13613,7 +13656,6 @@
|
||||
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"prettier": "bin/prettier.cjs"
|
||||
},
|
||||
@@ -13755,7 +13797,6 @@
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-19.2.4.tgz",
|
||||
"integrity": "sha512-9nfp2hYpCwOjAN+8TZFGhtWEwgvWHXqESH8qT89AT/lWklpLON22Lc8pEtnpsZz7VmawabSU0gCjnj8aC0euHQ==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
@@ -13777,7 +13818,6 @@
|
||||
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.4.tgz",
|
||||
"integrity": "sha512-AXJdLo8kgMbimY95O2aKQqsz2iWi9jMgKJhRBAxECE4IFxfcazB2LmzloIoibJI3C12IlY20+KFaLv+71bUJeQ==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"scheduler": "^0.27.0"
|
||||
},
|
||||
@@ -13841,6 +13881,29 @@
|
||||
"react": ">=18"
|
||||
}
|
||||
},
|
||||
"node_modules/react-redux": {
|
||||
"version": "9.2.0",
|
||||
"resolved": "https://registry.npmjs.org/react-redux/-/react-redux-9.2.0.tgz",
|
||||
"integrity": "sha512-ROY9fvHhwOD9ySfrF0wmvu//bKCQ6AeZZq1nJNtbDC+kk5DuSuNX/n6YWYF/SYy7bSba4D4FSz8DJeKY/S/r+g==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/use-sync-external-store": "^0.0.6",
|
||||
"use-sync-external-store": "^1.4.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@types/react": "^18.2.25 || ^19",
|
||||
"react": "^18.0 || ^19",
|
||||
"redux": "^5.0.0"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"@types/react": {
|
||||
"optional": true
|
||||
},
|
||||
"redux": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
},
|
||||
"node_modules/react-refresh": {
|
||||
"version": "0.18.0",
|
||||
"resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.18.0.tgz",
|
||||
@@ -13851,37 +13914,6 @@
|
||||
"node": ">=0.10.0"
|
||||
}
|
||||
},
|
||||
"node_modules/react-smooth": {
|
||||
"version": "4.0.4",
|
||||
"resolved": "https://registry.npmjs.org/react-smooth/-/react-smooth-4.0.4.tgz",
|
||||
"integrity": "sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"fast-equals": "^5.0.1",
|
||||
"prop-types": "^15.8.1",
|
||||
"react-transition-group": "^4.4.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/react-transition-group": {
|
||||
"version": "4.4.5",
|
||||
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz",
|
||||
"integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==",
|
||||
"license": "BSD-3-Clause",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.5.5",
|
||||
"dom-helpers": "^5.0.1",
|
||||
"loose-envify": "^1.4.0",
|
||||
"prop-types": "^15.6.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": ">=16.6.0",
|
||||
"react-dom": ">=16.6.0"
|
||||
}
|
||||
},
|
||||
"node_modules/read-binary-file-arch": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/read-binary-file-arch/-/read-binary-file-arch-1.0.6.tgz",
|
||||
@@ -13946,43 +13978,50 @@
|
||||
}
|
||||
},
|
||||
"node_modules/recharts": {
|
||||
"version": "2.15.4",
|
||||
"resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.4.tgz",
|
||||
"integrity": "sha512-UT/q6fwS3c1dHbXv2uFgYJ9BMFHu3fwnd7AYZaEQhXuYQ4hgsxLvsUXzGdKeZrW5xopzDCvuA2N41WJ88I7zIw==",
|
||||
"version": "3.8.0",
|
||||
"resolved": "https://registry.npmjs.org/recharts/-/recharts-3.8.0.tgz",
|
||||
"integrity": "sha512-Z/m38DX3L73ExO4Tpc9/iZWHmHnlzWG4njQbxsF5aSjwqmHNDDIm0rdEBArkwsBvR8U6EirlEHiQNYWCVh9sGQ==",
|
||||
"license": "MIT",
|
||||
"workspaces": [
|
||||
"www"
|
||||
],
|
||||
"dependencies": {
|
||||
"clsx": "^2.0.0",
|
||||
"eventemitter3": "^4.0.1",
|
||||
"lodash": "^4.17.21",
|
||||
"react-is": "^18.3.1",
|
||||
"react-smooth": "^4.0.4",
|
||||
"recharts-scale": "^0.4.4",
|
||||
"tiny-invariant": "^1.3.1",
|
||||
"victory-vendor": "^36.6.8"
|
||||
"@reduxjs/toolkit": "^1.9.0 || 2.x.x",
|
||||
"clsx": "^2.1.1",
|
||||
"decimal.js-light": "^2.5.1",
|
||||
"es-toolkit": "^1.39.3",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"immer": "^10.1.1",
|
||||
"react-redux": "8.x.x || 9.x.x",
|
||||
"reselect": "5.1.1",
|
||||
"tiny-invariant": "^1.3.3",
|
||||
"use-sync-external-store": "^1.2.2",
|
||||
"victory-vendor": "^37.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
"node": ">=18"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
|
||||
"react-is": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/recharts-scale": {
|
||||
"version": "0.4.5",
|
||||
"resolved": "https://registry.npmjs.org/recharts-scale/-/recharts-scale-0.4.5.tgz",
|
||||
"integrity": "sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"decimal.js-light": "^2.4.1"
|
||||
}
|
||||
},
|
||||
"node_modules/recharts/node_modules/react-is": {
|
||||
"version": "18.3.1",
|
||||
"resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz",
|
||||
"integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==",
|
||||
"node_modules/redux": {
|
||||
"version": "5.0.1",
|
||||
"resolved": "https://registry.npmjs.org/redux/-/redux-5.0.1.tgz",
|
||||
"integrity": "sha512-M9/ELqF6fy8FwmkpnF0S3YKOqMyoWJ4+CS5Efg2ct3oY9daQvd/Pc71FpGZsVsbl3Cpb+IIcjBDUnnyBdQbq4w==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/redux-thunk": {
|
||||
"version": "3.1.0",
|
||||
"resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz",
|
||||
"integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==",
|
||||
"license": "MIT",
|
||||
"peerDependencies": {
|
||||
"redux": "^5.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/reflect-metadata": {
|
||||
"version": "0.2.2",
|
||||
"resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz",
|
||||
@@ -14178,6 +14217,12 @@
|
||||
"url": "https://github.com/sponsors/jet2jet"
|
||||
}
|
||||
},
|
||||
"node_modules/reselect": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/reselect/-/reselect-5.1.1.tgz",
|
||||
"integrity": "sha512-K/BG6eIky/SBpzfHZv/dd+9JBFiS4SWV7FIujVyJRux6e45+73RaUHXLmIR1f7WOMaQ0U1km6qwklRQxpJJY0w==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/resolve": {
|
||||
"version": "2.0.0-next.6",
|
||||
"resolved": "https://registry.npmjs.org/resolve/-/resolve-2.0.0-next.6.tgz",
|
||||
@@ -15360,6 +15405,7 @@
|
||||
"integrity": "sha512-yYrrsWnrXMcdsnu/7YMYAofM1ktpL5By7vZhf15CrXijWWrEYZks5AXBudalfSWJLlnen/QUJUB5aoB0kqZUGA==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"mkdirp": "^0.5.1",
|
||||
"rimraf": "~2.6.2"
|
||||
@@ -16395,7 +16441,6 @@
|
||||
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
||||
"dev": true,
|
||||
"license": "Apache-2.0",
|
||||
"peer": true,
|
||||
"bin": {
|
||||
"tsc": "bin/tsc",
|
||||
"tsserver": "bin/tsserver"
|
||||
@@ -16807,9 +16852,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/victory-vendor": {
|
||||
"version": "36.9.2",
|
||||
"resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-36.9.2.tgz",
|
||||
"integrity": "sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==",
|
||||
"version": "37.3.6",
|
||||
"resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-37.3.6.tgz",
|
||||
"integrity": "sha512-SbPDPdDBYp+5MJHhBCAyI7wKM3d5ivekigc2Dk2s7pgbZ9wIgIBYGVw4zGHBml/qTFbexrofXW6Gu4noGxrOwQ==",
|
||||
"license": "MIT AND ISC",
|
||||
"dependencies": {
|
||||
"@types/d3-array": "^3.0.3",
|
||||
@@ -16833,7 +16878,6 @@
|
||||
"resolved": "https://registry.npmjs.org/vite/-/vite-7.3.1.tgz",
|
||||
"integrity": "sha512-w+N7Hifpc3gRjZ63vYBXA56dvvRlNWRczTdmCBBa+CotUzAPf5b7YMdMR/8CQoeYE5LX3W4wj6RYTgonm1b9DA==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"esbuild": "^0.27.0",
|
||||
"fdir": "^6.5.0",
|
||||
@@ -17380,7 +17424,6 @@
|
||||
"integrity": "sha512-hOQuK7h0FGKgBAas7v0mSAsnvrIgAvWmRFjmzpJ7SwFHH3g1k2u37JtYwOwmEKhK6ZO3v9ggDBBm0La1LCK4uQ==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@vitest/expect": "4.0.18",
|
||||
"@vitest/mocker": "4.0.18",
|
||||
@@ -17589,7 +17632,6 @@
|
||||
"resolved": "https://registry.npmjs.org/winston/-/winston-3.19.0.tgz",
|
||||
"integrity": "sha512-LZNJgPzfKR+/J3cHkxcpHKpKKvGfDZVPS4hfJCc4cCG0CgYzvlD6yE/S3CIL/Yt91ak327YCpiF/0MyeZHEHKA==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"dependencies": {
|
||||
"@colors/colors": "^1.6.0",
|
||||
"@dabh/diagnostics": "^2.0.8",
|
||||
@@ -17827,7 +17869,6 @@
|
||||
"resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz",
|
||||
"integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==",
|
||||
"license": "MIT",
|
||||
"peer": true,
|
||||
"funding": {
|
||||
"url": "https://github.com/sponsors/colinhacks"
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "erpauto",
|
||||
"version": "1.5.1",
|
||||
"version": "1.6.0",
|
||||
"description": "An Electron application with React and TypeScript",
|
||||
"main": "./out/main/index.js",
|
||||
"author": "example.com",
|
||||
@@ -51,13 +51,13 @@
|
||||
"playwright-core": "^1.58.2",
|
||||
"react-focus-lock": "^2.13.7",
|
||||
"react-markdown": "^10.1.0",
|
||||
"recharts": "^3.8.0",
|
||||
"reflect-metadata": "^0.2.2",
|
||||
"rehype-autolink-headings": "^7.1.0",
|
||||
"rehype-highlight": "^7.0.2",
|
||||
"rehype-slug": "^6.0.0",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"typeorm": "^0.3.28",
|
||||
"recharts": "^2.15.4",
|
||||
"uuid": "^13.0.0",
|
||||
"winston": "^3.19.0",
|
||||
"winston-daily-rotate-file": "^5.0.0",
|
||||
|
||||
@@ -17,8 +17,7 @@ export default defineConfig({
|
||||
projects: [
|
||||
{
|
||||
name: 'electron',
|
||||
testMatch: '**/*.test.ts',
|
||||
testIgnore: '**/extractor-workflow.test.ts' // This file uses vitest
|
||||
testMatch: '**/*.test.ts'
|
||||
}
|
||||
]
|
||||
})
|
||||
|
||||
@@ -6,15 +6,10 @@
|
||||
"sourceType": "github",
|
||||
"computedHash": "744549070132b3bc0602fd7121d42278ba74694b9d0943358093bde3543cbe97"
|
||||
},
|
||||
"find-skills": {
|
||||
"source": "vercel-labs/skills",
|
||||
"sourceType": "github",
|
||||
"computedHash": "645b891da1edbae76ab79c7b088d4e73397464f8396edaf773c0e01971ce75d6"
|
||||
},
|
||||
"vercel-react-best-practices": {
|
||||
"source": "vercel-labs/agent-skills",
|
||||
"sourceType": "github",
|
||||
"computedHash": "9fb08ab39585f6f770d0c1c735f83e619aba2089d7ad50ba2a305eff715e08b9"
|
||||
"computedHash": "e218e50fe7057a4db91390e579c7db5aafac2394c31a3d8e5fa9444c8fa00726"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,8 +5,6 @@ import { createLogger } from '../services/logger'
|
||||
import { ConfigManager } from '../services/config/config-manager'
|
||||
import { RustfsService } from '../services/rustfs'
|
||||
import { ListObjectsV2Command, S3Client } from '@aws-sdk/client-s3'
|
||||
import { SessionManager } from '../services/user/session-manager'
|
||||
import { ReportAnalyzer, type ParsedReportData } from '../services/report/report-analyzer'
|
||||
|
||||
const log = createLogger('ReportHandler')
|
||||
|
||||
@@ -179,85 +177,4 @@ export function registerReportHandlers(): void {
|
||||
}, 'report:download')
|
||||
}
|
||||
)
|
||||
|
||||
ipcMain.handle(
|
||||
IPC_CHANNELS.REPORT_ANALYZE_ALL,
|
||||
async (): Promise<IpcResult<ParsedReportData[]>> => {
|
||||
return withErrorHandling(async () => {
|
||||
// Check Admin permission
|
||||
const sessionManager = SessionManager.getInstance()
|
||||
if (!sessionManager.isAdmin()) {
|
||||
log.warn('Non-Admin user attempted to access report analysis')
|
||||
throw new Error('Unauthorized: Admin access required')
|
||||
}
|
||||
|
||||
const rustfs = getRustfsService()
|
||||
if (!rustfs) {
|
||||
throw new Error('RustFS is not configured or enabled')
|
||||
}
|
||||
|
||||
const configManager = ConfigManager.getInstance()
|
||||
const config = configManager.getConfig()
|
||||
|
||||
// Create S3Client to list objects
|
||||
const client = new S3Client({
|
||||
region: config.rustfs?.region || 'us-east-1',
|
||||
endpoint: config.rustfs?.endpoint || '',
|
||||
credentials: {
|
||||
accessKeyId: config.rustfs?.accessKey || '',
|
||||
secretAccessKey: config.rustfs?.secretKey || ''
|
||||
},
|
||||
forcePathStyle: true
|
||||
})
|
||||
|
||||
log.info('Fetching and analyzing all reports from RustFS')
|
||||
const input = {
|
||||
Bucket: config.rustfs?.bucket || '',
|
||||
Prefix: 'reports/cleaner/'
|
||||
}
|
||||
|
||||
const command = new ListObjectsV2Command(input)
|
||||
const response = await client.send(command)
|
||||
|
||||
const reports: Array<{ content: string; filename?: string }> = []
|
||||
|
||||
if (response.Contents) {
|
||||
// Download each report file
|
||||
for (const item of response.Contents) {
|
||||
if (item.Key && item.Key.endsWith('.md')) {
|
||||
const parts = item.Key.split('/')
|
||||
if (parts.length >= 4) {
|
||||
const filename = parts.slice(3).join('/')
|
||||
log.debug('Downloading report for analysis', { key: item.Key })
|
||||
const downloadResult = await rustfs.downloadFile(item.Key)
|
||||
|
||||
if (downloadResult.success) {
|
||||
reports.push({
|
||||
content: downloadResult.content.toString('utf-8'),
|
||||
filename
|
||||
})
|
||||
} else {
|
||||
log.warn('Failed to download report for analysis', {
|
||||
key: item.Key,
|
||||
error: downloadResult.error
|
||||
})
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Analyze all reports
|
||||
const analyzer = new ReportAnalyzer()
|
||||
const analyzedData = analyzer.analyzeReports(reports)
|
||||
|
||||
log.info('Report analysis completed', {
|
||||
totalReports: reports.length,
|
||||
successfulAnalyses: analyzedData.length
|
||||
})
|
||||
|
||||
return analyzedData
|
||||
}, 'report:analyzeAll')
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
@@ -1,307 +0,0 @@
|
||||
import { describe, it, expect } from 'vitest'
|
||||
import { ReportAnalyzer } from '../report-analyzer'
|
||||
|
||||
describe('ReportAnalyzer', () => {
|
||||
const analyzer = new ReportAnalyzer()
|
||||
|
||||
describe('parseMarkdownReport', () => {
|
||||
it('should parse standard report with all fields', () => {
|
||||
const content = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`admin\` |
|
||||
| **处理订单数** | \`150\` |
|
||||
| **删除物料数** | \`45\` |
|
||||
| **跳过物料数** | \`30\` |
|
||||
| **错误数量** | \`2\` |
|
||||
| **重试订单数** | \`10\` |
|
||||
| **成功重试数** | \`8\` |
|
||||
| **执行耗时** | \`2 分 30 秒\` |
|
||||
| **执行时间** | \`2026-03-25 08:30:45\` |
|
||||
`
|
||||
|
||||
const result = analyzer.parseMarkdownReport(content)
|
||||
|
||||
expect(result).not.toBeNull()
|
||||
expect(result!.date).toBe('2026-03-25')
|
||||
expect(result!.username).toBe('admin')
|
||||
expect(result!.ordersProcessed).toBe(150)
|
||||
expect(result!.materialsDeleted).toBe(45)
|
||||
expect(result!.materialsSkipped).toBe(30)
|
||||
expect(result!.errorCount).toBe(2)
|
||||
expect(result!.retriedOrders).toBe(10)
|
||||
expect(result!.successfulRetries).toBe(8)
|
||||
expect(result!.durationSeconds).toBe(150)
|
||||
})
|
||||
|
||||
it('should use defaults for missing fields', () => {
|
||||
const content = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`user1\` |
|
||||
| **处理订单数** | \`50\` |
|
||||
`
|
||||
|
||||
const result = analyzer.parseMarkdownReport(content)
|
||||
|
||||
expect(result).not.toBeNull()
|
||||
expect(result!.username).toBe('user1')
|
||||
expect(result!.ordersProcessed).toBe(50)
|
||||
expect(result!.materialsDeleted).toBe(0)
|
||||
expect(result!.materialsSkipped).toBe(0)
|
||||
expect(result!.errorCount).toBe(0)
|
||||
expect(result!.retriedOrders).toBe(0)
|
||||
expect(result!.successfulRetries).toBe(0)
|
||||
expect(result!.durationSeconds).toBe(0)
|
||||
})
|
||||
|
||||
it('should return null for malformed format', () => {
|
||||
const content = `This is not a valid report format
|
||||
Just some random text without proper structure
|
||||
No execution summary section here`
|
||||
|
||||
const result = analyzer.parseMarkdownReport(content)
|
||||
expect(result).toBeNull()
|
||||
})
|
||||
|
||||
it('should return null for empty content', () => {
|
||||
expect(analyzer.parseMarkdownReport('')).toBeNull()
|
||||
expect(analyzer.parseMarkdownReport(' ')).toBeNull()
|
||||
})
|
||||
|
||||
it('should handle special characters in fields', () => {
|
||||
const content = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`admin@test.com\` |
|
||||
| **处理订单数** | \`100\` |
|
||||
| **删除物料数** | \`25\` |
|
||||
| **跳过物料数** | \`10\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`5\` |
|
||||
| **成功重试数** | \`5\` |
|
||||
| **执行耗时** | \`1 分\` |
|
||||
| **执行时间** | \`2026-03-25 10:00:00\` |
|
||||
`
|
||||
|
||||
const result = analyzer.parseMarkdownReport(content)
|
||||
|
||||
expect(result).not.toBeNull()
|
||||
expect(result!.username).toBe('admin@test.com')
|
||||
expect(result!.durationSeconds).toBe(60)
|
||||
})
|
||||
|
||||
it('should extract date from content when execution time missing', () => {
|
||||
const content = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`20\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`30 秒\` |
|
||||
`
|
||||
|
||||
const result = analyzer.parseMarkdownReport(content)
|
||||
|
||||
expect(result).not.toBeNull()
|
||||
expect(result!.date).toMatch(/^\d{4}-\d{2}-\d{2}$/)
|
||||
})
|
||||
|
||||
it('should handle various duration formats', () => {
|
||||
// Test "2 分 30 秒"
|
||||
const content1 = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`10\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`2 分 30 秒\` |
|
||||
| **执行时间** | \`2026-03-25 10:00:00\` |
|
||||
`
|
||||
const result1 = analyzer.parseMarkdownReport(content1)
|
||||
expect(result1!.durationSeconds).toBe(150)
|
||||
|
||||
// Test "1 分"
|
||||
const content2 = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`10\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`1 分\` |
|
||||
| **执行时间** | \`2026-03-25 10:00:00\` |
|
||||
`
|
||||
const result2 = analyzer.parseMarkdownReport(content2)
|
||||
expect(result2!.durationSeconds).toBe(60)
|
||||
|
||||
// Test "30 秒" - use different time to avoid confusion
|
||||
const content3 = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`10\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`30 秒\` |
|
||||
| **执行时间** | \`2026-03-25 14:20:15\` |
|
||||
`
|
||||
const result3 = analyzer.parseMarkdownReport(content3)
|
||||
expect(result3!.durationSeconds).toBe(30)
|
||||
})
|
||||
})
|
||||
|
||||
describe('analyzeReports', () => {
|
||||
it('should batch process multiple reports', () => {
|
||||
const reports = [
|
||||
{
|
||||
content: `## 执行摘要
|
||||
|
||||
| **操作用户** | \`user1\` |
|
||||
| **处理订单数** | \`100\` |
|
||||
| **删除物料数** | \`20\` |
|
||||
| **跳过物料数** | \`10\` |
|
||||
| **错误数量** | \`1\` |
|
||||
| **重试订单数** | \`5\` |
|
||||
| **成功重试数** | \`4\` |
|
||||
| **执行耗时** | \`1 分\` |
|
||||
| **执行时间** | \`2026-03-25 08:00:00\` |
|
||||
`,
|
||||
filename: 'report-2026-03-25.md'
|
||||
},
|
||||
{
|
||||
content: `## 执行摘要
|
||||
|
||||
| **操作用户** | \`user2\` |
|
||||
| **处理订单数** | \`200\` |
|
||||
| **删除物料数** | \`50\` |
|
||||
| **跳过物料数** | \`20\` |
|
||||
| **错误数量** | \`2\` |
|
||||
| **重试订单数** | \`10\` |
|
||||
| **成功重试数** | \`8\` |
|
||||
| **执行耗时** | \`2 分\` |
|
||||
| **执行时间** | \`2026-03-26 09:00:00\` |
|
||||
`,
|
||||
filename: 'report-2026-03-26.md'
|
||||
}
|
||||
]
|
||||
|
||||
const results = analyzer.analyzeReports(reports)
|
||||
|
||||
expect(results.length).toBe(2)
|
||||
expect(results[0].username).toBe('user1')
|
||||
expect(results[0].date).toBe('2026-03-25')
|
||||
expect(results[1].username).toBe('user2')
|
||||
expect(results[1].date).toBe('2026-03-26')
|
||||
})
|
||||
|
||||
it('should skip invalid reports in batch', () => {
|
||||
const reports = [
|
||||
{
|
||||
content: `## 执行摘要
|
||||
|
||||
| **操作用户** | \`valid\` |
|
||||
| **处理订单数** | \`50\` |
|
||||
| **删除物料数** | \`10\` |
|
||||
| **跳过物料数** | \`5\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`30 秒\` |
|
||||
| **执行时间** | \`2026-03-25 10:00:00\` |
|
||||
`,
|
||||
filename: 'valid-report.md'
|
||||
},
|
||||
{
|
||||
content: 'Invalid report content',
|
||||
filename: 'invalid-report.md'
|
||||
}
|
||||
]
|
||||
|
||||
const results = analyzer.analyzeReports(reports)
|
||||
|
||||
expect(results.length).toBe(1)
|
||||
expect(results[0].username).toBe('valid')
|
||||
})
|
||||
|
||||
it('should use filename date to override content date', () => {
|
||||
const reports = [
|
||||
{
|
||||
content: `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`30\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`20 秒\` |
|
||||
| **执行时间** | \`2026-03-20 10:00:00\` |
|
||||
`,
|
||||
filename: 'report-2026-03-25-08-30-45.md'
|
||||
}
|
||||
]
|
||||
|
||||
const results = analyzer.analyzeReports(reports)
|
||||
|
||||
expect(results.length).toBe(1)
|
||||
expect(results[0].date).toBe('2026-03-25')
|
||||
})
|
||||
})
|
||||
|
||||
describe('date extraction', () => {
|
||||
it('should extract date from filename with ISO format', () => {
|
||||
const content = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`10\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`10 秒\` |
|
||||
| **执行时间** | \`2026-03-20 10:00:00\` |
|
||||
`
|
||||
|
||||
const report = {
|
||||
content,
|
||||
filename: 'cleaner-report-2026-03-25-08-30-45.md'
|
||||
}
|
||||
|
||||
const results = analyzer.analyzeReports([report])
|
||||
expect(results[0].date).toBe('2026-03-25')
|
||||
})
|
||||
|
||||
it('should extract date from filename with YYYYMMDD format', () => {
|
||||
const content = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`10\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`10 秒\` |
|
||||
| **执行时间** | \`2026-03-20 10:00:00\` |
|
||||
`
|
||||
|
||||
const report = {
|
||||
content,
|
||||
filename: 'report-20260325-100000.md'
|
||||
}
|
||||
|
||||
const results = analyzer.analyzeReports([report])
|
||||
expect(results[0].date).toBe('2026-03-25')
|
||||
})
|
||||
})
|
||||
})
|
||||
@@ -1,212 +0,0 @@
|
||||
import { createLogger } from '../logger'
|
||||
|
||||
const log = createLogger('ReportAnalyzer')
|
||||
|
||||
/**
|
||||
* Parsed report data structure
|
||||
*/
|
||||
export interface ParsedReportData {
|
||||
/** 报告日期 (从文件名或内容提取) */
|
||||
date: string
|
||||
/** 操作用户 */
|
||||
username: string
|
||||
/** 处理订单数 */
|
||||
ordersProcessed: number
|
||||
/** 删除物料数 */
|
||||
materialsDeleted: number
|
||||
/** 跳过物料数 */
|
||||
materialsSkipped: number
|
||||
/** 错误数量 */
|
||||
errorCount: number
|
||||
/** 重试订单数 */
|
||||
retriedOrders: number
|
||||
/** 成功重试数 */
|
||||
successfulRetries: number
|
||||
/** 执行耗时 (秒) */
|
||||
durationSeconds: number
|
||||
}
|
||||
|
||||
/**
|
||||
* ReportAnalyzer - 解析和分析 ERP 物料清理执行报告
|
||||
*/
|
||||
export class ReportAnalyzer {
|
||||
/**
|
||||
* 解析单个 markdown 报告内容
|
||||
* @param content markdown 报告内容
|
||||
* @returns 解析后的结构化数据,解析失败返回 null
|
||||
*/
|
||||
parseMarkdownReport(content: string): ParsedReportData | null {
|
||||
try {
|
||||
// 从执行摘要表格中提取数据 - 捕获整个表格直到空行或下一个标题
|
||||
const summarySectionMatch = content.match(/## 执行摘要\s*\n([\s\S]*?)(?=\n---|\n##|\n$)/)
|
||||
if (!summarySectionMatch) {
|
||||
log.warn('Failed to find execution summary section')
|
||||
return null
|
||||
}
|
||||
|
||||
const summaryTable = summarySectionMatch[0]
|
||||
|
||||
// 提取各个字段的值
|
||||
const username = this.extractFieldValue(summaryTable, '操作用户') || ''
|
||||
const ordersProcessed = this.extractNumericField(summaryTable, '处理订单数') || 0
|
||||
const materialsDeleted = this.extractNumericField(summaryTable, '删除物料数') || 0
|
||||
const materialsSkipped = this.extractNumericField(summaryTable, '跳过物料数') || 0
|
||||
const errorCount = this.extractNumericField(summaryTable, '错误数量') || 0
|
||||
const retriedOrders = this.extractNumericField(summaryTable, '重试订单数') || 0
|
||||
const successfulRetries = this.extractNumericField(summaryTable, '成功重试数') || 0
|
||||
|
||||
// 提取执行耗时并转换为秒
|
||||
const durationStr = this.extractFieldValue(summaryTable, '执行耗时')
|
||||
const durationSeconds = durationStr ? this.parseDuration(durationStr) : 0
|
||||
|
||||
// 从内容或执行时间字段提取日期
|
||||
const executionTimeStr = this.extractFieldValue(summaryTable, '执行时间')
|
||||
const date = executionTimeStr
|
||||
? this.extractDateFromDateTime(executionTimeStr)
|
||||
: this.extractDateFromContent(content)
|
||||
|
||||
return {
|
||||
date,
|
||||
username,
|
||||
ordersProcessed,
|
||||
materialsDeleted,
|
||||
materialsSkipped,
|
||||
errorCount,
|
||||
retriedOrders,
|
||||
successfulRetries,
|
||||
durationSeconds
|
||||
}
|
||||
} catch (error) {
|
||||
log.error('Failed to parse markdown report', {
|
||||
error: error instanceof Error ? error.message : error
|
||||
})
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* 批量解析多个报告
|
||||
* @param reports 报告元数据和内容列表
|
||||
* @returns 解析后的数据列表 (自动跳过解析失败的报告)
|
||||
*/
|
||||
analyzeReports(reports: Array<{ content: string; filename?: string }>): ParsedReportData[] {
|
||||
const results: ParsedReportData[] = []
|
||||
|
||||
for (const report of reports) {
|
||||
const parsed = this.parseMarkdownReport(report.content)
|
||||
if (parsed) {
|
||||
// 如果有文件名,尝试从文件名提取日期覆盖
|
||||
if (report.filename) {
|
||||
const dateFromFilename = this.extractDateFromFilename(report.filename)
|
||||
if (dateFromFilename) {
|
||||
parsed.date = dateFromFilename
|
||||
}
|
||||
}
|
||||
results.push(parsed)
|
||||
} else {
|
||||
log.warn('Skipping report due to parse failure', { filename: report.filename })
|
||||
}
|
||||
}
|
||||
|
||||
return results
|
||||
}
|
||||
|
||||
/**
|
||||
* 从表格行中提取字段的字符串值
|
||||
*/
|
||||
private extractFieldValue(tableContent: string, fieldName: string): string | null {
|
||||
// 匹配格式:| **字段名** | `值` |
|
||||
const pattern = new RegExp(
|
||||
`\\|\\s*\\*\\*${this.escapeRegex(fieldName)}\\*\\*\\s*\\|\\s*\`([^\`]*)\``,
|
||||
'i'
|
||||
)
|
||||
const match = tableContent.match(pattern)
|
||||
log.debug('extractFieldValue', { fieldName, matched: match?.[1], pattern })
|
||||
return match ? match[1].trim() : null
|
||||
}
|
||||
|
||||
/**
|
||||
* 从表格行中提取数值字段
|
||||
*/
|
||||
private extractNumericField(tableContent: string, fieldName: string): number | null {
|
||||
const value = this.extractFieldValue(tableContent, fieldName)
|
||||
if (value === null) return null
|
||||
|
||||
// 移除可能的非数字字符 (如单位)
|
||||
const numStr = value.replace(/[^\d]/g, '')
|
||||
if (!numStr) return null
|
||||
|
||||
return parseInt(numStr, 10)
|
||||
}
|
||||
|
||||
/**
|
||||
* 解析耗时字符串为秒数
|
||||
* 支持格式:"2 分 30 秒", "1 分", "30 秒", "5 分钟"
|
||||
*/
|
||||
private parseDuration(durationStr: string): number {
|
||||
let totalSeconds = 0
|
||||
|
||||
// 匹配分钟 - 支持 "X 分" 或 "X 分钟" 格式
|
||||
const minMatch = durationStr.match(/(\d+) 分/)
|
||||
if (minMatch) {
|
||||
totalSeconds += parseInt(minMatch[1], 10) * 60
|
||||
}
|
||||
|
||||
// 匹配秒
|
||||
const secMatch = durationStr.match(/(\d+) 秒/)
|
||||
if (secMatch) {
|
||||
totalSeconds += parseInt(secMatch[1], 10)
|
||||
}
|
||||
|
||||
return totalSeconds
|
||||
}
|
||||
|
||||
/**
|
||||
* 从日期时间字符串中提取日期部分
|
||||
* 格式:"2026-03-25 08:30:45" -> "2026-03-25"
|
||||
*/
|
||||
private extractDateFromDateTime(dateTimeStr: string): string {
|
||||
const match = dateTimeStr.match(/(\d{4}-\d{2}-\d{2})/)
|
||||
return match ? match[1] : dateTimeStr
|
||||
}
|
||||
|
||||
/**
|
||||
* 从内容中提取日期 (备选方案)
|
||||
*/
|
||||
private extractDateFromContent(content: string): string {
|
||||
// 尝试从报告标题或执行时间提取
|
||||
const dateMatch = content.match(/(\d{4}-\d{2}-\d{2})/)
|
||||
return dateMatch ? dateMatch[1] : new Date().toISOString().split('T')[0]
|
||||
}
|
||||
|
||||
/**
|
||||
* 从文件名中提取日期
|
||||
* 格式:"cleaner-report-2026-03-25-08-30-45.md" -> "2026-03-25"
|
||||
*/
|
||||
private extractDateFromFilename(filename: string): string | null {
|
||||
// 匹配 ISO 日期格式
|
||||
const isoMatch = filename.match(/(\d{4}-\d{2}-\d{2})/)
|
||||
if (isoMatch) {
|
||||
return isoMatch[1]
|
||||
}
|
||||
|
||||
// 匹配其他常见日期格式
|
||||
const dateMatch = filename.match(/(\d{8})/)
|
||||
if (dateMatch) {
|
||||
const str = dateMatch[1]
|
||||
// 尝试解析 YYYYMMDD
|
||||
if (str.length === 8) {
|
||||
return `${str.slice(0, 4)}-${str.slice(4, 6)}-${str.slice(6, 8)}`
|
||||
}
|
||||
}
|
||||
|
||||
return null
|
||||
}
|
||||
|
||||
/**
|
||||
* 转义正则表达式特殊字符
|
||||
*/
|
||||
private escapeRegex(str: string): string {
|
||||
return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&')
|
||||
}
|
||||
}
|
||||
@@ -199,23 +199,4 @@ export interface ReportAPI {
|
||||
* @param key - Report object key in RustFS
|
||||
*/
|
||||
download: (key: string) => Promise<IpcResult<string>>
|
||||
|
||||
/**
|
||||
* Analyze all reports and return parsed data (Admin only)
|
||||
*/
|
||||
analyzeAll: () => Promise<
|
||||
IpcResult<
|
||||
{
|
||||
date: string
|
||||
username: string
|
||||
ordersProcessed: number
|
||||
materialsDeleted: number
|
||||
materialsSkipped: number
|
||||
errorCount: number
|
||||
retriedOrders: number
|
||||
successfulRetries: number
|
||||
durationSeconds: number
|
||||
}[]
|
||||
>
|
||||
>
|
||||
}
|
||||
|
||||
@@ -71,8 +71,7 @@ export const configApi = {
|
||||
export const reportApi = {
|
||||
listAll: () => invokeIpc(IPC_CHANNELS.REPORT_LIST_ALL),
|
||||
listByUser: (username: string) => invokeIpc(IPC_CHANNELS.REPORT_LIST_BY_USER, username),
|
||||
download: (key: string) => invokeIpc(IPC_CHANNELS.REPORT_DOWNLOAD, key),
|
||||
analyzeAll: () => invokeIpc(IPC_CHANNELS.REPORT_ANALYZE_ALL)
|
||||
download: (key: string) => invokeIpc(IPC_CHANNELS.REPORT_DOWNLOAD, key)
|
||||
} as const
|
||||
|
||||
export const updateApi = {
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -8,7 +8,6 @@ import rehypeSlug from 'rehype-slug'
|
||||
import rehypeAutolinkHeadings from 'rehype-autolink-headings'
|
||||
import 'github-markdown-css/github-markdown-light.css'
|
||||
import 'highlight.js/styles/github.css'
|
||||
import { ReportAnalysisDialog } from './ReportAnalysisDialog'
|
||||
|
||||
interface ReportMetadata {
|
||||
key: string
|
||||
@@ -23,13 +22,15 @@ interface ReportViewerDialogProps {
|
||||
onClose: () => void
|
||||
isAdmin: boolean
|
||||
currentUsername: string
|
||||
onOpenAnalysis?: () => void
|
||||
}
|
||||
|
||||
export const ReportViewerDialog: React.FC<ReportViewerDialogProps> = ({
|
||||
isOpen,
|
||||
onClose,
|
||||
isAdmin,
|
||||
currentUsername
|
||||
currentUsername,
|
||||
onOpenAnalysis
|
||||
}) => {
|
||||
const [reports, setReports] = useState<ReportMetadata[]>([])
|
||||
const [selectedReport, setSelectedReport] = useState<ReportMetadata | null>(null)
|
||||
@@ -38,7 +39,6 @@ export const ReportViewerDialog: React.FC<ReportViewerDialogProps> = ({
|
||||
const [isLoadingContent, setIsLoadingContent] = useState<boolean>(false)
|
||||
const [error, setError] = useState<string | null>(null)
|
||||
const [query, setQuery] = useState('')
|
||||
const [isAnalysisDialogOpen, setIsAnalysisDialogOpen] = useState(false)
|
||||
|
||||
const loadReports = useCallback(async () => {
|
||||
setIsLoadingList(true)
|
||||
@@ -131,17 +131,17 @@ export const ReportViewerDialog: React.FC<ReportViewerDialogProps> = ({
|
||||
<div className="flex items-center gap-2 text-slate-800">
|
||||
<FileText size={20} className="text-blue-600" />
|
||||
<h2 className="text-lg font-semibold">执行报告浏览器</h2>
|
||||
{isAdmin && (
|
||||
</div>
|
||||
<div className="flex items-center gap-3">
|
||||
{isAdmin && onOpenAnalysis && (
|
||||
<button
|
||||
onClick={() => setIsAnalysisDialogOpen(true)}
|
||||
className="ml-2 flex items-center gap-1.5 px-3 py-1.5 text-sm bg-blue-600 text-white rounded-lg hover:bg-blue-700 transition-colors"
|
||||
title="分析报告"
|
||||
onClick={onOpenAnalysis}
|
||||
className="text-xs bg-white border border-slate-300 text-slate-700 px-3 py-1.5 rounded shadow-sm hover:bg-slate-50 flex items-center gap-1.5 font-medium transition-colors"
|
||||
>
|
||||
<BarChart3 size={16} />
|
||||
分析报告
|
||||
<BarChart3 size={14} className="text-blue-600" />
|
||||
报告分析
|
||||
</button>
|
||||
)}
|
||||
</div>
|
||||
<button
|
||||
onClick={onClose}
|
||||
className="text-slate-400 hover:text-slate-600 hover:bg-slate-200/50 p-1.5 rounded-lg transition-colors"
|
||||
@@ -149,6 +149,7 @@ export const ReportViewerDialog: React.FC<ReportViewerDialogProps> = ({
|
||||
<X size={20} />
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Controls */}
|
||||
<div className="px-6 py-4 border-b border-slate-200 bg-white flex-shrink-0">
|
||||
@@ -267,14 +268,6 @@ export const ReportViewerDialog: React.FC<ReportViewerDialogProps> = ({
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{isAdmin && (
|
||||
<ReportAnalysisDialog
|
||||
isOpen={isAnalysisDialogOpen}
|
||||
onClose={() => setIsAnalysisDialogOpen(false)}
|
||||
isAdmin={isAdmin}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@ const MaterialTypeManagementDialog = React.lazy(
|
||||
)
|
||||
const ExecutionReportDialog = React.lazy(() => import('../components/ExecutionReportDialog'))
|
||||
const ReportViewerDialog = React.lazy(() => import('../components/ReportViewerDialog'))
|
||||
const ReportAnalysisDialog = React.lazy(() => import('../components/ReportAnalysisDialog'))
|
||||
|
||||
const CleanerPage: React.FC = () => {
|
||||
const typeManagementButtonRef = React.useRef<HTMLButtonElement>(null)
|
||||
@@ -66,6 +67,7 @@ const CleanerPage: React.FC = () => {
|
||||
} = useCleaner()
|
||||
|
||||
const [isReportViewerOpen, setIsReportViewerOpen] = React.useState(false)
|
||||
const [isReportAnalysisOpen, setIsReportAnalysisOpen] = React.useState(false)
|
||||
|
||||
return (
|
||||
<div className="h-full flex flex-col xl:flex-row gap-6 animate-in fade-in slide-in-from-bottom-4 duration-500">
|
||||
@@ -169,6 +171,15 @@ const CleanerPage: React.FC = () => {
|
||||
onClose={() => setIsReportViewerOpen(false)}
|
||||
isAdmin={isAdmin}
|
||||
currentUsername={currentUsername}
|
||||
onOpenAnalysis={() => setIsReportAnalysisOpen(true)}
|
||||
/>
|
||||
</Suspense>
|
||||
|
||||
<Suspense fallback={null}>
|
||||
<ReportAnalysisDialog
|
||||
isOpen={isReportAnalysisOpen}
|
||||
onClose={() => setIsReportAnalysisOpen(false)}
|
||||
isAdmin={isAdmin}
|
||||
/>
|
||||
</Suspense>
|
||||
|
||||
|
||||
@@ -97,7 +97,6 @@ export const IPC_CHANNELS = {
|
||||
REPORT_LIST_ALL: 'report:listAll',
|
||||
REPORT_LIST_BY_USER: 'report:listByUser',
|
||||
REPORT_DOWNLOAD: 'report:download',
|
||||
REPORT_ANALYZE_ALL: 'report:analyzeAll',
|
||||
|
||||
// Update
|
||||
UPDATE_GET_STATUS: 'update:getStatus',
|
||||
|
||||
@@ -1,474 +0,0 @@
|
||||
/**
|
||||
* E2E Tests for Report Analysis Feature (Task 11)
|
||||
*
|
||||
* Tests the complete report analysis workflow:
|
||||
* - Admin login → View Reports → Click Analysis → View Charts
|
||||
* - All 8 filter checkboxes functionality
|
||||
* - Chart updates when filters toggle
|
||||
* - Tooltip shows correct data
|
||||
* - Loading state
|
||||
* - Empty state
|
||||
* - Error state with retry
|
||||
* - Admin vs non-Admin access control
|
||||
* - Data accuracy verification
|
||||
*/
|
||||
|
||||
import { test, expect, ElectronApplication, Page } from '@playwright/test'
|
||||
import { _electron as electron } from '@playwright/test'
|
||||
import path from 'path'
|
||||
import fs from 'fs'
|
||||
|
||||
let electronApp: ElectronApplication
|
||||
let page: Page
|
||||
|
||||
// Evidence directory
|
||||
const EVIDENCE_DIR = path.join(__dirname, '../../.sisyphus/evidence')
|
||||
|
||||
// Ensure evidence directory exists
|
||||
if (!fs.existsSync(EVIDENCE_DIR)) {
|
||||
fs.mkdirSync(EVIDENCE_DIR, { recursive: true })
|
||||
}
|
||||
|
||||
test.describe('Report Analysis Feature - Task 11', () => {
|
||||
test.beforeAll(async () => {
|
||||
// Launch Electron app
|
||||
electronApp = await electron.launch({
|
||||
args: [path.join(__dirname, '../../out/main/index.js')],
|
||||
env: {
|
||||
NODE_ENV: 'test'
|
||||
}
|
||||
})
|
||||
|
||||
// Get the first window
|
||||
page = await electronApp.firstWindow()
|
||||
|
||||
// Wait for app to load
|
||||
await page.waitForLoadState('domcontentloaded')
|
||||
await page.waitForTimeout(2000) // Wait for app initialization
|
||||
})
|
||||
|
||||
test.afterAll(async () => {
|
||||
// Save final screenshot
|
||||
try {
|
||||
await page.screenshot({ path: path.join(EVIDENCE_DIR, 'task-11-final-state.png') })
|
||||
} catch {
|
||||
// Ignore screenshot errors
|
||||
}
|
||||
await electronApp.close()
|
||||
})
|
||||
|
||||
test.describe('Scenario 1: Complete E2E Flow (Admin User)', () => {
|
||||
test('should complete full flow: Admin login → View Reports → Analysis → Charts', async () => {
|
||||
test.setTimeout(120000)
|
||||
|
||||
// Step 1: Login as Admin
|
||||
await page.waitForSelector(
|
||||
'[data-testid="login-form"], input[name="username"], input[type="text"]',
|
||||
{
|
||||
state: 'visible',
|
||||
timeout: 10000
|
||||
}
|
||||
)
|
||||
|
||||
// Try to find and fill login form
|
||||
const usernameInput = page.locator('input[name="username"]').first()
|
||||
const passwordInput = page.locator('input[name="password"]').first()
|
||||
const loginButton = page.locator('button:has-text("登录")').first()
|
||||
|
||||
// Fill with admin credentials (adjust based on your test setup)
|
||||
await usernameInput.fill('Admin')
|
||||
await passwordInput.fill('admin123')
|
||||
await loginButton.click()
|
||||
|
||||
// Wait for navigation to CleanerPage
|
||||
await page.waitForTimeout(3000)
|
||||
|
||||
// Step 2: Click "View Reports" button
|
||||
const viewReportsButton = page
|
||||
.locator('button:has-text("查看报告"), button:has-text("报告")')
|
||||
.first()
|
||||
const hasReportsButton = await viewReportsButton.count()
|
||||
|
||||
if (hasReportsButton > 0) {
|
||||
await viewReportsButton.click()
|
||||
await page.waitForTimeout(2000)
|
||||
|
||||
// Step 3: Wait for report list to load
|
||||
const reportListLoading = page.locator('.loading, [role="progressbar"]')
|
||||
const hasLoading = await reportListLoading.count()
|
||||
|
||||
if (hasLoading > 0) {
|
||||
await reportListLoading.first().waitFor({ state: 'hidden', timeout: 15000 })
|
||||
}
|
||||
|
||||
// Step 4: Click "Analyze Reports" button (Admin-only)
|
||||
const analyzeButton = page.locator('button:has-text("分析报告")').first()
|
||||
const hasAnalyzeButton = await analyzeButton.count()
|
||||
|
||||
// Record evidence
|
||||
if (hasAnalyzeButton > 0) {
|
||||
await analyzeButton.click()
|
||||
await page.waitForTimeout(3000)
|
||||
|
||||
// Step 5: Wait for analysis dialog to open
|
||||
const analysisDialog = page.locator('text=报告分析')
|
||||
await expect(analysisDialog).toBeVisible({ timeout: 10000 })
|
||||
|
||||
// Step 6: Wait for charts to render
|
||||
const chartContainer = page.locator('.recharts-wrapper, [class*="recharts"]')
|
||||
const hasChart = await chartContainer.count()
|
||||
|
||||
// Step 7: Verify chart displays at least 3 data points
|
||||
if (hasChart > 0) {
|
||||
const dataPoints = page.locator('.recharts-dot, circle[class*="recharts"]')
|
||||
const dataPointCount = await dataPoints.count()
|
||||
|
||||
// Save evidence
|
||||
await page.screenshot({
|
||||
path: path.join(EVIDENCE_DIR, 'task-11-e2e-flow.png'),
|
||||
fullPage: false
|
||||
})
|
||||
|
||||
// Verify we have data points (at least 1 for basic test)
|
||||
expect(dataPointCount).toBeGreaterThanOrEqual(0)
|
||||
}
|
||||
|
||||
// Step 8: Toggle each filter checkbox
|
||||
const checkboxes = page.locator('[role="checkbox"], input[type="checkbox"]').filter({
|
||||
hasText:
|
||||
/处理订单数 | 删除物料数 | 跳过物料数 | 错误数量 | 重试订单数 | 成功重试数 | 执行耗时 | 操作用户/
|
||||
})
|
||||
const checkboxCount = await checkboxes.count()
|
||||
|
||||
// Verify all 8 checkboxes exist
|
||||
expect(checkboxCount).toBeGreaterThanOrEqual(1) // At least some filters exist
|
||||
|
||||
// Step 9: Verify chart updates when filters toggle
|
||||
if (checkboxCount > 0) {
|
||||
const firstCheckbox = checkboxes.first()
|
||||
await firstCheckbox.click()
|
||||
await page.waitForTimeout(500)
|
||||
|
||||
// Toggle back
|
||||
await firstCheckbox.click()
|
||||
await page.waitForTimeout(500)
|
||||
}
|
||||
|
||||
// Step 10: Hover to verify tooltip
|
||||
if (hasChart > 0) {
|
||||
const chartArea = page.locator('.recharts-wrapper').first()
|
||||
await chartArea.hover({ position: { x: 100, y: 100 } })
|
||||
await page.waitForTimeout(500)
|
||||
|
||||
// Check for tooltip
|
||||
const tooltip = page.locator('.recharts-tooltip, [class*="tooltip"]')
|
||||
const hasTooltip = await tooltip.count()
|
||||
|
||||
// Tooltip may or may not appear depending on data
|
||||
if (hasTooltip > 0) {
|
||||
await expect(tooltip.first()).toBeVisible()
|
||||
}
|
||||
}
|
||||
|
||||
// Step 11: Close analysis dialog
|
||||
const closeAnalysisButton = page
|
||||
.locator('button[aria-label*="关闭"], button:has-text("×")')
|
||||
.last()
|
||||
if (await closeAnalysisButton.count()) {
|
||||
await closeAnalysisButton.click()
|
||||
await page.waitForTimeout(500)
|
||||
}
|
||||
|
||||
// Step 12: Close report viewer
|
||||
const closeReportViewerButton = page.locator('button[aria-label*="关闭"]').first()
|
||||
if (await closeReportViewerButton.count()) {
|
||||
await closeReportViewerButton.click()
|
||||
await page.waitForTimeout(500)
|
||||
}
|
||||
} else {
|
||||
// No analyze button - might not have reports
|
||||
console.log('Analyze button not found - may not have test reports')
|
||||
}
|
||||
} else {
|
||||
console.log('View Reports button not found')
|
||||
}
|
||||
|
||||
// Test passes if we completed without errors
|
||||
expect(true).toBe(true)
|
||||
})
|
||||
})
|
||||
|
||||
test.describe('Scenario 2: Admin Access Control', () => {
|
||||
test('should show analyze button for Admin users', async () => {
|
||||
// Assuming we're already logged in as Admin from previous test
|
||||
|
||||
// Open report viewer
|
||||
const viewReportsButton = page.locator('button:has-text("查看报告")').first()
|
||||
if (await viewReportsButton.count()) {
|
||||
await viewReportsButton.click()
|
||||
await page.waitForTimeout(2000)
|
||||
|
||||
// Verify analyze button exists for Admin
|
||||
const analyzeButton = page.locator('button:has-text("分析报告")')
|
||||
const hasButton = await analyzeButton.count()
|
||||
|
||||
// Save evidence
|
||||
await page.screenshot({
|
||||
path: path.join(EVIDENCE_DIR, 'task-11-admin-sees-button.png')
|
||||
})
|
||||
|
||||
// Button should exist for Admin (may be 0 if no reports exist)
|
||||
console.log(`Admin sees analyze button: ${hasButton > 0}`)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
test.describe('Scenario 3: Filter Functionality', () => {
|
||||
test('should have all 8 filter checkboxes', async () => {
|
||||
// Open report viewer if not already open
|
||||
const viewReportsButton = page.locator('button:has-text("查看报告")').first()
|
||||
if (await viewReportsButton.count()) {
|
||||
await viewReportsButton.click()
|
||||
await page.waitForTimeout(2000)
|
||||
}
|
||||
|
||||
// Click analyze button
|
||||
const analyzeButton = page.locator('button:has-text("分析报告")').first()
|
||||
if (await analyzeButton.count()) {
|
||||
await analyzeButton.click()
|
||||
await page.waitForTimeout(3000)
|
||||
|
||||
// Look for filter checkboxes with expected labels
|
||||
const expectedLabels = [
|
||||
'处理订单数',
|
||||
'删除物料数',
|
||||
'跳过物料数',
|
||||
'错误数量',
|
||||
'重试订单数',
|
||||
'成功重试数',
|
||||
'执行耗时'
|
||||
]
|
||||
|
||||
// Count visible checkboxes
|
||||
const checkboxes = page.locator('[role="checkbox"]').filter({ visible: true })
|
||||
const checkboxCount = await checkboxes.count()
|
||||
|
||||
// Verify we have filters (at least some)
|
||||
expect(checkboxCount).toBeGreaterThanOrEqual(1)
|
||||
|
||||
// Save evidence
|
||||
await page.screenshot({
|
||||
path: path.join(EVIDENCE_DIR, 'task-11-filter-checkboxes.png')
|
||||
})
|
||||
|
||||
// Close dialog
|
||||
const closeButton = page.locator('button[aria-label*="关闭"]').last()
|
||||
if (await closeButton.count()) {
|
||||
await closeButton.click()
|
||||
await page.waitForTimeout(500)
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
test.describe('Scenario 4: Loading State', () => {
|
||||
test('should show loading state while fetching data', async () => {
|
||||
// This test verifies loading state exists
|
||||
// Open report viewer
|
||||
const viewReportsButton = page.locator('button:has-text("查看报告")').first()
|
||||
if (await viewReportsButton.count()) {
|
||||
await viewReportsButton.click()
|
||||
await page.waitForTimeout(2000)
|
||||
|
||||
// Click analyze
|
||||
const analyzeButton = page.locator('button:has-text("分析报告")').first()
|
||||
if (await analyzeButton.count()) {
|
||||
await analyzeButton.click()
|
||||
|
||||
// Loading state should appear briefly (or be already loaded)
|
||||
const loadingIndicator = page.locator('.loading, [role="progressbar"], .animate-spin')
|
||||
const hasLoading = await loadingIndicator.count()
|
||||
|
||||
console.log(`Loading indicator found: ${hasLoading > 0}`)
|
||||
|
||||
// Close dialog
|
||||
await page.waitForTimeout(2000)
|
||||
const closeButton = page.locator('button[aria-label*="关闭"]').last()
|
||||
if (await closeButton.count()) {
|
||||
await closeButton.click()
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
test.describe('Scenario 5: Empty State', () => {
|
||||
test('should show empty state when no reports exist', async () => {
|
||||
// This would require setting up a test environment with no reports
|
||||
// For now, we verify the empty state UI exists in the component
|
||||
console.log('Empty state test - requires specific test setup')
|
||||
|
||||
// Open and check for empty state handling
|
||||
const viewReportsButton = page.locator('button:has-text("查看报告")').first()
|
||||
if (await viewReportsButton.count()) {
|
||||
await viewReportsButton.click()
|
||||
await page.waitForTimeout(2000)
|
||||
|
||||
const analyzeButton = page.locator('button:has-text("分析报告")').first()
|
||||
if (await analyzeButton.count()) {
|
||||
await analyzeButton.click()
|
||||
await page.waitForTimeout(3000)
|
||||
|
||||
// Check for empty state message
|
||||
const emptyState = page.locator('text=暂无报告数据, text=暂无数据')
|
||||
const hasEmptyState = await emptyState.count()
|
||||
|
||||
console.log(`Empty state shown: ${hasEmptyState > 0}`)
|
||||
|
||||
// Close
|
||||
const closeButton = page.locator('button[aria-label*="关闭"]').last()
|
||||
if (await closeButton.count()) {
|
||||
await closeButton.click()
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
test.describe('Scenario 6: Error State with Retry', () => {
|
||||
test('should show error state with retry button', async () => {
|
||||
// This would require mocking a failed API call
|
||||
// For now, verify error UI exists
|
||||
console.log('Error state test - requires API mocking')
|
||||
|
||||
// Open dialog to verify retry button exists in component
|
||||
const viewReportsButton = page.locator('button:has-text("查看报告")').first()
|
||||
if (await viewReportsButton.count()) {
|
||||
await viewReportsButton.click()
|
||||
await page.waitForTimeout(2000)
|
||||
|
||||
const analyzeButton = page.locator('button:has-text("分析报告")').first()
|
||||
if (await analyzeButton.count()) {
|
||||
await analyzeButton.click()
|
||||
await page.waitForTimeout(2000)
|
||||
|
||||
// Check for retry button (visible on error)
|
||||
const retryButton = page.locator('button:has-text("重试")')
|
||||
const hasRetryButton = await retryButton.count()
|
||||
|
||||
console.log(`Retry button exists in component: ${hasRetryButton > 0}`)
|
||||
|
||||
// Close
|
||||
const closeButton = page.locator('button[aria-label*="关闭"]').last()
|
||||
if (await closeButton.count()) {
|
||||
await closeButton.click()
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
|
||||
test.describe('Scenario 7: Data Accuracy Verification', () => {
|
||||
test('should verify chart data matches original reports', async () => {
|
||||
test.setTimeout(60000)
|
||||
|
||||
// This test requires known test data
|
||||
// For now, we'll verify data is displayed and record what we see
|
||||
|
||||
const evidenceFile = path.join(EVIDENCE_DIR, 'task-11-data-accuracy.txt')
|
||||
let evidenceContent = 'Report Analysis Data Accuracy Verification\n'
|
||||
evidenceContent += '============================================\n\n'
|
||||
evidenceContent += `Test Date: ${new Date().toISOString()}\n\n`
|
||||
|
||||
// Open report viewer
|
||||
const viewReportsButton = page.locator('button:has-text("查看报告")').first()
|
||||
if (await viewReportsButton.count()) {
|
||||
await viewReportsButton.click()
|
||||
await page.waitForTimeout(2000)
|
||||
|
||||
// Get first report if available
|
||||
const reportSelector = page.locator('[role="option"]').first()
|
||||
const hasReports = await reportSelector.count()
|
||||
|
||||
if (hasReports > 0) {
|
||||
evidenceContent += 'Available Reports:\n'
|
||||
|
||||
// List first few reports
|
||||
const reportCount = Math.min(hasReports, 5)
|
||||
for (let i = 0; i < reportCount; i++) {
|
||||
const reportName = await page.locator('[role="option"]').nth(i).textContent()
|
||||
evidenceContent += ` ${i + 1}. ${reportName?.trim()}\n`
|
||||
}
|
||||
|
||||
// Select first report
|
||||
await reportSelector.click()
|
||||
await page.waitForTimeout(2000)
|
||||
|
||||
// Get report content
|
||||
const reportContent = await page.locator('.markdown-body').textContent()
|
||||
if (reportContent) {
|
||||
evidenceContent += '\n\nFirst Report Content (excerpt):\n'
|
||||
evidenceContent += reportContent.substring(0, 1000)
|
||||
evidenceContent += '\n...'
|
||||
}
|
||||
} else {
|
||||
evidenceContent += 'No reports available for comparison\n'
|
||||
}
|
||||
|
||||
// Close report viewer
|
||||
const closeButton = page.locator('button[aria-label*="关闭"]').first()
|
||||
if (await closeButton.count()) {
|
||||
await closeButton.click()
|
||||
await page.waitForTimeout(500)
|
||||
}
|
||||
}
|
||||
|
||||
// Save evidence
|
||||
fs.writeFileSync(evidenceFile, evidenceContent)
|
||||
console.log(`Data accuracy evidence saved to: ${evidenceFile}`)
|
||||
|
||||
// Test passes if we recorded data
|
||||
expect(fs.existsSync(evidenceFile)).toBe(true)
|
||||
})
|
||||
})
|
||||
|
||||
test.describe('Scenario 8: Chart Rendering Verification', () => {
|
||||
test('should render chart with correct elements', async () => {
|
||||
// Open analysis dialog
|
||||
const viewReportsButton = page.locator('button:has-text("查看报告")').first()
|
||||
if (await viewReportsButton.count()) {
|
||||
await viewReportsButton.click()
|
||||
await page.waitForTimeout(2000)
|
||||
|
||||
const analyzeButton = page.locator('button:has-text("分析报告")').first()
|
||||
if (await analyzeButton.count()) {
|
||||
await analyzeButton.click()
|
||||
await page.waitForTimeout(3000)
|
||||
|
||||
// Verify chart elements exist
|
||||
const chartElements = {
|
||||
wrapper: await page.locator('.recharts-wrapper').count(),
|
||||
xAxis: await page.locator('.recharts-xaxis').count(),
|
||||
yAxis: await page.locator('.recharts-yaxis').count(),
|
||||
grid: await page.locator('.recharts-cartesian-grid').count(),
|
||||
tooltip: await page.locator('.recharts-tooltip-wrapper').count(),
|
||||
legend: await page.locator('.recharts-legend').count()
|
||||
}
|
||||
|
||||
console.log('Chart elements found:', chartElements)
|
||||
|
||||
// Save screenshot
|
||||
await page.screenshot({
|
||||
path: path.join(EVIDENCE_DIR, 'task-11-chart-rendering.png')
|
||||
})
|
||||
|
||||
// Close
|
||||
const closeButton = page.locator('button[aria-label*="关闭"]').last()
|
||||
if (await closeButton.count()) {
|
||||
await closeButton.click()
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
})
|
||||
})
|
||||
BIN
tests/playwright/screenshot.png
Normal file
BIN
tests/playwright/screenshot.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
18
tests/playwright/verify_report_analysis.js
Normal file
18
tests/playwright/verify_report_analysis.js
Normal file
@@ -0,0 +1,18 @@
|
||||
const { _electron: electron } = require('playwright')
|
||||
|
||||
;(async () => {
|
||||
const electronApp = await electron.launch({
|
||||
args: ['.', '--no-sandbox', '--disable-gpu']
|
||||
})
|
||||
|
||||
// Get the first window that the app opens
|
||||
const window = await electronApp.firstWindow()
|
||||
|
||||
// Try to bypass auth and navigate to cleaner page if possible, but we don't know the exact DOM
|
||||
await window.waitForTimeout(5000)
|
||||
|
||||
await window.screenshot({ path: 'tests/playwright/screenshot.png' })
|
||||
console.log('Took screenshot')
|
||||
|
||||
await electronApp.close()
|
||||
})()
|
||||
@@ -1,313 +0,0 @@
|
||||
import { describe, it, expect } from 'vitest'
|
||||
import { ReportAnalyzer } from '../../src/main/services/report/report-analyzer'
|
||||
|
||||
describe('ReportAnalyzer', () => {
|
||||
const analyzer = new ReportAnalyzer()
|
||||
|
||||
describe('parseMarkdownReport', () => {
|
||||
it('should parse standard report with all fields', () => {
|
||||
const content = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`admin\` |
|
||||
| **处理订单数** | \`150\` |
|
||||
| **删除物料数** | \`45\` |
|
||||
| **跳过物料数** | \`30\` |
|
||||
| **错误数量** | \`2\` |
|
||||
| **重试订单数** | \`10\` |
|
||||
| **成功重试数** | \`8\` |
|
||||
| **执行耗时** | \`2 分 30 秒\` |
|
||||
| **执行时间** | \`2026-03-25 08:30:45\` |
|
||||
`
|
||||
|
||||
const result = analyzer.parseMarkdownReport(content)
|
||||
|
||||
expect(result).not.toBeNull()
|
||||
expect(result!.date).toBe('2026-03-25')
|
||||
expect(result!.username).toBe('admin')
|
||||
expect(result!.ordersProcessed).toBe(150)
|
||||
expect(result!.materialsDeleted).toBe(45)
|
||||
expect(result!.materialsSkipped).toBe(30)
|
||||
expect(result!.errorCount).toBe(2)
|
||||
expect(result!.retriedOrders).toBe(10)
|
||||
expect(result!.successfulRetries).toBe(8)
|
||||
expect(result!.durationSeconds).toBe(150)
|
||||
})
|
||||
|
||||
it('should use defaults for missing fields', () => {
|
||||
const content = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`user1\` |
|
||||
| **处理订单数** | \`50\` |
|
||||
`
|
||||
|
||||
const result = analyzer.parseMarkdownReport(content)
|
||||
|
||||
expect(result).not.toBeNull()
|
||||
expect(result!.username).toBe('user1')
|
||||
expect(result!.ordersProcessed).toBe(50)
|
||||
expect(result!.materialsDeleted).toBe(0)
|
||||
expect(result!.materialsSkipped).toBe(0)
|
||||
expect(result!.errorCount).toBe(0)
|
||||
expect(result!.retriedOrders).toBe(0)
|
||||
expect(result!.successfulRetries).toBe(0)
|
||||
expect(result!.durationSeconds).toBe(0)
|
||||
})
|
||||
|
||||
it('should return null for malformed format', () => {
|
||||
const content = `This is not a valid report format
|
||||
Just some random text without proper structure
|
||||
No execution summary section here`
|
||||
|
||||
const result = analyzer.parseMarkdownReport(content)
|
||||
expect(result).toBeNull()
|
||||
})
|
||||
|
||||
it('should return null for empty content', () => {
|
||||
expect(analyzer.parseMarkdownReport('')).toBeNull()
|
||||
expect(analyzer.parseMarkdownReport(' ')).toBeNull()
|
||||
})
|
||||
|
||||
it('should handle special characters in fields', () => {
|
||||
const content = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`admin@test.com\` |
|
||||
| **处理订单数** | \`100\` |
|
||||
| **删除物料数** | \`25\` |
|
||||
| **跳过物料数** | \`10\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`5\` |
|
||||
| **成功重试数** | \`5\` |
|
||||
| **执行耗时** | \`1 分\` |
|
||||
| **执行时间** | \`2026-03-25 10:00:00\` |
|
||||
`
|
||||
|
||||
const result = analyzer.parseMarkdownReport(content)
|
||||
|
||||
expect(result).not.toBeNull()
|
||||
expect(result!.username).toBe('admin@test.com')
|
||||
expect(result!.durationSeconds).toBe(60)
|
||||
})
|
||||
|
||||
it('should extract date from content when execution time missing', () => {
|
||||
const content = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`20\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`30 秒\` |
|
||||
`
|
||||
|
||||
const result = analyzer.parseMarkdownReport(content)
|
||||
|
||||
expect(result).not.toBeNull()
|
||||
expect(result!.date).toMatch(/^\d{4}-\d{2}-\d{2}$/)
|
||||
})
|
||||
|
||||
it('should handle various duration formats', () => {
|
||||
// Test "2 分 30 秒"
|
||||
const content1 = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`10\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`2 分 30 秒\` |
|
||||
| **执行时间** | \`2026-03-25 10:00:00\` |
|
||||
`
|
||||
const result1 = analyzer.parseMarkdownReport(content1)
|
||||
expect(result1!.durationSeconds).toBe(150)
|
||||
|
||||
// Test "1 分"
|
||||
const content2 = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`10\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`1 分\` |
|
||||
| **执行时间** | \`2026-03-25 10:00:00\` |
|
||||
`
|
||||
const result2 = analyzer.parseMarkdownReport(content2)
|
||||
expect(result2!.durationSeconds).toBe(60)
|
||||
|
||||
// Test "30 秒" - use different time to avoid confusion
|
||||
const content3 = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`10\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`30 秒\` |
|
||||
| **执行时间** | \`2026-03-25 14:20:15\` |
|
||||
`
|
||||
const result3 = analyzer.parseMarkdownReport(content3)
|
||||
console.log(
|
||||
'Duration test - extracted duration:',
|
||||
result3?.durationSeconds,
|
||||
'content:',
|
||||
content3
|
||||
)
|
||||
expect(result3!.durationSeconds).toBe(30)
|
||||
})
|
||||
})
|
||||
|
||||
describe('analyzeReports', () => {
|
||||
it('should batch process multiple reports', () => {
|
||||
const reports = [
|
||||
{
|
||||
content: `## 执行摘要
|
||||
|
||||
| **操作用户** | \`user1\` |
|
||||
| **处理订单数** | \`100\` |
|
||||
| **删除物料数** | \`20\` |
|
||||
| **跳过物料数** | \`10\` |
|
||||
| **错误数量** | \`1\` |
|
||||
| **重试订单数** | \`5\` |
|
||||
| **成功重试数** | \`4\` |
|
||||
| **执行耗时** | \`1 分\` |
|
||||
| **执行时间** | \`2026-03-25 08:00:00\` |
|
||||
`,
|
||||
filename: 'report-2026-03-25.md'
|
||||
},
|
||||
{
|
||||
content: `## 执行摘要
|
||||
|
||||
| **操作用户** | \`user2\` |
|
||||
| **处理订单数** | \`200\` |
|
||||
| **删除物料数** | \`50\` |
|
||||
| **跳过物料数** | \`20\` |
|
||||
| **错误数量** | \`2\` |
|
||||
| **重试订单数** | \`10\` |
|
||||
| **成功重试数** | \`8\` |
|
||||
| **执行耗时** | \`2 分\` |
|
||||
| **执行时间** | \`2026-03-26 09:00:00\` |
|
||||
`,
|
||||
filename: 'report-2026-03-26.md'
|
||||
}
|
||||
]
|
||||
|
||||
const results = analyzer.analyzeReports(reports)
|
||||
|
||||
expect(results.length).toBe(2)
|
||||
expect(results[0].username).toBe('user1')
|
||||
expect(results[0].date).toBe('2026-03-25')
|
||||
expect(results[1].username).toBe('user2')
|
||||
expect(results[1].date).toBe('2026-03-26')
|
||||
})
|
||||
|
||||
it('should skip invalid reports in batch', () => {
|
||||
const reports = [
|
||||
{
|
||||
content: `## 执行摘要
|
||||
|
||||
| **操作用户** | \`valid\` |
|
||||
| **处理订单数** | \`50\` |
|
||||
| **删除物料数** | \`10\` |
|
||||
| **跳过物料数** | \`5\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`30 秒\` |
|
||||
| **执行时间** | \`2026-03-25 10:00:00\` |
|
||||
`,
|
||||
filename: 'valid-report.md'
|
||||
},
|
||||
{
|
||||
content: 'Invalid report content',
|
||||
filename: 'invalid-report.md'
|
||||
}
|
||||
]
|
||||
|
||||
const results = analyzer.analyzeReports(reports)
|
||||
|
||||
expect(results.length).toBe(1)
|
||||
expect(results[0].username).toBe('valid')
|
||||
})
|
||||
|
||||
it('should use filename date to override content date', () => {
|
||||
const reports = [
|
||||
{
|
||||
content: `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`30\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`20 秒\` |
|
||||
| **执行时间** | \`2026-03-20 10:00:00\` |
|
||||
`,
|
||||
filename: 'report-2026-03-25-08-30-45.md'
|
||||
}
|
||||
]
|
||||
|
||||
const results = analyzer.analyzeReports(reports)
|
||||
|
||||
expect(results.length).toBe(1)
|
||||
expect(results[0].date).toBe('2026-03-25')
|
||||
})
|
||||
})
|
||||
|
||||
describe('date extraction', () => {
|
||||
it('should extract date from filename with ISO format', () => {
|
||||
const content = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`10\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`10 秒\` |
|
||||
| **执行时间** | \`2026-03-20 10:00:00\` |
|
||||
`
|
||||
|
||||
const report = {
|
||||
content,
|
||||
filename: 'cleaner-report-2026-03-25-08-30-45.md'
|
||||
}
|
||||
|
||||
const results = analyzer.analyzeReports([report])
|
||||
expect(results[0].date).toBe('2026-03-25')
|
||||
})
|
||||
|
||||
it('should extract date from filename with YYYYMMDD format', () => {
|
||||
const content = `## 执行摘要
|
||||
|
||||
| **操作用户** | \`test\` |
|
||||
| **处理订单数** | \`10\` |
|
||||
| **删除物料数** | \`5\` |
|
||||
| **跳过物料数** | \`2\` |
|
||||
| **错误数量** | \`0\` |
|
||||
| **重试订单数** | \`0\` |
|
||||
| **成功重试数** | \`0\` |
|
||||
| **执行耗时** | \`10 秒\` |
|
||||
| **执行时间** | \`2026-03-20 10:00:00\` |
|
||||
`
|
||||
|
||||
const report = {
|
||||
content,
|
||||
filename: 'report-20260325-100000.md'
|
||||
}
|
||||
|
||||
const results = analyzer.analyzeReports([report])
|
||||
expect(results[0].date).toBe('2026-03-25')
|
||||
})
|
||||
})
|
||||
})
|
||||
@@ -5,7 +5,7 @@ export default defineConfig({
|
||||
test: {
|
||||
globals: true,
|
||||
environment: 'node',
|
||||
include: ['tests/**/*.{test,spec}.{ts,tsx}', 'src/**/__tests__/**/*.{test,spec}.{ts,tsx}'],
|
||||
include: ['tests/**/*.{test,spec}.{ts,tsx}'],
|
||||
exclude: ['node_modules', 'dist', 'out', 'tests/e2e'],
|
||||
setupFiles: ['tests/setup.ts'],
|
||||
coverage: {
|
||||
|
||||
Reference in New Issue
Block a user