hesharon / BackStory

1 stars 2 forks source link

Scrum report 5 #24

Open Dynnwa opened 1 year ago

Dynnwa commented 1 year ago

I worked on the delete endpoint, the real tricky part was just getting MongoDB up and running. I hate MongoDB :). Not too sure what ill be doing next "sprint".

hesharon commented 1 year ago

I worked on the add photo endpoint and hooking it up with the frontend, getting my local mongodb connection setup, and getting login/signup setup with Auth0 and hooking that up with the frontend so that the information that is displayed is the current logged in user's details. The trickiest part was figuring out all the code for Auth0 set up and how to add a user to the db after a user registers through Auth0's prebuilt login form. Next sprint continue on Auth0 setup I will finish up loose ends and hooking up the frontend.

ax920 commented 1 year ago

I worked on the add collection UI. The trickiest part for me was also setting up MongoDB, it takes a bit of trial and error to get things up and going. For the next sprint, I will be working on deploying the website.

Jawny commented 1 year ago

Worked on getting MongoDB up and running and writing out the endpoints to store photos and getting that connected to redux on the front end. Next sprint will be working on misc tasks like adding new data to the redux store and making new endpoints for fetching data like emails, etc.