Actions
Feature proposal #9032
closedRestructure controllers to individual files
Description
Currently CB Activity uses a monolithic controller (all in component.cbactivity.php). This should be split into individual namespaced controller classes. This will reduce the processing required for reaching smaller endpoints to avoid loading thousands of lines of PHP for no reason.
Actions