Actions
Task #78
openSkill / Service Listings – Map View Integration
Start date:
02/05/2026
Due date:
02/05/2026 (28 days late)
% Done:
0%
Estimated time:
Description
Implement a map-based view for Skill/Service Listings to allow users to discover nearby services visually using a map interface.
*** Tables Used
skill_service_listings
- id (PK)-Service listing ID
- skill_title-Service title
- skill_service_id-Service type
- latitude-Latitude coordinate
- longitude-Longitude coordinate
- status-Pending / Approved / Rejected
- is_active-Active / Inactive
- created_at-Timestamp
***Validations / Rules
- Show only Approved and Active services
- Latitude & longitude must be saved together
- Latitude range: -90 to +90
- Longitude range: -180 to +180
- Marker click should display:
*Service title
*Service type
*Location details - Services without coordinates should not appear
Actions