solidusio / roadmap

Solidus public roadmap
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Rework promotions system #3

Open chrean opened 1 year ago

chrean commented 1 year ago

The current promotion system is not intuitive and presents a few issues, notably performance.

There are other problems, as noted in this PR: https://github.com/solidusio/solidus/pull/4296 , which highlights a few solid points and aims at building a new system that we may swap in place of the old one, in time. The idea here is to build an extension, then extrapolate the current system into its own extension, then finally swap the new extension in for the old one.