diff --git a/Controller/BackendController.php b/Controller/BackendController.php index c40b52d..f9480c5 100755 --- a/Controller/BackendController.php +++ b/Controller/BackendController.php @@ -41,6 +41,12 @@ final class BackendController extends Controller * * @return RenderableInterface * + * @todo Create default dashboard templates which can be used by users, changing them copies it for this user + * https://github.com/Karaka-Management/oms-Dashboard/issues/7 + * + * @feature Allow people to modify a dashboard and automatically save it / reload it + * https://github.com/Karaka-Management/oms-Dashboard/issues/6 + * * @since 1.0.0 * @codeCoverageIgnore */ diff --git a/Theme/Backend/dashboard.tpl.php b/Theme/Backend/dashboard.tpl.php index e18581d..9e87cec 100755 --- a/Theme/Backend/dashboard.tpl.php +++ b/Theme/Backend/dashboard.tpl.php @@ -1,9 +1,29 @@ +