esciencecenter-digital-skills / training-infrastructure

collection of files used in setting up the new training infrastructure
Apache License 2.0
0 stars 0 forks source link

increase get_meta_url robustness #46

Closed bvreede closed 1 year ago

bvreede commented 1 year ago

This PR changes the functionality behind get_meta_url to use other fields from the holy excel to find the curriculum metadata. This matches the way a slug is created in the holy excel sheet (namely from curriculum and flavor), and it becomes more robust against different ways of storing the curriculum, because it is verified to be a functional URL before being returned.

Closes #41