Hello im wondering as to how i should approach having tasks being displayed based on time grid as im not sure how to tackle it in Unity. You see:
-
A task box must scale based on the start and end time in grid. So if task starts at 8 am and ends at 10am (for example the balsamiq task on image 1) the box for that task must start from 8 and stop at 10.
-
I should also be able to account for if someone doesnt start the time exactly on the time line given. So if a task starts at 8, the task box will start a little after the 8 am line.
-
Some task boxes are collapsible due to extra elements. So for example image 2, we see the time goes by 8:10, 8:20, 8:30 and etc as its expanded but if it collapsed it will just become 8 to 10 with the task box stopping a little after 9 to represent it ends at 9:20. So i would need to scale the box and time grid based on expansion and collapsing.