WoltLab / WCF

WoltLab Suite Core (previously WoltLab Community Framework)
https://www.woltlab.com
GNU Lesser General Public License v2.1
239 stars 144 forks source link

Overhaul organization of event #5912

Closed BurntimeX closed 1 month ago

BurntimeX commented 1 month ago

The current practice of placing events where they are used is somewhat inconsistent and worst of all highly intransparent for discovery purposes. This PR proposes a unified directory structure grouped by the app namespace.

See #5858