add todos from github

This commit is contained in:
Dennis Eichhorn 2019-12-31 19:54:45 +01:00
parent 6a872ad5aa
commit faffcac57f
2 changed files with 11 additions and 0 deletions

View File

@ -37,6 +37,10 @@ use phpOMS\Model\Message\FormValidation;
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0
*
* @todo Orange-Management/Modules#77
* Edit functionality
* Currently nothing can be edited (change)
*/
final class ApiController extends Controller
{

View File

@ -33,6 +33,10 @@ use phpOMS\Views\View;
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0
*
* @todo Orange-Management/Modules#77
* Edit functionality
* Currently nothing can be edited (change)
*/
final class BackendController extends Controller
{
@ -45,6 +49,9 @@ final class BackendController extends Controller
*
* @return void
*
* @todo Orange-Management/Modules#76
* Style board, card and columns
*
* @since 1.0.0
* @codeCoverageIgnore
*/