Hi All,
I'm currently creating an interface for my team where we can effectively manage what sprint, client, goals and tasks we are working on. I want to be able to select a sprint from a filter, as a result filter for clients that are linked to this sprint and then as a result filter for goals that are linked to the selected client and sprint. This will then display the task on a kanban view that I stack by status.
I have a base with a tasks table, goals table, clients table and sprints table. In the task tables you can link the goals and this will then show the lookup for the client and sprint that goal is assigned to. Any help would be much appreciated. Happy to share more information if needed.
Task table headings:
Current interface dropdowns that don't dynamically update:
Thanks