cgaspard / mantiskanban

Mantis Kanban that uses ajax and mantisconnect
45 stars 33 forks source link

enhancement - readonly kanban board #18

Closed dreed47 closed 10 years ago

dreed47 commented 11 years ago

It would be useful to have the ability to have read-only kanban boards for management or other users that don't have logins to mantis but have a need to view project status.

(I have some working code for this) (https://github.com/dreed47/mantiskanban)

cgaspard commented 10 years ago

This is sort of implemented through Mantis. System will error if they don't have write access to the project they are viewing. I think a good way of handling this though is to check for access level on a project, then disable the save buttons, and drag and drop support. Will consider adding this next year.