Store board collapsed mode user preference in the database

This commit is contained in:
Frederic Guillot
2016-08-22 21:20:48 -04:00
parent 1d16a53c48
commit 51fef80f7d
6 changed files with 9 additions and 41 deletions

View File

@@ -11,6 +11,7 @@ namespace Kanboard\Model;
class UserMetadataModel extends MetadataModel
{
const KEY_COMMENT_SORTING_DIRECTION = 'comment.sorting.direction';
const KEY_BOARD_COLLAPSED = 'board.collapsed.';
/**
* Get the table