Samson Akol

Results 22 issues of Samson Akol

## Overview Update the current `ErrorReports` to have more context of errors ## Description and Outcomes - The ErrorReports model should be updated to have the following fields. Please note...

DEV: backend
gsoc

## Background [Kolibri](https://github.com/learningequality/kolibri) is primarily used in disconnected or low connectivity environments. In contrast to many offline platforms where error reporting can happen via [Sentry](https://sentry.io/) or similar services, in these...

Epic
gsoc

## Summary This pr implements the distributed error reporting feature as part of the Google Summer of Code(GSoC) 2024 program. See the [epic](https://github.com/learningequality/kolibri/issues/12214) for details. ## References Closes https://github.com/learningequality/kolibri/issues/12214 ##...

DEV: backend
DEV: frontend
gsoc

## Overview The `avg_request_time_to_error ` property is more suited for the backend `context` and should be move there instead. Its currently part of `errorreport`. ## Description and outcomes - Move...

DEV: backend
gsoc

## Overview We should not capture sensitive information like passwords during error reporting ## Description and outcomes - Check request headers for any sensitive information and remove it before capturing...

DEV: backend
gsoc

## Overview Turn distributed error reporting into a plugin, and then use the relevant task hook to enable reporting of errors encountered during task execution. ## Description and outcomes ##...

DEV: backend
gsoc

## Overview This task involves implementing pagination to show more recommendations. Pagination is based on whether recommendations are above (good) or below (not so good) the relevance threshold. Other tasks...

P1 - important
TAG: ux update
TAG: new feature
DEV: frontend

## Desired behavior With the migration on https://github.com/learningequality/studio/issues/4190 now completed successfully, there is need to disable the migration on `hotfixes` so that they are not rerun when the code on...

P0 - critical
DEV: backend

## Observed behavior An error is thrown in the console on remove a resource using the context menu. The operation succeeds. ## Expected behavior Investigate the error to ensure that...

P3 - low
DEV: frontend