feat: implement barangay and household management with associated tests

This commit is contained in:
Developer
2026-06-29 15:02:52 +08:00
parent 9ac2ea7bda
commit b85fc255cf
124 changed files with 2894 additions and 192 deletions

View File

@@ -7,6 +7,7 @@ use App\Models\DropOffPoint;
use App\Models\QrCode;
use App\Models\Trip;
use App\Models\TripStop;
use App\Models\TripTimelineEvent;
use App\Models\User;
use App\Services\Qr\QrAllocator;
use App\Services\Trip\TripExecutor;
@@ -108,7 +109,7 @@ class ScanService
if ($trip) {
$this->tripExecutor->log(
$trip,
\App\Models\TripTimelineEvent::TYPE_QR_SCANNED,
TripTimelineEvent::TYPE_QR_SCANNED,
$scanner,
$lat, $lng,
relatedType: CollectionLog::class,