Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

openfun/joanie

jonathanreveille created a review comment on a pull request on openfun/joanie
Since this method was only used with Lyra, I've decided to remove it and improve the other method `get_transaction_references_to_refund`

View on GitHub

jonathanreveille created a review on a pull request on openfun/joanie

View on GitHub

jonathanreveille created a review comment on a pull request on openfun/joanie
I will return the `response_json` instead.

View on GitHub

jonathanreveille created a review on a pull request on openfun/joanie

View on GitHub

jonathanreveille created a review comment on a pull request on openfun/joanie
I will return a dictionary with this data : ``` { "id": transaction.reference, "type": "refund", "state": "success", } ```

View on GitHub

jonathanreveille created a review on a pull request on openfun/joanie

View on GitHub

jbpenrath pushed 1 commit to feat/waive-right-to-withdraw openfun/joanie
  • ✨(backoffice) display `has_waived_withdrawal_right` field in Order view Final touch, display has_waived_withdrawal_r... 986a239

View on GitHub

jbpenrath pushed 4 commits to feat/waive-right-to-withdraw openfun/joanie
  • 🗃️(backend) add field `has_waived_withdrawal_right` to Order model We need to be able to store the user decision to ... e5d5d1b
  • ✨(backend) add property has_withdrawal_period to Product Add property `has_withdrawal_period` to Product. This one i... 63bac36
  • ✨(backend) update client api to manage withdrawal right waive Prevent to create an order if the product has no withd... 39c01d6
  • ✨(backoffice) display `has_waived_withdrawal_right` field in Order view Final touch, display has_waived_withdrawal_r... 12e6ec5

View on GitHub

jbpenrath opened a pull request on openfun/joanie
✨(backend) add link to back office in Django admin topbar
## Purpose We want enforce user to waive its withdrawal right when the related training has already started. ## Proposal Description... - [x] Add field `has_waived_withdrawal_right` in ...
jbpenrath pushed 2 commits to feat/waive-right-to-withdraw openfun/joanie
  • ✨(backend) update client api to manage withdrawal right waive Prevent to create an order if the product has no withd... 87cb974
  • ✨(backoffice) display `has_waived_withdrawal_right` field in Order view Final touch, display has_waived_withdrawal_r... b8987ae

View on GitHub

jbpenrath pushed 2 commits to feat/waive-right-to-withdraw openfun/joanie
  • ✨(backend) update client api to manage withdrawal right waive Prevent to create an order if the product has no withd... 7e2e1ec
  • ✨(backoffice) display `has_waived_withdrawal_right` field in Order view Final touch, display has_waived_withdrawal_r... 43e8542

View on GitHub

jbpenrath pushed 2 commits to feat/waive-right-to-withdraw openfun/joanie
  • ✨(backend) add property has_withdrawal_period to Product Add property `has_withdrawal_period` to Product. This one i... a067437
  • ✨(backend) update client api to manage withdrawal right waive Prevent to create an order if the product has no withd... b2f893c

View on GitHub

jbpenrath pushed 7 commits to feat/waive-right-to-withdraw openfun/joanie
  • 🐛(backend) fix order lifecycle issue Currently, it is not possible to transition from `no_payment` state to `complet... f5a275c
  • 🔧(docker) upgrade node images to latest 18 version Upgrade all node images to use the latest 18 version. 5a4f914
  • 🔖(patch) bump joanie to version 2.9.2 Fixed - Update order flow to allow transition from `no_payment` to `completed` 3402649
  • ✨(backend) add link to back office in Django admin topbar The back office application has a link to go back easily t... e2072ec
  • 🗃️(backend) add field `has_withdraw_right` to Order model We need to be able to store the user decision to waive its... 19e8ae5
  • ✨(backend) add property has_withdrawal_period to Product Add property `has_withdrawal_period` to Product. This one i... ff07c5b
  • ✨(backend) update client api to manage withdrawal right waive Prevent to create an order if the product has no withd... 64ee189

View on GitHub

jonathanreveille created a review comment on a pull request on openfun/joanie
This method is only called when we receive the notification from the payment backend that the transaction of an installment has been refunded. We always depending on the payment provider notificat...

View on GitHub

jonathanreveille created a review on a pull request on openfun/joanie

View on GitHub

jonathanreveille created a review comment on a pull request on openfun/joanie
Only the paid installment should be set to `refunded`.

View on GitHub

jonathanreveille created a review on a pull request on openfun/joanie

View on GitHub

jbpenrath published a release on openfun/joanie
v2.9.2
### Fixed - Update order flow to allow transition from `no_payment` to `completed`
renovate[bot] pushed 4 commits to renovate/js-dependencies openfun/joanie
  • 🐛(backend) fix order lifecycle issue Currently, it is not possible to transition from `no_payment` state to `complet... f5a275c
  • 🔧(docker) upgrade node images to latest 18 version Upgrade all node images to use the latest 18 version. 5a4f914
  • 🔖(patch) bump joanie to version 2.9.2 Fixed - Update order flow to allow transition from `no_payment` to `completed` 3402649
  • ⬆️(dependencies) update js dependencies c20b9dd

View on GitHub

jbpenrath created a tag on openfun/joanie

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

jbpenrath deleted a branch openfun/joanie

fix/order-flow-transition-no-payment-completed

jbpenrath pushed 3 commits to main openfun/joanie
  • 🐛(backend) fix order lifecycle issue Currently, it is not possible to transition from `no_payment` state to `complet... f5a275c
  • 🔧(docker) upgrade node images to latest 18 version Upgrade all node images to use the latest 18 version. 5a4f914
  • 🔖(patch) bump joanie to version 2.9.2 Fixed - Update order flow to allow transition from `no_payment` to `completed` 3402649

View on GitHub

jbpenrath closed a pull request on openfun/joanie
🐛(backend) fix order lifecycle issue
## Purpose Currently, it is not possible to transition from `no_payment` state to `completed` state. But this should be possible to manage orders with a single installment which was refused an...
lunika created a review on a pull request on openfun/joanie

View on GitHub

jbpenrath pushed 3 commits to fix/order-flow-transition-no-payment-completed openfun/joanie
  • 🔧(docker) upgrade node images to latest 18 version Upgrade all node images to use the latest 18 version. 69adc0b
  • 🔖(patch) bump joanie to version 2.9.2 Fixed - Update order flow to allow transition from `no_payment` to `completed` db7bd7d
  • fixup! 🔧(docker) upgrade node image used to build mails 8adcc4f

View on GitHub

jbpenrath pushed 2 commits to fix/order-flow-transition-no-payment-completed openfun/joanie
  • 🔧(docker) upgrade node image used to build mails We were still using the old node 16 image to build our mails. We de... 99224e7
  • 🔖(patch) bump joanie to version 2.9.2 Fixed - Update order flow to allow transition from `no_payment` to `completed` d22e2a9

View on GitHub

renovate[bot] pushed 1 commit to renovate/js-dependencies openfun/joanie
  • ⬆️(dependencies) update js dependencies f7f1e5c

View on GitHub

jbpenrath opened a pull request on openfun/joanie
🐛(backend) fix order lifecycle issue
## Purpose Currently, it is not possible to transition from `no_payment` state to `completed` state. But this should be possible to manage orders with a single installment which was refused an...
jbpenrath created a branch on openfun/joanie

fix/order-flow-transition-no-payment-completed - 👛 A headless ERP for education to manage course enrollment/subscription, payment and certificates delivery.

jbpenrath created a comment on an issue on openfun/joanie
Fixed by #951

View on GitHub

Load more