CPSC455-Team-Naem-Project / CPSC455-NoteSharing-Project

0 stars 0 forks source link

Unit-5 Scrum Update #6

Open iddqdkfa opened 2 years ago

iddqdkfa commented 2 years ago

Here are the scrum updates for unit 5 due at 10PM July 17th 2022.

iddqdkfa commented 2 years ago

CSID: o8z2b Name: Aaron Zanotto

I added the search function so users can find other public notes to view, this involved adding a front end component and a back end route. Also modified some of the initial components to make this work as users should not be able to edit/delete notes they don't own.

No major issues, but trying to get mongoDB to work as expected took more time than I thought it would. Also had some compiling issues that weren't solved by npm install.

Some code clean up and refactoring, fix some minor styling inconsistencies I noticed and might try to get the adding a friend feature working if there is time. If that goes smoothly may look at the feed component as well but i'm not sure there will be time for that.

jimmypalelil commented 2 years ago

CSID: y4v2n Name: Jimmy Palelil

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 on for this coming iteration (2 weeks)?

gsebass1 commented 2 years ago

CSID: h8w1b Name: Sebastian Gonzalez

What did you work on this past iteration (2 weeks)? Worked on the the PDF-to-text-to-speech component to add it to the cards. Also read through and explored the codebase of my teammates.

What were any major issues/challenges you ran into? Exploring through the existing code and getting the component working on time was a problem. Also the function and its display needs to be conditional on whether there file being parsed is a PDF and there is text that can be extracted.

What do you plan to work on for this coming iteration (2 weeks)? I plan to talk to teammates on how to best place the front-end and back-end together in the same repository as it may be required for the project grading. I also plan on looking at how to implement the "friend" system and whether a "following" system would be better, instead of a "friend request and accept" system. I also plan on completing the PDF-to-text-to-speech functionality in the cards, conditionally as to whether the file is a PDF and there is text in it that can be extracted.

jamesgraham0 commented 2 years ago

CSID: v4a3b Name: James Graham

What did you work on this past iteration (2 weeks)? I worked on the profile component, spent a lot of time working on compilation errors and understanding my partners' code.

What were any major issues/challenges you ran into? I had a compilation error to do with both react-refresh node package and storybook (an easy way to view individual components). Stephanie helped me on slack but it took 2/3 days to get this problem solved.

What do you plan to work on for this coming iteration (2 weeks)? I plan to finish the profile component and implement a users feed. I would also like to add some THREE.JS to the homepage to add something extra!