Task #21
openCreate skill service master (Admin-->Menu: Skill-Service-Master)
0%
Description
Created a master module to manage skill services in the admin panel.
Admins should be able to add, edit, view, and deactivate skill services.
These services can later be linked to other modules or user profiles.
***skill_service_master_table
id (PK) – Unique identifier for each skill service
name – Name of the skill service
description – Description of the skill service
created_at – Timestamp when the skill service was created
**Validations
*name is mandatory and must be unique.
*description is optional but recommended for clarity.
*created_at is auto-generated and cannot be modified manually.
*Only active skill services should be selectable in other modules.
*Admin can enable or disable a skill service if needed (optional is_active field if added).