studio
studio copied to clipboard
Content curation tools for Kolibri
🌱 **Are you new to the codebase? Welcome and please see [the contributing guidelines](https://github.com/learningequality/studio/blob/unstable/CONTRIBUTING.md).** ## Expected behavior Whenever relevant, Studio should use [`KTextTruncator` component](https://design-system.learningequality.org/ktexttruncator/) from the [Kolibri Design System](https://github.com/learningequality/kolibri-design-system) (KDS)...
## Observed behavior Currently when inserting images into the answer section of a multiple choice question that gets exported into a Perseus format, if the images have been resized they...
## Summary ### Description of the change(s) you made This PR introduces image resizing functionality to resize assessment images containing resizing data and making sure that the final perseus zip...
## Summary ### Description of the change(s) you made Almost completes icons migration from Vuetify to KDS. - Replaces almost all remaining `VIconWrapper`s with `KIcon`, `KLabeledIcon`, or `KIconButton` - Contains...
## Observed behavior When a user attempts to update the completion criteria of a ContentNode, the system fails to revert to the last valid state if a backend validation error...
Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3. Release notes Sourced from requests's releases. v2.32.3 2.32.3 (2024-05-29) Bugfixes Fixed bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. (#6716)...
Bumps [whitenoise](https://github.com/evansd/whitenoise) from 5.2.0 to 6.7.0. Changelog Sourced from whitenoise's changelog. 6.7.0 (2024-06-19) Support Django 5.1. 6.6.0 (2023-10-11) Support Django 5.0. Drop Python 3.7 support. 6.5.0 (2023-06-16) Support Python 3.12....
## Background We run the `garbage_collect` management command everyday via a Kubernetes cron job. ## Observed behavior The management command gets stuck running the following query. It was stuck running...
## Summary Removes recently added migrations ### Description of the change(s) you made - Removes command for migration. - Removes related tests. ## References closes #4777 ### Contributor's Checklist PR...
❌ **This issue is not open for contribution. Visit Contributing guidelines** to learn about the contributing process and how to find suitable issues. From @bjester: We should have proper defensive...