You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(bulk-eval): Fix duplicate row results and detail drawer errors
- Fixed bulk evaluator creating duplicate database records
- Changed from createRowResult (creates new) to updateRowResult (updates existing)
- Now properly updates status from 'pending' to 'completed'/'failed'
- Prevents "pending" status showing when data exists
- Created new API endpoint /api/bulk/row-details
- Returns row results and original data for detail drawer
- Accepts run_id and row_index query parameters
- Added database helper function getRowResultsByIndex()
- Fixed "Failed to fetch row details" error in detail drawer
- Updated fetchRowDetails() to use new endpoint
- Fixed esbuild syntax error in ResultsTable.astro
- Converted JSDoc comments to single-line comments in inline script
- JSDoc comments cause parsing errors with is:inline directive
All quality gates passing (typecheck, lint, format)
0 commit comments