joanie
joanie copied to clipboard
👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
## Purpose This PR will solve this [issue](https://github.com/openfun/joanie/issues/864) We need to inform the user that an upcoming installment will occur on his payment schedule. The reminder frequency (in days) will...
## Purpose This PR will solve this [issue](https://github.com/openfun/joanie/issues/863) When an installment debit has failed, we need to inform the user with an email about the failed payment. ## Proposal -...
## Purpose Now a credit card is linked to an order, we want to display that in our back office application so we bind this data the AdminOrderSerializer. ## Proposal...
## Purpose Main development PR about order states refactor Supersede #801 ## Proposal - [x] add new states - [x] move logic from submit endpoint to the create one -...
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** A user should be able to filter order per product type (Certificate or...
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** Some models have translated fields but those one are not distinct. E.g: in...
## Bug Report **Problematic behavior** Currently, user is able to create twice the same address. **Expected behavior/code** If an address already exists with the same `first_name`, `last_name`, `address`, `city`, `postcode`...
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** When a payment installment fails, an email to inform the learner should be...
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** Currently, the Certificate API endpoint returns certficate sorted by creation date (`created_on`). Instead...
## Bug Report **Problematic behavior** Currently the endpoint to retrieve Degree certificates has a performance issue. **Expected behavior/code** The response to get degree certificates should as fast as possible