Hi!
I'm currently working on building a board that can help us forecast our ressources based on capacity and task effort booked on each user.
Each user is working on multiple projects at once, so we're not interested in looking at ressources from a single project perspective, it is relevant to us to look at it from a user perspective.
I'd like a visualization similarly to the workload view, so users on the X-axis and time (weeks or months) on the Y-axis.
We're interested in seeing each users "booking %" pr. week (or other timeframe) based on capacity, and the filter for tasks calculated in effort should be all active and completed tasks in the given period of time.
I'm thinking a bar or line chart of some sort would be nice for this purpose 🤔
- Bar in terms of making it a replica of workload view and
- Line chart in the hope of being able to have a capacity line and a booked line and thereby be able to see the gap
If I'm totally missing out on something here, I'm also very open to be inspired to completely different solutions I may not have thought of myself!