fix todos/move to todo list

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

View File

@ -26,11 +26,6 @@ use phpOMS\Message\ResponseAbstract;
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0
*
* @todo Orange-Management/Modules#119
* Make navigation modifiable
* Navigation elements should be made modifiable in the module settings.
* In the module settings all navigation elements should be visible and the admin should be able to change them in the database.
*/
final class BackendController extends Controller
{
@ -105,10 +100,6 @@ final class BackendController extends Controller
*
* @return void
*
* @todo Orange-Management/Modules#190 & Orange-Management/Modules#181
* The loading of the language file is slow since every module is loaded separately.
* This should either get cached per user or maybe put into one large language file per language (like the routes).
*
* @since 1.0.0
* @codeCoverageIgnore
*/

View File

@ -16,7 +16,6 @@ namespace Modules\Navigation\Controller;
use Modules\Navigation\Models\Navigation;
use phpOMS\Module\ModuleAbstract;
use phpOMS\Module\WebInterface;
/**
* Navigation class.

View File

@ -100,10 +100,6 @@ final class SearchController extends Controller
*
* @return void
*
* @todo Orange-Management/Modules#190 & Orange-Management/Modules#181
* The loading of the language file is slow since every module is loaded separately.
* This should either get cached per user or maybe put into one large language file per language (like the routes).
*
* @since 1.0.0
*/
private function loadLanguage(RequestAbstract $request, ResponseAbstract $response, string $app) : void

View File

@ -100,10 +100,6 @@ final class TimerecordingController extends Controller
*
* @return void
*
* @todo Orange-Management/Modules#190
* The loading of the language file is slow since every module is loaded separately.
* This should either get cached per user or maybe put into one large language file per language (like the routes).
*
* @since 1.0.0
* @codeCoverageIgnore
*/