GLL-Better / opendata

Documentation, Changelog and Issues related to the GLL RPDE endpoint
1 stars 1 forks source link

Items have no price #10

Open lukehesluke opened 7 years ago

lukehesluke commented 7 years ago

Hi, have noticed that items in the feed have no price associated e.g.

{
  "state": "updated",
  "kind": "session",
  "id": 15888917,
  "modified": "2017-09-22T09:03:48",
  "data": {
    "type": "Event",
    "url": "https://better.org.uk/leisure-centre/cornwall/waterworld/timetable",
    "name": "Group Cycle",
    "genderRestriction": "mixed",
    "location": {
      "type": "SportsActivityLocation",
      "name": "Studio 1",
      "containedInPlace": {
        "type": "Place",
        "url": "https://better.org.uk/leisure-centre/cornwall/waterworld",
        "name": "Waterworld",
        "address": {
          "type": "PostalAddress",
          "addressLocality": "Newquay",
          "addressRegion": "South West",
          "postalCode": "TR7 2LZ",
          "streetAddress": "Trenance Leisure Park"
        },
        "geo": {
          "latitude": 50.4103,
          "longitude": -5.06851
        },
        "telephone": "01637 853 828"
      }
    },
    "organizer": {
      "@type": "Organization",
      "name": "Better"
    },
    "activity": {
      "type": "Concept",
      "notation": 16,
      "prefLabel": "Fitness Classes",
      "inScheme": "https://better.org.uk/odi/activities"
    },
    "level": "All",
    "ageRange": "16-55",
    "contributor": {
      "type": "Person",
      "name": "Andrea"
    },
    "description": "<p>Pedal your way fit. Work at your own pace as you cycle along with the group in one of our themed classes to uplifting music, or focus on achieving your goals in one of our discipline -based classes.</p>\r\n<p>Better for: Lower body strength and conditioning. </p>\r\n<p>Approx. 560 calories per hour.</p>\r\n<p> </p>\r\n<p><iframe src=\"//www.youtube.com/embed/MsbIws1DPrI\" width=\"560\" height=\"314\" allowfullscreen=\"allowfullscreen\"></iframe></p>",
    "image": "https://assets.better.org.uk/uploads/asset/attachment/27358/Homepage_Panels-Fitness_Classes_-_02-06-2015___2_.jpg",
    "offer": {
      "url": "https://better.legendonlineservices.co.uk/enterprise/account/Login",
      "type": "Offer"
    },
    "startDate": "2017-10-25T17:15:00Z",
    "endDate": "2017-10-25T18:00:00Z",
    "duration": "PT45M",
    "@context": "https://www.openactive.io/ns/oa.jsonld"
  }
}

Other feeds that we consume tend to show pricing info in the offer, which can even extend to multiple pricing tiers. Here's an item from Fusion's feed, for example, which represents a multi-tiered pricing:

{
  "state": "updated",
  "kind": "session",
  "id": "AL2FFM1130617",
  "modified": 399723,
  "data": {
    "@context": [
      "https://www.openactive.io/ns/oa.jsonld",
      "https://www.openactive.io/ns-beta/oa.jsonld"
    ],
    "identifier": "AL2FFM1130617",
    "activity": "Holiday Activities",
    "name": [
      "Fun & Floats"
    ],
    "description": [],
    "genderRestriction": "mixed",
    "location": {
      "type": "Place",
      "url": "http://www.fusion-lifestyle.com/centres/albany-leisure-centre",
      "name": "Albany Leisure Centre",
      "identifier": "ALLC",
      "address": {
        "type": "PostalAddress",
        "postalCode": "EN3 5XH",
        "streetAddress": "505 Hertford Road"
      },
      "telephone": "020 8804 4255 "
    },
    "subEvent": [
      {
        "type": "Event",
        "startDate": "2017-10-24T10:30:00Z",
        "endDate": "2017-10-24T11:44:59Z",
        "beta:availability": ">4",
        "maximumAttendeeCapacity": 40,
        "identifier": 410167225
      }
    ],
    "offer": [
      {
        "type": "Offer",
        "identifier": "STAND",
        "name": "Non Member",
        "description": "Fun Float Session",
        "price": "3.00",
        "priceCurrency": "GBP",
        "beta:ageRange": "0",
        "genderRestriction": "mixed"
      },
      {
        "type": "Offer",
        "identifier": "NONJNR",
        "name": "Non Member Junior",
        "description": "Fun Float Session",
        "price": "3.00",
        "priceCurrency": "GBP",
        "beta:ageRange": "0-15",
        "genderRestriction": "mixed"
      },
      {
        "type": "Offer",
        "identifier": "NONCON",
        "name": "Non Member Concession",
        "description": "Fun Float Session",
        "price": "3.00",
        "priceCurrency": "GBP",
        "beta:ageRange": "16",
        "genderRestriction": "mixed"
      }
    ],
    "type": "Event",
    "duration": "PT1H15M"
  }
}
itsterry commented 7 years ago

We're working on getting pricing data into the feed. It's not in this version, but we're hopeful of getting it into a later version