You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be a simple page where one can enter (some of) the basic input parameters of the client.cli.prospector() function and
submit the corresponding "search" job to the backend. The immediate response from the backend contains a job id that allows the results to be polled (e.g., every second or so) and eventually the results can be displayed on the page, with clickable links and collapsible panes showing the relevant details of each candidate and the reason why it was ranked the way it was.
Not urgent, but definitely valuable both for practical use as well as for demonstration purposes.
I suppose this is something relatively easy to implement for anyone with some basic knowledge of React or similar frameworks.
The text was updated successfully, but these errors were encountered:
This could be a simple page where one can enter (some of) the basic input parameters of the
client.cli.prospector()
function andsubmit the corresponding "search" job to the backend. The immediate response from the backend contains a job
id
that allows the results to be polled (e.g., every second or so) and eventually the results can be displayed on the page, with clickable links and collapsible panes showing the relevant details of each candidate and the reason why it was ranked the way it was.Not urgent, but definitely valuable both for practical use as well as for demonstration purposes.
I suppose this is something relatively easy to implement for anyone with some basic knowledge of React or similar frameworks.
The text was updated successfully, but these errors were encountered: