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 #1

Updated by Uthara Udayan 24 days ago

  • Status changed from New to In Progress
Actions #2

Updated by Uthara Udayan 22 days ago

  • Status changed from In Progress to Resolved
Actions #3

Updated by Varsha N 18 days ago

  • Tracker changed from Feature to Task
Actions

Also available in: Atom PDF