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 a User I'd like to see up to date talks information.
To enable the application to pull up to date talk information we need to build a function to gather this data from the Leeds Digital Festival Website, transform and store this.
Inside the functions app created in #28
We should create a function that runs on a schedule, once a day that retrieves data from the official website, this can be retrieved from https://leedsdigitalfestival.org/?load_events
It should get the data from this url and parse it and convert it to an array of the following:
This then needs to be loaded into Azure Blob Storage $web folder at talks.json
It might need to bust the CDN cache of that file, but it might not need to depending on the cache time of the CDN.
The text was updated successfully, but these errors were encountered:
As a User I'd like to see up to date talks information.
To enable the application to pull up to date talk information we need to build a function to gather this data from the Leeds Digital Festival Website, transform and store this.
Inside the functions app created in #28
We should create a function that runs on a schedule, once a day that retrieves data from the official website, this can be retrieved from https://leedsdigitalfestival.org/?load_events
It should get the data from this url and parse it and convert it to an array of the following:
This then needs to be loaded into Azure Blob Storage $web folder at talks.json
It might need to bust the CDN cache of that file, but it might not need to depending on the cache time of the CDN.
The text was updated successfully, but these errors were encountered: