-
Hello everyone and @fguillot Based on #2629 (comment) and #5344 and https://kanboard.discourse.group/t/how-to-suppress-back-to-pinboard-in-public-view/2786/11, can somebody clarify what needs to be done? CurrentlyThe token is saved in the projects table and pulled through a model for that. So the token is unique per project, meaning any task in that project shares the token. Proposed for Single TasksI dont know if I am correct but I wanted some advice if this will work. To make the task public and ONLY the task, with no 'back to kanboard' links etc.
If I can understand the steps, maybe slowly I can get it into a plugin as the feature is highly needed for some people including myself. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Here is what I would do:
If you are willing to develop such feature, I encourage you to contribute directly to Kanboard instead of developing a new plugin because it would benefit to more people. |
Beta Was this translation helpful? Give feedback.
-
IIRC, another issue is (or was?), if a shared task contains attachments, pics, or other assets. Would this be addressed also by the proposed solution? |
Beta Was this translation helpful? Give feedback.
Here is what I would do:
tasks
table (might be easier), but having a new table should work as well.TaskViewController::readonly()
to accept an optional task token. This ensures that existing URLs continue to work without any issues while allowing for task-specific sharing.