mazlend / CPSC455-StreamBuddy

MIT License
1 stars 3 forks source link

Scrum Update #5 #7

Open FlorentinaSimlinger opened 3 years ago

FlorentinaSimlinger commented 3 years ago

Scrum updates for the weeks (June 18 - July 31)

Please post in the comments with your CSID:

What did you work on this past iteration (2 weeks)? What were any major issues/challenges you ran into? What do you plan to work for this coming iteration (2 weeks)? Total: ~ 5 sentences max!

See grading rubric here: https://blogs.ubc.ca/cpsc436i2020s/assessment-rubrics/#sec-2

FlorentinaSimlinger commented 3 years ago

CSID: z2z2b

What did you work on this past iteration (2 weeks)? I helped on hooking up the backend to the frontend and propagating the data properly. Once we got that done I was able to create the reviews section. I also fixed a few minor things (eg popups closing when clicking on done).

What were any major issues/challenges you ran into?

  1. Technical: properly connecting backend to frontend. We ended up using a context hook but tried for a while to use props which didn't work.
  2. Some minor communciation issues/misunderstandings which were a bit of a blocker but we were able to resolve that for the future.

What do you plan to work for this coming iteration (2 weeks)? This will be the last sprint, so main focus will be to polish everything up and implement stretch goals. I would like to work on the "friends" section.

saadishahid commented 3 years ago

CSID: u4y2b

What did you work on this past iteration (2 weeks)?

Connected advanced search frontend to the backend. Deployed the app on Heroku.

What were any major issues/challenges you ran into?

Since the project's backend wasn't inside the root directory, had to figure out a workaround to get Heroku to deploy the web app.

What do you plan to work for this coming iteration (2 weeks)?

Tidying up the code, git repo, and help in implementing stretch goals.

mazlend commented 3 years ago

CSID: r3g3b

What did you work on this past iteration (2 weeks)? Worked on reworking the frontend components and added a variety of new functionality including action buttons, profile page views, alerts, and helped with debugging frontend -> backend issues.

What were any major issues/challenges you ran into? We had a very difficult time hooking up the front end actions to the backend due to state/context changes. Thanks to Anne for helping us solve this in the end. Other than that, there was no major issues.

What do you plan to work for this coming iteration (2 weeks)? Working on the final goals and cleaning up some of the code in preparation for the demo. Overall, I am quite pleased with our result thus far.

jkwok2 commented 3 years ago

CSID g6m8

What did you work on this past iteration (2 weeks)? I completed the advanced search - specifically the backend functionality for finding movies from the MongoDB database. What were any major issues/challenges you ran into? Connecting to the front end and debugging. What do you plan to work for this coming iteration (2 weeks)? Completing one of the stretch goals and debugging the deployed website.

naztazeem commented 3 years ago

CSID: h5a2b

What did you work on this past iteration (2 weeks)? Worked on the user backend, wrote axios for all front profile components including reviews, ratings, watched films, and watchlist, created a useContext hook to share user information across components, updated components as necessary, connected frontend to backend, and debugged frontend/backend issues.

What were any major issues/challenges you ran into? Struggled while connecting the user frontend and backend because of state/context changes. We are grateful to Anne for helping us debug. Everything else went smoothly.

What do you plan to work for this coming iteration (2 weeks)? Work on a stretch goal, refactor code, and make sure everything is working properly for the demo.