Richard Tibbles
Richard Tibbles
Currently we use the Khan Academy 'local-only' i18n script to handle all the translation for Khan Academy exercise interface text. This means we have a slightly janky interface to our...
Branch: 0.15.x Expected Behaviour: We should only elicit feedback about content once a user has actually engaged with it in some way. Current Behaviour: We ask them for feedback before...
Currently we do not annotate any user progress on the sidebar, we should fix this by returning annotated information either with the original topic tree request, or as a second...
Feature Name: Redesign of coach reports Team members: @rtibbles @christinepham Need more! PR reviewer: @jtamiace or @66eli77 for front end code, @MCGallaspy or @benjaoming for back end code. Description: Refactor...
## Summary * Upgrades all Python dependencies to the latest version that supports Python 3.6 * Note that it does not upgrade the Python redis library as far as it...
## Summary * Turns the learner device status user field to a ForeignKey rather than OneToOne field to prevent errors when trying to create learner device statuses for the same...
## Summary * Use namespaced logging for the app script * Cleanup unnecessary and uninformative logging ## References Was investigating if #11985 was still extant, it doesn't appear to be....
## Summary Cascade merge Conflicts: ``` # Conflicts: # kolibri/core/assets/src/views/TotalPoints.vue # kolibri/core/auth/test/test_api.py # kolibri/core/package.json # kolibri/plugins/coach/assets/src/app.js # packages/kolibri-core-for-export/package.json # yarn.lock ```
## Blocks https://github.com/learningequality/kolibri-design-system/issues/510 ## Summary KDS still uses NodeJS 12 which is no longer maintained or supported. At some point in the future, doubtless Github Actions will cease supporting this,...
## Product Kolibri ## Desired behavior Adding the following public method: `takeHint` which, if defined on the wrapped renderer component, will cause a hint to be taken Adding the following...