feat: update profile setup and bank account management; enhance API integration and data handling
This commit is contained in:
@@ -78,7 +78,7 @@ class ClockInRepositoryImpl implements ClockInRepositoryInterface {
|
||||
id: json['shiftId'] as String,
|
||||
orderId: json['orderId'] as String? ?? '',
|
||||
title: json['clientName'] as String? ?? json['roleName'] as String? ?? '',
|
||||
status: ShiftStatus.fromJson(json['attendanceStatus'] as String?),
|
||||
status: ShiftStatus.assigned,
|
||||
startsAt: DateTime.parse(json['startTime'] as String),
|
||||
endsAt: DateTime.parse(json['endTime'] as String),
|
||||
locationName: json['location'] as String?,
|
||||
|
||||
Reference in New Issue
Block a user