mirror of
https://github.com/Karaka-Management/oms-HumanResourceTimeRecording.git
synced 2026-01-28 11:38:41 +00:00
fix todos/move to todo list
This commit is contained in:
parent
b82a30aa7b
commit
a706c5d579
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ declare(strict_types=1);
|
|||
namespace Modules\HumanResourceTimeRecording\Controller;
|
||||
|
||||
use phpOMS\Module\ModuleAbstract;
|
||||
use phpOMS\Module\WebInterface;
|
||||
|
||||
/**
|
||||
* Database controller class.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user