nextcloud / deck

🗂 Kanban-style project & personal management tool for Nextcloud, similar to Trello
https://apps.nextcloud.com/apps/deck
GNU Affero General Public License v3.0
1.19k stars 273 forks source link

Regarding permissions, `deck` lacks granular permissions, making it difficult to implement at a large scale #5740

Open wcdfilll opened 4 months ago

wcdfilll commented 4 months ago

Currently, I find that nextcloud deck is not meeting the needs for large scale.

Why do I say that?

Large enterprises like ours need to manage granular permissions on Deck. But when I tried using it, I encountered a permissions issue - there is no permission option for employees so that they cannot delete boards or cards but can still upload files and comment. I don't see any permission in Deck that can do this.

For example, user1 is a department manager, while user2 is an employee. Deck currently has no way for employee accounts to be restricted from deleting boards/cards, editing boards/cards, but still allowing them to comment and upload attachments.

small1 commented 4 months ago

Basically you want the can edit option to be granular with permissions like full, can delete, can edit or something like that?

small1 commented 4 months ago

can edit can delete cards but not delete boards

wcdfilll commented 4 months ago

Basically you want the can edit option to be granular with permissions like full, can delete, can edit or something like that?

That's basically it, because, I want my staff to be able to comment and attachment, but dont want them to be able to edit cards and tables

wcdfilll commented 4 months ago

do you know what I mean ?