Open Dynnwa opened 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.
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.
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
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.