From a2e03c2344ae28582704fbeb754dfa4599a06b0f Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Thu, 26 Nov 2020 20:50:18 +0100 Subject: [PATCH] fix todos/move to todo list --- Controller/BackendController.php | 10 ---------- Controller/Controller.php | 1 - 2 files changed, 11 deletions(-) diff --git a/Controller/BackendController.php b/Controller/BackendController.php index d5ca3a2..3bcb2d1 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -28,16 +28,6 @@ use phpOMS\Views\View; * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 - * - * @todo Orange-Management/Modules#41 - * Add Milestones - * Tasks should be assignable to milestones. - * - * @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 { diff --git a/Controller/Controller.php b/Controller/Controller.php index 1c4f6fd..6f16d73 100755 --- a/Controller/Controller.php +++ b/Controller/Controller.php @@ -15,7 +15,6 @@ declare(strict_types=1); namespace Modules\ProjectManagement\Controller; use phpOMS\Module\ModuleAbstract; -use phpOMS\Module\WebInterface; /** * Event Management controller class.