Skip to content

Category CRUD UI Integration #230

@rdodiya

Description

@rdodiya

Implement full CRUD operations for Categories using backend APIs for "t_category_master" and related mapping tables containing "category_id".

Currently, only the Create Category option is available in the UI. Add proper UI support for:

  • Edit Category
  • Delete Category
  • View/List Categories

Scope

  • Create Category
  • Update Category
  • Delete Category
  • Get All Categories
  • Get Category By ID

Requirements

  • Integrate frontend UI with backend Category APIs
  • Add Edit and Delete actions in Category listing/table/card UI
  • Create reusable modal/form component for create & edit category
  • Handle relation table entries while create/update/delete
  • Add confirmation before delete
  • Add form validation and proper error handling
  • Show loading, success, and error states
  • Follow existing project structure and UI design
  • Use reusable components where possible

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions