palaviajeros / palaviajeros-api

Backend code for palaviajeros
0 stars 0 forks source link

#18 Implemented new fields and formats to handle timeline changes #19

Closed jeandreidc closed 1 month ago

jeandreidc commented 1 month ago

Resolves #18

Updated JSON


{
      "code": "cebu-1",
      "name": "Cebu sinulog tour",
      "shortDescription": [
        " Experience the biggest street party in the Philippines!"
      ],
      "longDescription": [
        "Experience the biggest street party in the Philippines! While enjoying the best nature has to offer around Cebu!"
      ],
      "tags": [],
      "inclusions": [
        "accommodation",
        "flight",
        "tours",
        "travelInsurance"
      ],
      "exclusions": [
        "Flight",
        "Meals",
        "Accommodation",
        "Transfers",
        "Tours",
        "TravelInsurance"
      ],
      "days": 4,
      "travelDates": [
        "2025-01-18"
      ],
      "itinerary": [
        {
          "dayNo": 1,
          "title": "Arrival",
          "activities": [
            "land at mactan international airport",
            "land transfer to hotel",
            "city tour",
            "lunch in carcar"
          ]
        },
        {
          "dayNo": 2,
          "title": "City tour",
          "activities": [
            "breakfast at hotel",
            "city tour",
            "wet market tour",
            "lunch at cebu city center"
          ]
        },
        {
          "dayNo": 3,
          "title": "South Cebu Adventure",
          "activities": [
            "breakfast at hotel",
            "van ride to south of cebu",
            "oslob whale shark snorkeling",
            "moal boal sardine dive",
            "checkin at hotel in moal boal"
          ]
        },
        {
          "dayNo": 4,
          "title": "Last day canyoneering",
          "activities": [
            "breakfast at hotel",
            "drive to kawasan falls",
            "kawasan falls canyoneering",
            "go back to hotel",
            "dinner at moal boal"
          ]
        }
      ],
      "price": 995,
      "salePrice": null,
      "isFlexible": true
    }