I’m looking to build a task manager with a weekly view that lists this week’s tasks under the each day of the week (Mon-Fri).
I’d like tasks that span multiple days to appear as an instance in each day, rather than only on a Start Date or End Date. The intention is that a task that’s scheduled for Mon-Wed would appear under Monday, Tuesday and Wednesday.
I’d like to avoid having to create a new task for each day as this makes scheduling more labour intensive.
I’d also ideally like to retain the ability to drag tasks to different days.
What I’ve tried:
-
Grouping tasks by Start Date within one view. With this method it appears impossible to have multi-day tasks appear in each day they occur on.
-
Creating separate table views per day of the week and filtering by tasks that span that day. With this method I lose the ability to drag tasks between days as they are separate views.
-
Calendar week view - limited options to display additional columns make this unsuitable for my application.
Any recommendations or similar examples would be much appreciated!