Add ERPAuto project migration and refactoring guide
Document the migration strategy and architecture decisions for porting Python Playwright automation to TypeScript/Electron application. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -97,7 +97,7 @@ electron-app/
|
||||
|
||||
- [x] **Task 1: Auth 模块** (`utils/auth.py` -> `authService.ts`) - **已完成**
|
||||
|
||||
- [ ] **Task 2: 数据清理模块** (`utils/excel_converter.py` -> `excelConverter.ts`)
|
||||
- [x] **Task 2: 数据清理模块** (`utils/excel_converter.py` -> `excelConverter.ts`) - **已完成**
|
||||
|
||||
- **难点**:无。纯逻辑处理,需使用 `exceljs` 替代 `pandas.concat`,将提取的数据整理成标准 JSON/Array 供写入数据库使用。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user