I have a database with two separate tabs that are not related to each other:
- Projects Tab: This tracks projects, including their start and end dates.
- General Tasks Tab: This contains various tasks assigned to people only when they are not working on a project.
Currently, I have an Interface with a Timeline View that displays the start and end dates of each project, grouped by person. This allows me to visualize the workload of each individual based on their assigned projects.
I would like to enhance this Timeline by also including the information from the General Tasks tab. This way, I can see the complete workload of all team members, whether they are working on a project or handling general tasks.