Skip to content

fix: wire nav_triage() and nav_knowledge() into sidebar navigation#20

Merged
DeepRatAI merged 1 commit intomainfrom
fix/wire-triage-sidebar
Feb 26, 2026
Merged

fix: wire nav_triage() and nav_knowledge() into sidebar navigation#20
DeepRatAI merged 1 commit intomainfrom
fix/wire-triage-sidebar

Conversation

@DeepRatAI
Copy link
Owner

Summary

Closes #15

Wires nav_triage() and nav_knowledge() into the sidebar navigation() function. Both modules were fully implemented across all layers (backend, API, state, UI panel, content routing) but never called in the sidebar, making them invisible to users.

Changes

ui/medex_ui/app.py

  • Added nav_triage() call between nav_tools() and nav_research() in navigation()
  • Added nav_knowledge() call between nav_research() and nav_history() in navigation()

Verification

Layer Status
Backend engine (triage.py) ✅ Already implemented
API endpoint (/api/v1/triage/assess) ✅ Already registered
UI State (perform_triage()) ✅ Already defined
UI Panel (triage_panel()) ✅ Already built
Content routing ✅ Already registered
Nav item (nav_triage()) ✅ Already defined
Sidebar wiring Fixed in this PR

@DeepRatAI DeepRatAI added the bug Something isn't working label Feb 26, 2026
@DeepRatAI DeepRatAI added this to the v0.2.0 - Features milestone Feb 26, 2026
@DeepRatAI DeepRatAI merged commit f56d61a into main Feb 26, 2026
5 of 8 checks passed
@DeepRatAI DeepRatAI deleted the fix/wire-triage-sidebar branch February 26, 2026 15:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Wire Triage module into the UI sidebar navigation

1 participant