richie
richie copied to clipboard
:pencil: An opensource CMS to build education portals
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** Measure the amount of clicks on the enroll button, on the course page,...
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** React 18 has been released. Currently, we are not able to migrate on...
## Bug Report **Expected behavior/code** Richie is caching the course page too much. It takes a couple of hours (max 1 day) to the page to be updated for the...
Added a middleware `LimitCacheByCourseDates` to prevent cache of old information on course pages.
## Bug Report **Expected behavior/code** Richie rendered pages should be free from any invalid HTML markup. By invalid, i mean against the [Nu Html Checker](https://validator.w3.org/nu/) which is to be considered...
## Bug Report **Expected behavior/code** In `/richie/src/frontend/js/utils/api/lms/openedx-hawthorn.ts` line 123 a triggered enrollment will be called in OpenEDX and successfully enroll the user. **Actual Behavior** Richie reports "Your enrollment request failed."...
## Bug Report Sometimes when we reindex the elastic search on our Richie installation it timeouts. Logs ``` Auto-created primary key used when not defining a primary key type, by...
## Bug Report **Problematic behavior/code** The side toolbar is shown in the preferred language of the browser, not in the language of the current page. **Expected Behavior** The language in...
## Purpose We are using `@helpscout/helix` to create factories for our frontend tests. Currently this package has no type so we have no guarantee that our factories stick to real...
## Bug Report **Expected behavior/code** Categories should be added under parent categories ("kinds") to be available for linking. When a category is added under another category, the `./sandbox/manage.py bootstrap_elasticsearch` command...