openfun / joanie

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
MIT License
22 stars 2 forks source link

✨(backend) bind related course syllabus into contract template #716

Closed jbpenrath closed 6 months ago

jbpenrath commented 6 months ago

Purpose

We would like to retrieve syllabus information from a remote Richie instance then bind those information contracts. In order to do that, from Richie, we complete the RDFa tagging on the syllabus page (https://github.com/openfun/richie/pull/2333). Now, we implement the logic to retrieve a syllabus page from Richie then parse this document to bind syllabus into contract definition context then display it into contract template appendices.

CleanShot 2024-03-28 at 21 19 02@2x

Proposal