studio icon indicating copy to clipboard operation
studio copied to clipboard

Content curation tools for Kolibri

Results 242 studio issues
Sort by recently updated
recently updated
newest added

🌱 **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)...

P2 - normal
good first issue
DEV: frontend
help wanted

## 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...

P2 - normal
TAG: new feature
DEV: backend
DEV: content

## 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...

TODO: needs review

## 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...

TODO: needs review

## 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...

bug
TODO: needs decisions
DEV: frontend

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)...

TAG: dependencies
python

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....

TAG: dependencies
python

## 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...

P1 - important
DEV: backend
TAG: regression