|
|
9cc823cf65
|
feat: wire QuickCaptureBar/FAB into App.vue, add Settings route
|
2026-05-11 09:25:49 -07:00 |
|
|
|
e221ffc030
|
feat: add SettingsView with entry point style toggle
|
2026-05-11 09:23:27 -07:00 |
|
|
|
28013f8cbe
|
refactor: remove incident form from IncidentsView — now in DiagnoseView Structured tab
|
2026-05-11 09:22:25 -07:00 |
|
|
|
726755e69e
|
feat: add Quick/Structured tabs to DiagnoseView
|
2026-05-11 09:20:47 -07:00 |
|
|
|
859ad1b228
|
fix: surface save errors in QuickCapture via error.value
|
2026-05-11 09:19:38 -07:00 |
|
|
|
862451d1dc
|
feat: add QuickCaptureBar and QuickCaptureFab entry point components
|
2026-05-11 09:16:33 -07:00 |
|
|
|
7c0cef8a93
|
feat: add QuickCapture and IncidentForm components
|
2026-05-11 09:15:25 -07:00 |
|
|
|
5fe0fdd022
|
feat: add POST /api/diagnose and GET/PATCH /api/settings endpoints
|
2026-05-11 09:10:58 -07:00 |
|
|
|
b786eee49c
|
fix: correct time_detected logic, immutable sort pattern, add diagnose() test
|
2026-05-11 09:08:24 -07:00 |
|
|
|
21b988fd66
|
feat: add diagnose service with NL time extraction via dateparser
Adds app/services/diagnose.py with parse_time_window() (dateparser-backed
NL time phrase extraction with 60-min fallback) and diagnose() (layered
FTS + window search returning severity/source summary). Includes 5 TDD tests.
|
2026-05-11 09:04:50 -07:00 |
|
|
|
c7f6acf913
|
chore: add .worktrees to gitignore
|
2026-05-11 08:26:35 -07:00 |
|