Feature #3931
openAdd Feature latest products display on big TV screen
0%
Description
As a product manager/admin
I want to mark certain products as “Featured” during product creation/edit
So that I can highlight and later filter only those products that are featured and available (quantity > 0).
Acceptance Criteria
1.Product Creation/Edit
On the Create/Edit Product page, there should be a checkbox labeled “Featured Product”.
When checked, the product will be saved with a flag isFeatured = true.
When unchecked, the product will be saved with isFeatured = false (default).
2.List Page (Filtering)
In the Product List page, there should be a filter option “Featured Products”.
When applied:
Only products where isFeatured = true and quantity > 0 should be displayed.
Products with isFeatured = true but quantity = 0 should be excluded.
The filtered list should show product details (name, price, quantity, etc.).
3.Persistence
The “Featured” status must be saved in the database and retrieved correctly on both Create/Edit and List pages.
Subtasks
Related issues
No data to display