From ed30e69166c890f3e63e4653b5d68a1883862ec2 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 31 Dec 2019 19:54:45 +0100 Subject: [PATCH] add todos from github --- Controller/ApiController.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Controller/ApiController.php b/Controller/ApiController.php index 9ac708f..d39b35d 100644 --- a/Controller/ApiController.php +++ b/Controller/ApiController.php @@ -27,6 +27,11 @@ use phpOMS\Utils\StringUtils; * @license OMS License 1.0 * @link https://orange-management.org * @since 1.0.0 + * + * @todo Orange-Management/Modules#111 + * Implement blockchain for audited elements + * Blockchain should be implemented in order to allow auditors to validate that data hasn't been changed. + * This is mostly important for accounting and accounting related data. */ final class ApiController extends Controller {