I’m looking for a way to track all the members of my teams workload. By that I mean I would like to imput a specific amount of time that they work each day, week, or month and then add the estimated time to complete to each of their tasks. That way I can easily check to see if someone has too many tasks for the amount of hours they actually work, or if someone has un-used time I can schedule specific tasks to them rather than someone who is completely full.
Hey
Might that availability per day, week or month change time period to time period, or is that fixed per employee?
I would probably suggest:
Team Member Table
Availability Table
Tasks Table
Under availability Table you would have Start Date, End Date, Available Hours, Team Member, Tasks
Tasks table would also have Hours field.
You would link tasks (with automation) to each Abailability record that applies according to time frame. You would have a rollup to calculate sum() of all linked talk durations. You can easily check if value of such rollup is > or < of Available Hours value.
happy to help out!
Mike, Consultant @ Automatic Nation
Hey
Architecture described above is pretty scalable, and simple! You would be able to set different availability es for different weeks and also see capacity
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.