Skip to content

SITREP‐Vikhyat(24th Dec 23)

Vikhyat Bhatnagar edited this page Dec 24, 2023 · 4 revisions

Work done so far by me:

  • Have written the endpoints for /skills entity
  • Have setup the test container for integration tests

Tasks related to the Auth PR in progress

  • Currently looking into the exception handling as this is missing in the Auth PR.
  • We will have to pass the private key in the test as each route will be protected after the Auth PR gets merged, so was looking into this.
  • Looking into the latencies of the website backend /users/userId, this is part of the Auth PR changes
  • Auth PR not returning correct response to the user, even if the server is sending 500, the auth PR returns 401 to the user.
  • Passing JWT token to the tests along with the auth PR changes.

Tasks independent of the auth PR

  • Working on the /user endpoints
  • Helping Ashif with improving of the Skill tree docs

Blockers

  • They are multiple things not being handled in the auth PR like
  • Exception handling
  • Wrong http response being sent to the user, even if the server is sending 500, the auth middleware returns 401, this needs to be fixed
Clone this wiki locally