werate-io / werate-explorer

Colosseum hackathon
0 stars 1 forks source link

Feature - Right Side Panel - Implement User Reviews #8

Open kenzoheye opened 2 weeks ago

kenzoheye commented 2 weeks ago

When a User is logged in, in the right side panel they should be able to see a list of their reviews:

Data can be retrieved via:

has pagination:

Make this a paginated list, infinite scroll or clicking through pages is both fine.

prabhanukash commented 2 weeks ago

@kenzoheye The reviews in the right-hand panel should correspond to the locations displayed on the map?

kenzoheye commented 2 weeks ago

@prabhanukash it should be the reviews of the user when logged in, so login should be implemented first before this can be finished, but you can already mock the data coming from the /api/v1/game/players/reviews

Look here (mobile.werate.io)

prabhanukash commented 2 weeks ago

@kenzoheye You're right, the login should be implemented first, as reviews are user-specific. However, I am able to mock the data from /api/v1/game/players/reviews for now, from browser access token (nothing but login) to keep progress moving.

Let me know your thoughts!

image image

kenzoheye commented 2 weeks ago

Looks good! Please make a pull request and I will review your code

prabhanukash commented 2 weeks ago

feat/8/right-user-reviews https://github.com/werate-io/werate-explorer/pull/14/