mirror of
https://github.com/Karaka-Management/oms-Navigation.git
synced 2026-01-25 06:48:39 +00:00
fix todos/move to todo list
This commit is contained in:
parent
db593c4329
commit
5fab236ed7
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ namespace Modules\Navigation\Controller;
|
|||
|
||||
use Modules\Navigation\Models\Navigation;
|
||||
use phpOMS\Module\ModuleAbstract;
|
||||
use phpOMS\Module\WebInterface;
|
||||
|
||||
/**
|
||||
* Navigation class.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user