Commit 1e85023
fix(electron): resolve packaged app errors and XML schema validation
- Remove preload script configuration causing DOM access errors
- Wrap DOM access in DOMContentLoaded event handler
- Fix off-by-one loop error in pushLearners (i <= length → i < length)
- Restructure learner object to match exact ILR schema element order
- Split buildLearnerDetails into personal and contact details
- Split buildHealthDetails to position LLDDHealthProb before NINumber
- Add error handling for CSV parsing and file selection
- Remove example CSV files from docs/inputs
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent f16959c commit 1e85023
7 files changed
Lines changed: 88 additions & 494 deletions
File tree
- docs/inputs
- src
- factories
- utils
This file was deleted.
0 commit comments