fix todos/move to todo list

This commit is contained in:
Dennis Eichhorn 2020-11-26 20:50:18 +01:00
parent de858b436f
commit d94d9935a3
5 changed files with 0 additions and 20 deletions

View File

@ -30,11 +30,6 @@ use phpOMS\Views\View;
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0
*
* @todo Orange-Management/Modules#52
* Allow user to define start of week
* Weeks should be customizable. Some prefer the week to start on Monday, others on Sunday etc.
* This is probably a global setting in the backend or user localization!
*/
final class BackendController extends Controller implements DashboardElementInterface
{

View File

@ -15,7 +15,6 @@ declare(strict_types=1);
namespace Modules\Calendar\Controller;
use phpOMS\Module\ModuleAbstract;
use phpOMS\Module\WebInterface;
/**
* Calendar controller class.

View File

@ -9,10 +9,6 @@
* @license OMS License 1.0
* @version 1.0.0
* @link https://orange-management.org
*
* @todo Orange-Management/Modules#191
* When showing a calendar the default behavior should be to only load a fixed amount of months in order to avoid unnecessary overhead.
* Maybe only load the current month, the next month and the previous month.
*/
declare(strict_types=1);

View File

@ -1,10 +1,5 @@
<?php declare(strict_types=1);
/**
* @todo Orange-Management/Modules#69
* Create a popup when clicking on an event with full information.
*/
$calendar = $this->getData('calendar');
?>
<div class="row">

View File

@ -12,11 +12,6 @@
*/
declare(strict_types=1);
/**
* @todo Orange-Management/Modules#69
* Create a popup when clicking on an event with full information.
*/
?>
<div id="calendar-dashboard" class="col-xs-12 col-md-6" draggable="true">
<div class="portlet">