openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
256 stars 80 forks source link

Frontend - View - Learner Dashboard - Order detail payment schedule #2318

Open jbpenrath opened 4 months ago

jbpenrath commented 4 months ago

Feature Request

Is your feature request related to a problem or unsupported use case? Please describe.

As a learner, I should be able to check the payment schedule related to a training I purchased.

Describe the solution you'd like

In the dashboard learner, the order detail view should contain a subview called "Payment schedule". This view should fetch the payment schedule of a given order then display it. For each step of the payment schedule, the learner should be able to see the state (Does the step has been paid ? If not, when the collect will be triggered ? If the collect failed, a payment button should be display to allow the learner to put things right).

Blocking tasks