joanie icon indicating copy to clipboard operation
joanie copied to clipboard

👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.

Results 80 joanie issues
Sort by recently updated
recently updated
newest added

## Purpose Currently, if an error occurs during payment notification handling, no event is logged by the error tracker that is weird. Furthermore, it appears we could miss some exceptions...

improvement

Add route to admin api to bulk delete objects

feature

## Purpose Improve backend endpoint typing.

feature request

This PR is the second part of the issue https://github.com/openfun/joanie/issues/196 (feature user course wishlist) This PR adds: * model Notification which represents a user notification about a subject according an...

feature

## Purpose Dedicated serializer for create route in order to have; * no id for create * mandatory id for update

feature request

## Purpose In order to have dynamic review environments, we need to build, for each open pull request, a docker image of the project. ## Proposal We add a new...

## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** We want to be able to save a credit card without doing a...

feature request

## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** Like we did with OpenEdX, it would be nice to be able to...

feature

## Bug Report **Problematic behavior** Currently, when the api endpoint to abort an order is called, if the internal logic fails, the api function does not manage it well and...

bug

## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** Currently, we are declaring backend api serializers in only two modules `client` and...

feature request