read from target dir and look up metadata from csv

This commit is contained in:
2026-07-29 11:08:17 -04:00
parent 0e7f55ed8b
commit b07b36cccf
19 changed files with 690 additions and 739 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ export const api = {
saveHolidays: (dates) => request('POST', '/holidays', { dates }),
// Tests
loadCsv: (csv_path) => request('POST', '/tests/load', { csv_path }),
loadCsv: (csv_paths, target_dir) => request('POST', '/tests/load', { csv_paths, target_dir }),
// Schedule
compileSchedule: (opts) => request('POST', '/schedule/compile', opts),