Enhance Makefile help output with improved formatting and additional commands; update NEXT_SPRINT_TASKS with new improvement points; fix location fallback logic in CoverageRepositoryImpl

This commit is contained in:
Achintha Isuru
2026-02-03 12:15:57 -05:00
parent 4856343ff9
commit c2cb0bd82a
3 changed files with 52 additions and 32 deletions

View File

@@ -122,7 +122,7 @@ class CoverageRepositoryImpl implements CoverageRepository {
shiftId: shiftRole.shiftId,
roleId: shiftRole.roleId,
title: shiftRole.role.name,
location: shiftRole.shift.location ?? '',
location: shiftRole.shift.location ?? shiftRole.shift.locationAddress ?? '',
startTime: _formatTime(shiftRole.startTime) ?? '00:00',
workersNeeded: shiftRole.count,
date: shiftRole.shift.date?.toDateTime() ?? date,