Update
Thanks to @sambapete who showed me how to create courses in e-commerce this was part of the missing piece to get enrollment track into course metadata on the discovery side.
- Add the e-commerce API URL to the partner on the discovery service side.
- Create a course entry on e-commerce (<ecommerce_host>/courses)
- Refresh course metadata and update index on the discovery side.
And from there I was able to create course runs from the publisher app and I can see the courses in the
I’m doing it on tutor with this plugin: GitHub - Dicey-Tech/dt-publisher-plugin.
There is still some work to do:
- I’m using a fork of the publisher repo because as it is, the routing using by tutor-mfe doesn’t work with the publisher MFE.
- I haven’t tried any additional features of the mfe (e.g. publish, review)