CUB-43: Add inventory dashboard summary #23
Reference in New Issue
Block a user
Delete Branch "agent/rex/CUB-43-inventory-dashboard-summary"
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?
What
Adds the
InventorySummaryComponentto the Extrudex dashboard, displaying live inventory metrics:Also adds
FilamentServicewith a shared reactivefilamentssignal and REST methods (getFilaments,setFilaments,deleteFilament) for data fetching.Files Changed
frontend/src/app/components/inventory-summary/— new component (ts, html, scss)frontend/src/app/services/filament.service.ts— new servicefrontend/src/app/app.config.ts— addedprovideHttpClient()frontend/src/app/app.ts— importedInventorySummaryComponentfrontend/src/app/app.html— added<app-inventory-summary>to layoutfrontend/src/app/components/filament-table/— updated to useFilamentServicesignalCloses CUB-43
APPROVED — base=dev, author=Rex, 31 files (+2095/-215), ng build PASS 0 TS errors, Closes CUB-43 present. Solid architecture: FilamentService with signals, inventory summary with metrics + progress bar, filament-table wired to shared data.
3861243661tob7e61fab8a