feat: add low-stock dashboard alerts (#68) #74

Merged
makiolaj merged 2 commits from feature/issue-68-lowstock-dashboard into develop 2026-02-25 01:28:34 +00:00
Owner

Features:

  • New LowStockDashboard component showing items below threshold
  • Displays count of low-stock items
  • Items sorted by urgency (closest to 0 first)
  • Shows current quantity vs threshold
  • Urgency indicator: Critical (≤25%), Very low (≤50%), Low (≤100%)
  • Quick "Restock" button on each item
  • Click to edit item details
  • Expandable list (shows top 5, "Show More" for rest)
  • Dashboard cards in responsive 2-column grid (mobile: 1 col)

Acceptance Criteria:
Low Stock summary card on dashboard
Shows accurate count of low-stock items
Displays items needing restock
Quick restock action available
Sorted by urgency

Closes: #68

**Features:** - New LowStockDashboard component showing items below threshold - Displays count of low-stock items - Items sorted by urgency (closest to 0 first) - Shows current quantity vs threshold - Urgency indicator: Critical (≤25%), Very low (≤50%), Low (≤100%) - Quick "Restock" button on each item - Click to edit item details - Expandable list (shows top 5, "Show More" for rest) - Dashboard cards in responsive 2-column grid (mobile: 1 col) **Acceptance Criteria:** ✅ Low Stock summary card on dashboard ✅ Shows accurate count of low-stock items ✅ Displays items needing restock ✅ Quick restock action available ✅ Sorted by urgency **Closes:** #68
makiolaj added 2 commits 2026-02-25 01:28:31 +00:00
feat: integrate LowStockDashboard into inventory page (#68)
Some checks failed
Deploy to Coolify / Run Tests (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Development (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Test (pull_request) Has been cancelled
Pull Request Checks / Validate PR (pull_request) Has been cancelled
Deploy to Coolify / Code Quality (pull_request) Has been cancelled
Deploy to Coolify / Deploy to Production (pull_request) Has been cancelled
d23644d90f
makiolaj merged commit c04586f76a into develop 2026-02-25 01:28:34 +00:00
Sign in to join this conversation.