resolve conflicts
This commit is contained in:
@@ -262,6 +262,18 @@ When backend adds new connector (e.g., `order`):
|
|||||||
**Backend Queries Used**:
|
**Backend Queries Used**:
|
||||||
- `backend/dataconnect/connector/staff/queries/profile_completion.gql`
|
- `backend/dataconnect/connector/staff/queries/profile_completion.gql`
|
||||||
|
|
||||||
|
### Shifts Connector
|
||||||
|
|
||||||
|
**Location**: `apps/mobile/packages/data_connect/lib/src/connectors/shifts/`
|
||||||
|
|
||||||
|
**Available Queries**:
|
||||||
|
- `listShiftRolesByVendorId()` - Fetches shifts for a specific vendor with status mapping
|
||||||
|
- `applyForShifts()` - Handles shift application with error tracking
|
||||||
|
|
||||||
|
**Backend Queries Used**:
|
||||||
|
- `backend/dataconnect/connector/shifts/queries/list_shift_roles_by_vendor.gql`
|
||||||
|
- `backend/dataconnect/connector/shifts/mutations/apply_for_shifts.gql`
|
||||||
|
|
||||||
## Future Expansion
|
## Future Expansion
|
||||||
|
|
||||||
As the app grows, additional connectors will be added:
|
As the app grows, additional connectors will be added:
|
||||||
|
|||||||
Reference in New Issue
Block a user