Commit Graph

5 Commits

Author SHA1 Message Date
Mia.Wu ba86f5830f fix: allow network paths 2026-05-27 15:02:32 -04:00
Mia.Wu 5996443f38 coe pair filter 2026-05-27 11:29:02 -04:00
Mia.Wu d560b2e0b4 UI changes 2026-05-27 10:29:26 -04:00
Mia.Wu 1ba2aa39d8 python migration 2026-05-26 14:36:34 -04:00
Mia.Wu a67815c61a feat: refactor parsing and scanning logic for test files
- Updated `parseFilename` to `parseTargetFilename` and modified its return structure to include `test_id` instead of `file_id`.
- Introduced `parseResultFilename` to extract `test_id` and `device` from result file names.
- Enhanced `fullScan` to separately handle target and results directories, improving clarity and functionality.
- Updated database interactions to use `test_id` instead of `file_id` across various modules.
- Added a new `/rescan` endpoint to trigger a full scan of target and results directories.
- Improved logging and error handling throughout the scanning process.
- Introduced `parseTputRssi` to extract throughput and RSSI data from log files.
2026-05-21 14:53:08 -04:00