Skip to main content

Week 4

Jobs/all endpoint added

(July 14th, 2022)

Implementation of the jobs/all API endpoint. this API endpoint sends all the jobs craeted by all the users. This API only sends a response only if the requesting user is an admin.

The API response when the requesting user is an Admin:
adimin_res


The API response when the requesting user is Not an Admin:
nonAdmin_response

Conclusion and Further Plans

  • Completing the Jobs Module UI once the backend PRs are approved.
  • Picking up License browser module after dicussions with mentors