mirror of
https://github.com/Karaka-Management/oms-ProjectManagement.git
synced 2026-02-11 21:38:41 +00:00
fix todos/move to todo list
This commit is contained in:
parent
da6416419d
commit
a2e03c2344
|
|
@ -28,16 +28,6 @@ use phpOMS\Views\View;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @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
|
final class BackendController extends Controller
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ declare(strict_types=1);
|
||||||
namespace Modules\ProjectManagement\Controller;
|
namespace Modules\ProjectManagement\Controller;
|
||||||
|
|
||||||
use phpOMS\Module\ModuleAbstract;
|
use phpOMS\Module\ModuleAbstract;
|
||||||
use phpOMS\Module\WebInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Event Management controller class.
|
* Event Management controller class.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user