Low-stock threshold tracking #67

Closed
opened 2026-02-25 01:21:49 +00:00 by makiolaj · 0 comments
Owner

Add low-stock threshold tracking

Feature: Set minimum quantity thresholds and show low-stock warnings

Requirements:

  • Add low_stock_threshold numeric column to pantry_items
  • Add threshold input to AddItemForm (optional, defaults to null)
  • Display low-stock indicator in InventoryList when quantity <= threshold
  • Visual indicator (icon/color) for low-stock items
  • Allow setting/editing threshold

Acceptance Criteria:

  • Database migration adds low_stock_threshold column
  • Can set threshold when adding/editing items
  • Low-stock items show visual indicator
  • Works with all unit types
  • Null threshold = no warning (default)

Labels: v0.2, frontend, database, enhancement

Add low-stock threshold tracking **Feature:** Set minimum quantity thresholds and show low-stock warnings **Requirements:** - Add `low_stock_threshold` numeric column to `pantry_items` - Add threshold input to AddItemForm (optional, defaults to null) - Display low-stock indicator in InventoryList when quantity <= threshold - Visual indicator (icon/color) for low-stock items - Allow setting/editing threshold **Acceptance Criteria:** - [ ] Database migration adds `low_stock_threshold` column - [ ] Can set threshold when adding/editing items - [ ] Low-stock items show visual indicator - [ ] Works with all unit types - [ ] Null threshold = no warning (default) **Labels:** v0.2, frontend, database, enhancement
makiolaj added the databasefrontend labels 2026-02-25 01:21:49 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: pantry-app/pantry#67