focalboard
focalboard copied to clipboard
Persist category state
Fixes #3465 and fixes #3448
Summary-
- Added a column
collapsed boolean
tocategories
table to store if the user category is collapsed or not. - The SQL migration for MySQL and PostgreSQL is idempotent but that of SQLite is not as I couldn't find a SQL only way to conditionally add a column to a table. Need to dig more into this but created the PR anyways as it doesn't block the plugin release.
- Added new and missing tests for category and board category store methods.