feat(location): Add latitude and longitude to shift details and integrate Google Maps for location display
This commit is contained in:
@@ -661,6 +661,8 @@ query listCompletedApplicationsByStaffId(
|
||||
status
|
||||
description
|
||||
durationDays
|
||||
latitude
|
||||
longitude
|
||||
|
||||
order {
|
||||
id
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
|
||||
query getShiftRoleById(
|
||||
$shiftId: UUID!
|
||||
$roleId: UUID!
|
||||
@@ -29,6 +28,8 @@ query getShiftRoleById(
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
latitude
|
||||
longitude
|
||||
orderId
|
||||
|
||||
order{
|
||||
@@ -91,6 +92,8 @@ query listShiftRolesByShiftId(
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
latitude
|
||||
longitude
|
||||
orderId
|
||||
|
||||
order{
|
||||
@@ -148,6 +151,8 @@ query listShiftRolesByRoleId(
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
latitude
|
||||
longitude
|
||||
orderId
|
||||
|
||||
order{
|
||||
@@ -212,6 +217,8 @@ query listShiftRolesByShiftIdAndTimeRange(
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
latitude
|
||||
longitude
|
||||
orderId
|
||||
|
||||
order{
|
||||
@@ -284,6 +291,8 @@ query listShiftRolesByVendorId(
|
||||
location
|
||||
locationAddress
|
||||
description
|
||||
latitude
|
||||
longitude
|
||||
orderId
|
||||
status
|
||||
durationDays
|
||||
|
||||
Reference in New Issue
Block a user