From 5af8513e14d0771a9b0acdc9cc7c8bc53f2d9c29 Mon Sep 17 00:00:00 2001 From: Phillip Tarrant Date: Sat, 23 Aug 2025 16:12:03 -0500 Subject: [PATCH] updating roadmap and internal docs --- app/docs/roadmap.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app/docs/roadmap.yaml b/app/docs/roadmap.yaml index 5572b6f..84af7e3 100644 --- a/app/docs/roadmap.yaml +++ b/app/docs/roadmap.yaml @@ -26,6 +26,15 @@ roadmap: - "Explainability: always show a breakdown and contribution per component; include a 'Why?' link in the UI." - "Calibration: start with heuristic weights, then calibrate on a test set; store weights in settings.yaml." + - id: "p1-modal-close-fast" + priority: 1 + title: "Analyze modal closes too fast" + goal: "have it wait until page reload" + tags: ["ui"] + milestone: null + details: + - "UX: user sees modal removed too quickly and thinks something broke" + - id: "p2-ui-rules-lab" priority: 2 title: "Rules Lab" @@ -192,6 +201,15 @@ backlog: - "Model: score IPs with decay over time; avoid permanent penalties for stale abuse." - "Integration: surface as context; do not overrule domain-level signals." + - id: "cache-crt-results" + title: "cache the crt results as a setting" + goal: "Create setting that allows CRT results to be cached for domains" + tags: ["intel"] + milestone: null + details: + - "Setting: Need to be created" + - "Model: Store the result in a way that can be pulled for root domain, and fall back to subdomain if needed" + open_questions: - id: "design-imports-unification" title: "Imports Unification"