You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new Resources item to the left navigation and build out the Resource Search page behind it. This is the primary read/write workspace for browsing, searching, creating, and editing FHIR resources in the hfs web UI (crates/ui).
Today the left nav (crates/ui/templates/layouts/base.html) carries nav-item--soon stubs for Search / Resource Editor / History & Versions. This issue promotes that surface into a working Resources page and wires the pieces that already exist elsewhere into it.
Scope
1. Left nav entry — "Resources"
Add a new left-menu item with icon + label "Resources" under the Work section (i18n key, matching the existing nav-item pattern; pick/add an appropriate icon under templates/icons/).
Clicking it navigates to the Resource Search page.
2. Resource Types filter menu
On the Resources page, show the Resource Types filter menu (the filter rail).
Visual Builder for search — NOT in this issue. Leave it as a clearly-marked TODO / future item (placeholder is fine). Only NL search is expected to function now.
4. Edit Resource popup / shadowbox
Clicking a result opens an Edit Resource modal (shadowbox).
Summary
Add a new Resources item to the left navigation and build out the Resource Search page behind it. This is the primary read/write workspace for browsing, searching, creating, and editing FHIR resources in the
hfsweb UI (crates/ui).Today the left nav (
crates/ui/templates/layouts/base.html) carriesnav-item--soonstubs for Search / Resource Editor / History & Versions. This issue promotes that surface into a working Resources page and wires the pieces that already exist elsewhere into it.Scope
1. Left nav entry — "Resources"
nav-itempattern; pick/add an appropriate icon undertemplates/icons/).2. Resource Types filter menu
/metadata+ per-type$summary=count).3. Resource Search page
4. Edit Resource popup / shadowbox
5. Recent queries
Explicitly NOT in this issue (future TODOs)
Related