mirror of
https://github.com/Karaka-Management/oms-Calendar.git
synced 2026-02-03 02:08:42 +00:00
fix todos/move to todo list
This commit is contained in:
parent
de858b436f
commit
d94d9935a3
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ declare(strict_types=1);
|
|||
namespace Modules\Calendar\Controller;
|
||||
|
||||
use phpOMS\Module\ModuleAbstract;
|
||||
use phpOMS\Module\WebInterface;
|
||||
|
||||
/**
|
||||
* Calendar controller class.
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user