joanie
joanie copied to clipboard
👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.
## Feature Request This issue is opened for discussion, it does not aim to be implemented as is. **Is your feature request related to a problem or unsupported use case?...
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** A contract should contain the name of the person responsible of the course.
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** User are currently able to filter list views according criterias. But those ones...
Sometimes, we do not want to concat the course state text with its datetime but we simply want to display a label which explicit the course state. So we could...
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** During searching I found out that typing "é" does not match "e". **Describe...
## Feature Request To implement our frontend bulk download action feature we need to know if **a fully signed contracts zip is available** for the current organization, if **a zip...
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** Currently we have many self.assertNumQueries in our tests, but as we are working,...
## Bug Report There is something weird here about the ContractFactory... Instead of ``` order = factories.OrderFactory(product=product, owner=owner, contract=factories.ContractFactory()) ``` this will work ``` order = factories.OrderFactory(product=product, owner=owner) factories.ContractFactory(order=order) ```...
## Feature Request **Is your feature request related to a problem or unsupported use case? Please describe.** We have several functions in our models that manages some logic. We want...
# Purpose Backend currently generates numerous warnings (>2000), we should fix them. Most of them are related to the deprecation of `post_generation` callback from factories. # Resources https://app.circleci.com/pipelines/github/openfun/joanie/4082/workflows/459bd9bb-f7ca-4000-803b-677ff62d1182/jobs/43647