feat: frictionless incident capture #13
No reviewers
Labels
No labels
compliance
demo
deployment
docs
enhancement
parser
patterns
performance
security
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Circuit-Forge/turnstone#13
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/frictionless-capture"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
dateparserparses time phrases from freeform queries (e.g. "disk errors around 3pm"), building a ±30-min window; falls back to last-60-min when no phrase is detectedapp/services/diagnose.py—parse_time_window()+diagnose()merging FTS keyword hits with plain-SQL window scan, deduplicated and capped at 200 resultsPOST /api/diagnose(freeform capture),GET /api/settings,PATCH /api/settings(entry point style persistence viapreferences.json)/diagnose?q=...&tab=quick)/settings): toggle between topbar and FAB entry point styles, persisted via the settings APITest Plan
conda run -n cf pytest tests/ -v— 64 tests passuvicorn app.rest:app) and Vue dev server; navigate to/diagnose/diagnose?q=...&tab=quick/incidents