-
> The Booking System must include all applicable properties within the `acceptedOffer` consistently in responses to C1, C2, P, and B. `acceptedOffer` must also include the same properties in the Order…
-
RPDE requires a modification date in order to sequence items, but this is not provided by the specification. A new property needs to be supplied, as well as guidance for how to populate it.
-
One of the practical difficulties of the harvesting model is knowing when harvesting can reasonably be expected to be complete.
The proposal here would be to include some pagination information in …
-
When trying to use `RpdeBody::serialize` it fails throwing the following exception:
```
Attempted to call an undefined method named "defineProperty" of class "OpenActive\Rpde\RpdeBody".
```
St…
loalf updated
4 years ago
-
When a feed produces a page with a single item on it, how do I get round this check in `RpdeBody->createFromModifiedId`?
Thanks.
``` if (count($items) > 0) {
$firstItem = $items[0];
/…
-
Add support for feeds of `FacilityUse` and `Slot` within the reference implementation.
This requires updates to OpenActive.FakeDatabase.NET, which ideally would take place after #7 to reduce the si…
-
Just picking up on some additional validation issues where empty strings and included in the feed.
https://validator.openactive.io/?url=https%3A%2F%2Fwww.sportsuite.co.uk%2Fapi%2Fcs-api%2Fopenactiv…
-
in the RPDE feed, `modified` is an ISO datetime. According to the spec, it SHOULD be an integer timestamp, but MUST match the `afterTimestamp` param in the `next` URL. We use the integer timestamp in …
-
As mentioned in #51 we store the `id` field from the RPDE data as `data_id` in the raw data table.
When an event has a `superEvent` which is referenced rather than embedded, the value is typically …
-
Please make sure that this is a bug. As per our
[GitHub Policy](https://github.com/tensorflow/tensorflow/blob/master/ISSUES.md),
we only address code/doc bugs, performance issues, feature requests a…