fix todos/move to todo list

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

View File

@ -272,10 +272,6 @@ final class ApiController extends Controller
*
* @return void
*
* @todo Orange-Management/Modules#194
* Allow session update
* Employee can only change start/end if vacation
*
* @api
*
* @since 1.0.0
@ -293,11 +289,6 @@ final class ApiController extends Controller
*
* @return void
*
* @todo Orange-Management/Modules#195
* Allow session element update
* Employee can only change start/end if vacation.
* This also has to update the session since the data is not 100% normalized.
*
* @api
*
* @since 1.0.0
@ -315,10 +306,6 @@ final class ApiController extends Controller
*
* @return void
*
* @todo Orange-Management/Modules#196
* Implement session delete
* Employee can only delete vacations (maybe)
*
* @api
*
* @since 1.0.0
@ -336,10 +323,6 @@ final class ApiController extends Controller
*
* @return void
*
* @todo Orange-Management/Modules#196
* Implement session delete
* Employee can only delete vacations (maybe)
*
* @api
*
* @since 1.0.0

View File

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