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
To implement an endpoint:
Implement API: GET /countries/leaderboard?continent=Asia
Please write an e2e test to cover it.
Please follow the guide in the 'readme' to follow our architecture on the server-side.
Note, the leaderboard has been created, but don't support query: continent=name, so the goal of this issue is to filter the leaderboard by continent name
Some hints:
Please read our readme for more information/guide/tutorial.
Also, you will find we 'hard code' the data in the API, that's just for that we are able to return the data quickly, so the development experience is good on the client side, please restore the real SQL query and add your code
To implement an endpoint:
Implement API: GET /countries/leaderboard?continent=Asia
Note, the leaderboard has been created, but don't support query: continent=name, so the goal of this issue is to filter the leaderboard by continent name
Some hints:
The text was updated successfully, but these errors were encountered: