mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-15 01:38:40 +00:00
fix todos/move to todo list
This commit is contained in:
parent
4d6ff2370d
commit
5e03b75519
|
|
@ -33,14 +33,6 @@ use phpOMS\Utils\Parser\Markdown\Markdown;
|
||||||
* @license OMS License 1.0
|
* @license OMS License 1.0
|
||||||
* @link https://orange-management.org
|
* @link https://orange-management.org
|
||||||
* @since 1.0.0
|
* @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
|
final class ApiController extends Controller
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ declare(strict_types=1);
|
||||||
namespace Modules\Editor\Controller;
|
namespace Modules\Editor\Controller;
|
||||||
|
|
||||||
use phpOMS\Module\ModuleAbstract;
|
use phpOMS\Module\ModuleAbstract;
|
||||||
use phpOMS\Module\WebInterface;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calendar controller class.
|
* Calendar controller class.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user