Open vatan45 opened 3 months ago
I am picking up games listing page
Hey guys,
I found this issue open for quite some time and thought of contributing.
As of now I am able to fetch recent games for a user and user can select which game needs to be shared. Sharing a short video clip of it.
Kindly share your feedback on this @vatan45 @Bot-Rakshit . Im happy to discuss further steps.
https://github.com/user-attachments/assets/4f1216bf-3673-4ab9-8039-66957f000aae
Thanks, Ritik
great work man, ideally we should fetch this from the backend instead of the client side, so wait till we have the turbo repo in place ( ideally close to a week)
Hey @Bot-Rakshit ,
Yes , Im fetching from the backend itself. Both frontend and backend are running on my local. Backend is the one calling chess.com API's . The chess routes section.
I forked your backend as well. I can add those changes to the turborepo as well.
nice to know ritik, i'll try to get the turpo repo live with the new auth soon
Hey @Bot-Rakshit , Is the turbo repo private a of now?
yeah making it live soon
Cool looking forward to contributing!
We need to implement a new page titled "Share Your Games" that allows users to share and view chess games. This page should include the ability for users to post their games, view games shared by others, and interact with them. The feature will enhance user engagement by allowing users to showcase their chess games directly on our platform.
Functionality Requirements 1) a page to view game 2) This page will have a share game popup where you will have a dropdown to select any recent game ( option will have timestamp with opponent name and verdict ) and a text field to add some text. 3) A user can click on a game from that page and go to that specific game page (/games/:id) and there he can see the game/add comment