Project

General

Profile

Actions

Task #88

open

Breed Master

Added by Varsha N 24 days ago. Updated 18 days ago.

Status:
Resolved
Priority:
High
Assignee:
Start date:
02/10/2026
Due date:
02/11/2026 (22 days late)
% Done:

0%

Estimated time:

Description

Module: Breed Master
Navigation:
Login → Sidebar Dashboard → Breed

Task: Add & Manage Breed Master

  1. Breed Listing Page
    Display list of breeds with:
    ID
    Breed Name
    Actions:
    -Edit
    -Delete
    Add New button on the top right

  2. Add New Breed
    Clicking Add New opens a modal

Fields:
Breed Name
Save

Validations:
Breed name is mandatory
Duplicate breed names are not allowed (case-insensitive)
Leading and trailing spaces should be trimmed

On success:
Close modal
listing should get updated

  1. Edit & Delete Breed:
    Edit breed name using the same modal
    Delete with standard confirmation popup
    Duplicate breed names should not be allowed during edit

  2. Database Table
    breed_master:
    id – Primary Key
    breed_name – VARCHAR (unique)
    added_date – DATETIME
    enterprice_id - INT

  3. General Notes
    Sidebar and dashboard layout must remain consistent
    Backend and frontend validations must match
    Proper success and error messages required
    No duplicate records allowed

Actions

Also available in: Atom PDF