easyengine icon indicating copy to clipboard operation
easyengine copied to clipboard

Move site creation and migrations to RevertableStepProcessor

Open kirtangajjar opened this issue 6 years ago • 0 comments

Currently site creation (both html and wp) uses its own creation and rollback logic. Instead of that we can use RevertableStepProcessor for it. This will make code clean and less messy than it is. Also it would give package developers a reference on how such actions with cleanup can be developed in EE.

Also, Migrations have very similar functionality. Hence it could be swapped out with RevertableStepProcessor.

kirtangajjar avatar Aug 09 '18 22:08 kirtangajjar