fossology / FOSSologyUI

Repository to hold the new UI framework for FOSSology built with React
https://fossology.github.io/FOSSologyUI/
GNU General Public License v2.0
49 stars 88 forks source link

Creation of `my recent jobs` page #226

Open soham4abc opened 2 years ago

soham4abc commented 2 years ago

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

@shaheemazmalmmd @GMishx