jialongclu / Pickup

1 stars 1 forks source link

Workshop 4 Scrum #12

Open jialongclu opened 2 years ago

jialongclu commented 2 years ago

Last week, I worked on adding the redux store to the app to store information about filters and users. I also created actions for the store. Before the next workshop, I plan on adding nodeJS and a database to our app. I’m also going to help create components and edit existing ones

shubh9 commented 2 years ago

Last week I worked on creating the Filter UI Components and storing their states in our redux store. For the next workshop, I plan on making new components to flesh out the different screens on our app and begin storing data on the app like user profiles in a database

sarusmb commented 2 years ago

In the last iteration I implemented the swipeable matching card using npm package I found online.I faced some difficulties with integrating the package into our repo. In the next iteration I plan on improving our front end UI.

Tanrajsd commented 2 years ago

Last week I finished adding our authentication and profile building. We had initially decided to work with auth0 but came across multiple compatibility issues, so instead we made the decision to switch to token authentication using our own DB. This week I will be working on connecting our backend to our current auth and creating the CRUD routes we need.