From 5cbc53163bdaf182df45287a0a77eac8bd8bcc58 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 1 Jan 2020 21:05:12 +0100 Subject: [PATCH] add todos and improve db schema --- Models/KanbanCard.php | 2 -- Theme/Backend/kanban-board.tpl.php | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Models/KanbanCard.php b/Models/KanbanCard.php index f522eb5..50ca9d3 100644 --- a/Models/KanbanCard.php +++ b/Models/KanbanCard.php @@ -458,6 +458,4 @@ class KanbanCard implements \JsonSerializable return $card; } - - /* todo: maybe allow ref to be an object and datamapper creates that object? how does the datamapper know what kind of datamapper to use? Just assume it's called ObjectMapper? bad isn't it?! */ } diff --git a/Theme/Backend/kanban-board.tpl.php b/Theme/Backend/kanban-board.tpl.php index ec93c5d..dfba51d 100644 --- a/Theme/Backend/kanban-board.tpl.php +++ b/Theme/Backend/kanban-board.tpl.php @@ -1,8 +1,12 @@ getData('board'); $columns = $board->getColumns(); -// todo: column width should be % but with min-width and on small screens full width ?> +
getCards(); ?>