Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimize mei validation #121

Merged
merged 2 commits into from
Jul 12, 2024
Merged

Optimize mei validation #121

merged 2 commits into from
Jul 12, 2024

Conversation

yinanazhou
Copy link
Member

  • Move validateMei to MeiTools.ts
  • Remove setProcessStatus and setResultStatus
  • Refactor validation hooks

Resolves: #110

- Move `validateMei` to `MeiTools.ts`
- Remove `setProcessStatus` and `setResultStatus`
- Refactor validation hooks

Resolves: #110
@yinanazhou yinanazhou merged commit 07282c4 into main Jul 12, 2024
2 checks passed
kunfang98927 added a commit that referenced this pull request Jul 12, 2024
1. **Optimization:**
  - Optimized MEI validation (PR #121)

2. **Fixes:**
  - Prevented text content from being stored as an image (PR #120)
  - Removed MEI row in `meiData` when cleared (PR #118)
  - Ensured a cell without change doesn't alter save status (PR #116)
  - Displayed empty table when header is invalid (PR #114)

3. **Features:**
  - Added support for new empty files (PR #112)

Refs: PR #121, #120, #118, #116, #114, #112
@yinanazhou yinanazhou deleted the valid-perf branch July 17, 2024 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Optimize validation status setting
2 participants