richie icon indicating copy to clipboard operation
richie copied to clipboard

:pencil: An opensource CMS to build education portals

Results 169 richie issues
Sort by recently updated
recently updated
newest added

## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** Sometimes it is non-obvious why a course appears in the list of results,...

feature
improvement

## Purpose At the time of writing, we generate container's `version.json` file during the CI build. We think this file should be generated every time we build the container, whatever...

feature

## Purpose Through Joanie, we are now able to retrieve enrollment, order, preferences of the authenticated user. In this way, we are now able to implement a full featured dashboard...

feature

## Purpose Add generic and specific components to implements these sketches. - [x] Generic components for box & card - [x] Storybook static resolution for fonts - [ ] Factor...

## Feature Request ### Validation translations Currently, to define errors for a form we need to register locally `Yup.setLocale` translations like in the file `frontend/js/components/AddressesManagement/validationSchema.ts`, although exporting the specific-form Yup...

improvement

## Purpose In the future dashboard users will be able to see course runs with various states. So we begin the implementations of sketches. ## Todo - [x] Basic skeleton...

needs review
feature

## Feature Request Currently icons size are defined for each uses in CSS, there are no pre-built icon sizes like `small` `medium` etc .. Example ``` .course-glimpse-footer__date .icon, .course-glimpse__large-footer__date .icon...

Limit the cache ttl for courses based on course run dates. Resolves #1663 Replaces the old PR #1665

bug

## Purpose Here the generated typescript client with the current joanie's openapi schema TODO: - [x] mv factory/joanie to factory/joanieLegacy, and joanieGen to joanie.

rebased on https://github.com/openfun/richie/pull/2308 ## Purpose fix a bug where when stack.length === 0, invalidate the query will not refetch.