fix todos/move to todo list

This commit is contained in:
Dennis Eichhorn 2020-11-26 20:50:18 +01:00
parent de34b129ae
commit 4b7aa0cd6f
2 changed files with 0 additions and 7 deletions

View File

@ -28,12 +28,6 @@ use phpOMS\Views\View;
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0
*
* @todo Orange-Management/Modules#102
* Goal definition
* While costs are universal the goal for promotions, events etc. is not.
* In some cases it could be sales in others it could be response rate etc.
* Implement a way to define goals and allow manual+system side evaluation.
*/
final class BackendController extends Controller
{

View File

@ -16,7 +16,6 @@ namespace Modules\EventManagement\Controller;
use Modules\EventManagement\Models\Event;
use phpOMS\Module\ModuleAbstract;
use phpOMS\Module\WebInterface;
/**
* Event Management controller class.