openfun / richie

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

✨(frontend) create SaleTunnelNotValidated step #2418

Closed jbpenrath closed 1 month ago

jbpenrath commented 1 month ago

Purpose

Currently, after payment success, if we reach the poll limit, we only display an error message to explain to the user it has to wait as its order validation its too long. It works but it's good for UX as user has to close the payment modal at the payment step. That's why we decided to create a SaleTunnelNotValidated. This component is shown when the poll limit is reach and it helps the user to understand that it has to wait a little bit to start its training.

https://github.com/openfun/richie/assets/9265241/47fcfb6c-0237-4854-9acc-8be9ff6f15e8

Proposal