EasyEngine / EasyEngine/easyengine

Move site creation and migrations to RevertableStepProcessor

Open
#1,165 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
2.2k
Forks
424
PR merge metrics
No merged PRs in 30d

Description

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`.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.