-
-
Notifications
You must be signed in to change notification settings - Fork 0
Query Loop Variations for Related Content Display #431
Copy link
Copy link
Closed
Labels
status:needs-devEarly execution signal (triage queue for engineering)Early execution signal (triage queue for engineering)
Milestone
Description
Description:
Implement various query loop variations for dynamically displaying related content based on specific criteria across different content types (Tours, Accommodation, Destinations, and Reviews).
Requirements:
Tours
-
Related Tours:
- Displays tours that go through the same regions or countries as the current tour.
-
Related Posts:
- Displays posts specified in the "Related Posts" custom field.
-
Related Accommodation:
- Displays accommodations specified in the "Related Accommodation" custom field.
Accommodation
-
Related Accommodation:
- Displays accommodations within the same region or country as the current accommodation.
-
Related Tours:
- Displays tours selected in the "Related Tours" custom field.
-
Related Posts:
- Displays posts selected in the "Related Posts" custom field.
Destinations
- Related Destinations:
- Displays destinations located within the same country as the current destination.
-
Related Tours:
- Displays tours selected in the "Related Tours" custom field.
-
Related Posts:
- Displays posts selected in the "Related Posts" custom field.
-
Related Accommodation:
- Displays accommodations selected in the "Related Accommodation" custom field.
Reviews
- Related Reviews:
- Displays only reviews listed in the "Reviews" custom field.
Acceptance Criteria:
- Query loops are correctly implemented for each of the specified relationships.
- The correct related content appears based on region, country, or custom field references as described.
- Each query loop variation is styled in line with the design specifications.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status:needs-devEarly execution signal (triage queue for engineering)Early execution signal (triage queue for engineering)
Type
Projects
Status
✅ Done