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
after deploying #289 to stage, the frontend crashes, that was due to the changes in api response of /v2/Contributors. To prevent such problems in the future, we need to share the API response type/interface with the frontend.
Check List
Move all new endpoint response types/interfaces (here and here) from api folder to common folder inside common/src/types/api-responses.ts
this task is blocked by #290 , once it's merged, will add a third task to share the response interface of the new GithubUser controller too, then we can start working on this one