daf36908ef
Adds a FileDropZone at the bottom of the day view where users can drop all session files at once. Filenames are regex-matched to subjects using their animal_id_string (word-boundary aware, so "2852" won't match "28520"). Only metadata is recorded — files are never uploaded. Backend: new session_files table (id, daily_status_id, filename, file_size BIGINT, file_type, last_modified, notes). Routes: POST /api/daily-statuses/:id/files (batch create) GET /api/daily-statuses/:id/files DELETE /api/session-files/:id Frontend: FileDropZone shows per-subject match groups, unmatched files, and a warning for subjects with no match. After saving, registered files are displayed with delete capability. test-files/: generate_test_files.sh creates 4 dummy files per subject (2×bin, 2×csv) with correct naming for drag-and-drop testing. Pre-generated for 2026-04-23 with IDs 2852/3076/3077/3078. Tests: 19 tests covering drag state, regex matching, save payload, partial-overlap prevention, multi-subject batching, and delete. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
215 B
215 B
| 1 | ts | event | value | notes |
|---|---|---|---|---|
| 2 | 0.000 | session_start | 1 | |
| 3 | 1.234 | trial_start | 1 | |
| 4 | 1.856 | reach_onset | 1 | |
| 5 | 2.102 | reach_end | 1 | |
| 6 | 2.103 | outcome | Success | |
| 7 | 3.500 | trial_start | 2 | |
| 8 | 4.100 | reach_onset | 1 | |
| 9 | 4.950 | outcome | Failure | |
| 10 | 9999.9 | session_end | 1 |