Richard Tibbles
Richard Tibbles
This has now been released. All follow up work and finalization will happen in follow up issues.
Hi @jaltekruse - sorry for the delay in review here, I've taken a quick read through, and I'm not seeing anything alarming, and the test coverage looks it provides a...
This would need to be done using the OrderingFilter defined here: https://github.com/learningequality/kolibri/blob/develop/kolibri/core/api.py#L58 Which is a reimplementation of the DRF OrderingFilter documented here: https://www.django-rest-framework.org/api-guide/filtering/#orderingfilter It should work fairly easily out of...
Hrm, after a little more investigation, I suspect this is actually another instance of https://github.com/learningequality/kolibri-library/issues/20 - I'll keep this open until https://github.com/learningequality/kolibri-library/issues/20 is resolved so we can confirm or deny...
The way to do this without writing to `node_modules` would be for us to create a `packages` directory and then use the workspaces functionality of yarn (npm and pnpm also...
> yarn allows workspaces to be configured only for private packages that are not meant to be published to npm We have both private and public packages in the yarn...
I have assigned you, nevertheless :)
I think this provides a reasonable alternative. If your snippet is very short and it's too much overhead to put in a separate file, you can just add the ignore...
Noting here, so that I don't forget - that we will also add this to the public content node endpoints (and should do so on Studio too) - but we...
> delegateTo parameter I love the deliberateness and thought of this approach - allowing us to tune the performance in the edge cases of large numbers of elements feels so...