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
Currently, the /myRecentJobs page is not implemented as it gives us a blank response.
Steps followed and expected result
Run the UI with the current backend and after login visit the My recent jobs page
Process that we can use to filter the Jobs according to the user
we can use the users/self API endpoint in order to get the logged-in user's ID and thus from the jobs list provided by the /jobs we can filter the jobs using the userId: parameter of each job.
Description
Currently, the
/myRecentJobs
page is not implemented as it gives us a blank response.Steps followed and expected result
Run the UI with the current backend and after login visit the My recent jobs page
Process that we can use to filter the Jobs according to the user
we can use the
users/self
API endpoint in order to get the logged-in user's ID and thus from the jobs list provided by the/jobs
we can filter the jobs using theuserId:
parameter of each job.PS: I would like to work on this issue
@shaheemazmalmmd @GMishx
The text was updated successfully, but these errors were encountered: