You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an admin of the Signé Laval website, I review and publish events from the city of Laval coming from Données Quebec data dump. The events in the Données Quebec data dump are often missing a place. This prevents the event from getting loaded into Footlight CMS. I would like the events to load into Footlight CMS so I can fix the location and other info during my review so I can then publish the event.
The challenge is to allow the event to pass through Artsdata and into CMS, but WITOUT minting the place with a K-number.
Gregory to modify sparql to allow places to not have Artsdata K-number like this event
Check if the aggregator can load the event with a location sameAs URI like https://api.footlight.io/places/663b8d6f0796c300645e2ab9. The place already exists in CMS with a CMS URI instead of an Artsdata URI, so the aggregator should not call back Artsdata to try and create the place.
OTHERWISE a new sparql to load place data using an external URI can be created (and used for all loads from a source without needing to create place K-numbers)
Test Case
Pick an event in the Données Quebec event data dump that is missing a place. Load the data from Données Quebec, and check in Artsdata if the Placeholder was added. Then load into Footlight CMS in staging and check that the event loaded.
The text was updated successfully, but these errors were encountered:
Waiting for Ville de Laval to update their data feed to include places for all events. A couple of meetings with Ville de Laval happened and they are redoing their entire system and website.
User Story
As an admin of the Signé Laval website, I review and publish events from the city of Laval coming from Données Quebec data dump. The events in the Données Quebec data dump are often missing a place. This prevents the event from getting loaded into Footlight CMS. I would like the events to load into Footlight CMS so I can fix the location and other info during my review so I can then publish the event.
Proposed solution
In the data pipeline that loads the event data dump from Données Quebec, the events missing a location should have the following location Placeholder added.
https://cms.footlight.io/dashboard/63457978637093005071a053/places/663b8d6f0796c300645e2ab9
https://api.footlight.io/places/663b8d6f0796c300645e2ab9
The challenge is to allow the event to pass through Artsdata and into CMS, but WITOUT minting the place with a K-number.
OTHERWISE a new sparql to load place data using an external URI can be created (and used for all loads from a source without needing to create place K-numbers)
Test Case
Pick an event in the Données Quebec event data dump that is missing a place. Load the data from Données Quebec, and check in Artsdata if the Placeholder was added. Then load into Footlight CMS in staging and check that the event loaded.
The text was updated successfully, but these errors were encountered: