Hi,
I'm building a Kanban-style interface that needs to display data from two separate sources.
Goal:
-
The first column of the Kanban should list Job Listings (Source 1).
-
The subsequent columns should display relevant Candidate Profiles (Source 2).
-
A single candidate would be able to be placed more than once in the Kanban with different Job listing.
Essentially, I want to map multiple candidates to a single job listing within the Kanban view.
Currently, I'm struggling to set up this dual-source data structure in the interface.
Is there a standard or recommended method for achieving this job-to-candidate grouping functionality?

