valarao / chocolate-thunder-chess

Allow chess players to search through 1,000+ common opening positions.
MIT License
2 stars 2 forks source link

Scrum Update - July 17 2021 #85

Open AlvinCYLo opened 3 years ago

AlvinCYLo commented 3 years ago

p8c1b

What Did I Work on This Past Iteration This sprint I worked on creating user auth and the corresponding login page for the frontend app and hooking up FB provider to provide log in services. I also worked on integrating this piece with mongo as we save, update, and retrieve user data when they login via the login page

What Were Any Major Issues/Challenges I Ran Into The major challenge here was integrating the existing social log in library with the APIs to interact with the mongodb and correctly retrieveing/updating user data

What Do You Plan to Work on This Coming Iteration For this upcoming iteration, we will continue with our standard requirements in creating the game page where we can play chess with ourselves and other FE fixes. I will also look towards adding auth for different types of providers such as google for ease of access

valarao commented 3 years ago

u0e1b

What Did I Work on This Past Iteration This sprint I worked on scoping out the chess gameplay features and helped out with user authentication.

What Were Any Major Issues/Challenges I Ran Into The major challenge I ran into was determining which APIs we should use for our project.

What Do You Plan to Work on This Coming Iteration This upcoming iteration, I plan to continue working on the chessboard implementation and adding auth providers.

austincho commented 3 years ago

t9y0b

What Did I Work on This Past Iteration This sprint I worked on uploading our static images to an Amazon s3 bucket and refactoring the backend and frontend to utilize the image links rather than the data buffer. I also spent time reviewing user auth and user favourite PRs.

What Were Any Major Issues/Challenges I Ran Into I ran into issues when trying to use the data buffers to upload directly to s3. I ended up having to use a readable stream.

What Do You Plan to Work on This Coming Iteration For this coming iteration, I will work on allowing users to create and save their own notations.

joyx9 commented 3 years ago

z8t1b

What Did I Work on This Past Iteration This sprint I worked on creating the favourites page to allow saving favourite positions in a separate group and be able to access them more easily. Also started to look into how to integrate the favourites feature with individual users.

What Were Any Major Issues/Challenges I Ran Into The major issue I had was coming up with the best way to store favourite positions in the backend and thinking of how to refactor the feature with user auth.

What Do You Plan to Work on This Coming Iteration For this coming iteration, I will continue to work on allowing individual users to save their own list of favourite positions and developing the information and invite link section of the chess game page.