janet-chen / CPSC436I-project

1 stars 0 forks source link

Scrum #4 #33

Open janet-chen opened 4 years ago

janet-chen commented 4 years ago

Sprint 5 Jun 21 - July 11

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?

janet-chen commented 4 years ago

CSID: r6n0b

What did you work on this sprint? I worked on implementing the endpoints that connect to mongodb, I tried to set up authentication for the user, I added the login and sign up material UI templates. I also made some minor changes to the landing page card media and search bar.

What major challenges/issues did you encounter? I spent quite some time trying to figure out passport JS and connect it to MongoDB but I couldn't get it to work. I asked my teammates for help and I plan on working on this in the upcoming sprint.

What do you plan to work on for the coming sprint? I plan on implementing Passport JS and authentication for user login and allowing users to add a note to saved content.

kevinhryang commented 4 years ago

b0z1b:

Created mockups of the scheduling functionality, discussed changes to our vision for the scheduler, started implementation.

I was sick and unable to complete my task for the sprint. Also struggled with balancing time between the assignment and project.

This sprint I will continue to implement the modified scheduler. Users will be able to view saved media components in a sidebar, and organize them on a simplified main scheduling page.

ckvu commented 4 years ago

CSID: i2j0b

What did you work on this sprint? I incorporated the YouTube 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. I also worked on the UI that displays what is returned by the API.

What major challenges/issues did you encounter? The YouTube 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.

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.

qstevens commented 4 years ago

CSID: h81pb

What did you work on this sprint? Worked on implementing async functions and calling the backend API for storing and retrieving favourited media. Refactored front end components to use new async functions and redux state.

What major challenges/issues did you encounter? Planning out how the redux state should be managed via actions/reducers and how/when data should be retrieved from the backend api. Although it works, may need to do more work in this area to handle edge cases or make things more effiicient.

What do you plan to work on for the coming sprint? Working on storing query results to localstorage and planning out persistence state for the application (ie. localstorage, redux, api calls). Front end tweaks with spacing/padding of components to make things more visually pleasing.