Save the date! Join us on October 16 for our Product Ops launch event. Register here.
Nov 02, 2021 04:05 PM
I tried searching but couldn’t find the answer.
I’m looking for advice on how to track who has the next step in a project. For instance, I have many projects, linked to my tasks (one table for projects, one for tasks). I am looking for advice for ways to track who has the next step, when that step is due or promised.
Right now, I have the following columns on my projects and on my tasks:
Owner, Due Date, status(planned, active, waiting, done).
But, I am running into the issue where I have a hard time seeing when something is due vs when it is promised to me. Is the answer to make a column for due date, another column for promised date, and then a column for who has next step, and who is owning the task?
Thank you in advance for your suggestions
Solved! Go to Solution.
Nov 04, 2021 01:27 PM
Nov 03, 2021 02:41 AM
Hi @Greg and welcome to the community!
I suggest working with a “junction table” so you can add more information for each task.
Nov 03, 2021 10:40 AM
Thank you for the input. I was using a junction table to pull in customer information, such as CustomerName, Region, etc. But I have since removed it and will replace it with another junction table because I think what you are saying is the following.
Create a junction table to pull in information from my Tasks Table and Subtasks table
On the junction table:
Then create the following fields on the junction table
Is this what you are saying?
Also, one more question. If this is your suggestion, does this mean that the best way to operate progress of tasks and subtasks is to work from the Junction table (instead of editing the tasks table, and the subtasks table)?
Thanks much for your input.
Nov 04, 2021 01:27 PM
Yes, I think that’s worth a try :cowboy_hat_face: