janet-chen / CPSC436I-project

1 stars 0 forks source link

Scrum #5 #38

Open kevinhryang opened 4 years ago

kevinhryang commented 4 years ago

Sprint 6 July 12 - July 25

CSID:

What did you work on this sprint?

What major challenges/issues did you encounter?

What do you plan to work on for the coming sprint?

kevinhryang commented 4 years ago

b0z1b:

Started frontend implementation of Trips scheduler. Made a my trips page with ability to add/delete trips, and a trip page experimenting with drag and drop trello-style board.

Trying to catch up in the course from being sick was difficult, as well as figuring out how functional react components connect with redux.

This sprint I will finalize the trips functionality with support from Janet. Connect the trips with the database as well as enable users to add saved media to the trip.

ckvu commented 4 years ago

CSID: i2j0b

What did you work on this sprint? I incorporated the Google Place API and the backend/routes that access this API, and the app is successfully making calls to this API. I also implemented the actions/reducer logic as well as the routing logic that are used to access this API. This API integration was considerably more complex than the others due to how extensive and detailed this API is.

What major challenges/issues did you encounter? The Google Places API is a lot more detailed and specific than other APIs I've worked with, so it took quite a while to get a hang of setting up our environment and properly using their endpoints. I also have to access multiple endpoints asynchronously for each user interaction, resulting in a lot of difficulty of making sure all the data was being passed around correctly.

What do you plan to work on for the coming sprint? I need to implement the user's ability to 'like' videos and not just images. Also, I plan to look into integrating another API that will enable the user to see another source of media. And I want to add the ability to scroll and continue loading more media results from their search.

janet-chen commented 4 years ago

CSID: r6n0b

What did you work on this sprint? I worked on learning and integrating Passport and Google Oauth 2 into our project. I created a basic UI for the login of users and now users can login through Google.

What major challenges/issues did you encounter? It was difficulty understanding oauth, so I used a tutorial and then I had to adjust the tutorial to fit the specs of our project.

What do you plan to work on for the coming sprint? I will be working on the UI for user login and displaying different types of media content. I will also be working on the UI for the trips planner.

qstevens commented 4 years ago

CSID: h8p1b

What did you work on this sprint? Worked on the favourites/saved page component. Added tag filtering of images and minor ui bug fixes for the navbar.

What major challenges/issues did you encounter? Making changes to reflect the login status of the user. Required integrating work with another group member.

What do you plan to work on for the coming sprint? Continue with work on user login to make sure saved media are private to each user. Perhaps refactoring persistence logic of the app to accommodate logins.