Actions
Task #10
openCreate master data for categories (Admin Login -->Menu: Categories)
Start date:
01/06/2026
Due date:
01/06/2026 (58 days late)
% Done:
0%
Estimated time:
Description
Create category master module under Admin login.
Allow admin to add, edit, and manage categories which will be used while creating ads.
Support parent-child category hierarchy.
***categories_table
id (PK) – Unique identifier for each category
parent_id (FK categories.id, nullable) – Reference to parent category for sub-category creation
name – Category name (e.g., Electronics, Vehicles)
slug (unique) – URL-friendly unique identifier for the category
icon – Icon representation for UI display
sort_order – Order in which categories are displayed
is_active – Status to enable or disable category visibility
created_at – Date and time when the category is created
Actions