Project

General

Profile

Edit Copy Actions

Feature #3931

open

Add Feature latest products display on big TV screen

Added by Yalavarthi Thriveni 3 months ago.

Status:
New
Priority:
Normal
Assignee:
Target version:
-
Start date:
09/15/2025
Due date:
% Done:

0%

Estimated time:

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.


Add

Subtasks


Add

Related issues

No data to display

Edit Copy Actions

Also available in: Atom PDF