I use tasks that contain documentation and examples and I would like to secure them at a certain spot on the board - make them “sticky”.
In effect the task should be locked in a way so that it is not movable or deletable. Directly in the database would do for me, ideally manager and administrators can do it in the frontend, but not users.
I guess it only works with a change in the database (i.e. an additional field in the tasks table) and a query for the mentioned actions, but maybe I’m wrong and its more simple.
I’m willing to invest some time here but my coding skills are kinda limited…