Project

General

Profile

Actions

Task #71

open

Pet Toy Management & Listing Module

Added by Dana Basheer about 1 month ago. Updated about 1 month ago.

Status:
Resolved
Priority:
Normal
Assignee:
Start date:
02/03/2026
Due date:
02/03/2026 (30 days late)
% Done:

0%

Estimated time:

Description

Implement a pet toy listing and management feature that allows users to browse pet toys by category and name. The system should display product cards with image, caption, and description. Only valid and approved pet toy records should be shown from the database

***pet_toys

Fields & Description
Field Description
id (PK) Unique ID for each toy item
img Image path / URL of the toy
caption Toy name / title
description Toy details
type Pet category (dog / cat / bird / all)

***Validations

*type selection is mandatory (dog / cat / bird / all)

*caption is mandatory (minimum 3 characters)

*description is mandatory (minimum 10 characters)

*img must be selected and should be JPG/PNG format only

*Duplicate toys with the same caption and type should not be allowed

*Only records with a valid type should be displayed

*If no pet toys are found, show a user-friendly message:

  “No pet toys available at the moment.”
Actions #1

Updated by Arsha Shaji about 1 month ago

  • Status changed from New to In Progress
Actions #2

Updated by Arsha Shaji about 1 month ago

  • Status changed from In Progress to Resolved
Actions

Also available in: Atom PDF