From 37669e507af3a18d1ad5392f326057b2db37af99 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 22 Sep 2023 18:23:14 +0300 Subject: [PATCH] Updated Deep Dive Into WeKan (markdown) --- Deep-Dive-Into-WeKan.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Deep-Dive-Into-WeKan.md b/Deep-Dive-Into-WeKan.md index 1f76c27..fd7b3b1 100644 --- a/Deep-Dive-Into-WeKan.md +++ b/Deep-Dive-Into-WeKan.md @@ -25,6 +25,7 @@ - [WeKan Design Principles](https://github.com/wekan/wekan/wiki/Design-Principles) - Realtime UI. When someone makes change, like drag card or add text, everyone will see changes immediately. This is because Meteor listens to MongoDB change stream, and updates UI. For some rare cases, there needs to be reload of page, those need to be fixed. +- Whitelabel: Change product name and product image at login screen and board left top corner. Not changing favicon, because there are 100+ favicons for different devices. - Drag Drop at Desktop and Mobile: - Board Icons, Swimlanes, Lists, Cards, Checklists, Checklist Items - Drag handles, per screen https://github.com/wekan/wekan/wiki/Drag-Drop @@ -50,5 +51,6 @@ - Filter cards, by user etc - Multi-Selection, checkmark and drag many cards at once - Sort current board -- Whitelabel: Change product name and product image at login screen and board left top corner. Not changing favicon, because there are 100+ favicons for different devices. - +- Admin Panel: + - Organizations/Teams/People. Impersonate User, logged to database when someone uses that feature. + - Customize Translations https://github.com/wekan/wekan/wiki/Customize-Translations \ No newline at end of file