-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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 the userId: parameter of each job.
PS: I would like to work on this issue
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request