feat: integrate dynamic geofence fetching, service area spatial boundaries, partner store profiles & editing with Leaflet maps, custom store portal icons, QR distribution charts with geographic/LGU filters, and optimize admin dashboards
This commit is contained in:
@@ -30,6 +30,9 @@ class UpdateServiceAreaRequest extends FormRequest
|
||||
'description' => ['sometimes', 'nullable', 'string', 'max:1000'],
|
||||
'barangay_ids' => ['nullable', 'array'],
|
||||
'barangay_ids.*' => ['integer', 'exists:barangays,id'],
|
||||
'boundary' => ['nullable', 'array'],
|
||||
'boundary.*.lat' => ['required', 'numeric'],
|
||||
'boundary.*.lng' => ['required', 'numeric'],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user