fix todos/move to todo list

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

View File

@ -33,14 +33,6 @@ use phpOMS\Utils\Parser\Markdown\Markdown;
* @license OMS License 1.0
* @link https://orange-management.org
* @since 1.0.0
*
* @todo Orange-Management/Modules#14
* The editor should support (maybe as extension) versioning.
* This doesn't have to be git or svn but at least multiple version should be able to get stored into the database.
* The versioning should be very straight forward and only contain a version number, date and optionally a version name.
* The basic save button should be just "save new version" or something similar.
* Based on this it should also be possible to compare different versions against each other.
* It should be possible to see who wrote which word, when and what it got changed to (e.g. git or microsoft track change mode).
*/
final class ApiController extends Controller
{

View File

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