updating roadmap and internal docs

This commit is contained in:
2025-08-23 16:12:03 -05:00
parent f20d51b152
commit 5af8513e14

View File

@@ -26,6 +26,15 @@ roadmap:
- "Explainability: always show a breakdown and contribution per component; include a 'Why?' link in the UI." - "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." - "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" - id: "p2-ui-rules-lab"
priority: 2 priority: 2
title: "Rules Lab" title: "Rules Lab"
@@ -192,6 +201,15 @@ backlog:
- "Model: score IPs with decay over time; avoid permanent penalties for stale abuse." - "Model: score IPs with decay over time; avoid permanent penalties for stale abuse."
- "Integration: surface as context; do not overrule domain-level signals." - "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: open_questions:
- id: "design-imports-unification" - id: "design-imports-unification"
title: "Imports Unification" title: "Imports Unification"