Skip to content

Domains

Brent Christensen edited this page Sep 10, 2021 · 7 revisions

The following are the actual production use cases for Event Espresso's next generation UI. This approach is influenced by Domain Driven Design and attempts to decouple our code based on use cases. Code from one domain can NOT be shared with any other domain since all logic contained therein should be specific to that domain only.

domain description
Gutenberg Blocks custom EE blocks for use in the WordPress Gutenberg editor
EDTR - Event Editor Event CPT post editor in the WordPress admin
REM - Recurring Events Manager logic for powering events that repeat on a schedule
WP Plugins Page logic that runs on the WordPress admin Plugins page