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:
Misaka_Company
2026-02-28 16:49:35 +08:00
parent 9db298c027
commit 29a02fdf41

View File

@@ -97,7 +97,7 @@ electron-app/
- [x] **Task 1: Auth 模块** (`utils/auth.py` -> `authService.ts`) - **已完成** - [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 供写入数据库使用。 - **难点**:无。纯逻辑处理,需使用 `exceljs` 替代 `pandas.concat`,将提取的数据整理成标准 JSON/Array 供写入数据库使用。