I’m trying to design a tasks table that allows tasks to specify what tasks are blocking them, and then calculates a priority score based on this. So, ideally:
Each task has a “Link to” type field that links to all tasks currently blocking it.Each tas...