hesharon / BackStory

1 stars 2 forks source link

Scrum report 4 #16

Open Dynnwa opened 1 year ago

Dynnwa commented 1 year ago

I worked on migrating our app over to redux. As well as adding Edit Caption and Delete photo capabilities through redux. I created the display collection functionality to move us closer to completing our requirements. Refactoring to accommodate these changes was a little frustrating this week but nothing too tricky.

ax920 commented 1 year ago

I worked on fleshing out the upload photo component. I used the modal component from Material-UI to open up a window when the "add" button is created, as well as react-dropzone to allow for uploads. A tricky thing I ran into was that the modal wouldn't close when you click out unless it's a top-level html element.

hesharon commented 1 year ago

I worked on creating the Redux actions and adding the upload functionality with Redux. I also fixed a bug regarding flipping images which was quite tricky to resolve. For the next few weeks I will be working on the login/signup functionality and page.

Jawny commented 1 year ago

Worked on setting up mongodb and basic endpoints. This week will be setting up node and express to connect to redux and migrating our default data to mongodb