aolingo / aldente

An Online Restaurant Reservation Platform
https://a1dente.herokuapp.com/
MIT License
2 stars 1 forks source link

Scrum Report - 07/06/2019 #33

Open geo-lam opened 5 years ago

geo-lam commented 5 years ago

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 the coming Iteration (2 weeks)?

geo-lam commented 5 years ago

What did you work on this past iteration (2 weeks)? This past 2 weeks I was mainly assisting with the social media log-in and I was working on the database actions and rendering.

What were any major issues/challenges you ran into? The main issue I ran into was with rendering data from the database, I had trouble handling the async calls and converting that data into a React component.

What do you plan to work on for the coming Iteration (2 weeks)? For these next 2 weeks, I plan on getting our core reservation system working and also work on the two user portals.

aolingo commented 5 years ago

What did you work on this past iteration (2 weeks)? This past 2 weeks I restructured the project again, created and set up connection from our app to the remote Atlas MongoDB cluster, helped finish up the user accounts social logins, and designed the database schema for restaurant and reservation collections along with a script to populate the db.

What were any major issues/challenges you ran into? The main issue I ran into was setting up the connection to the remote Atlas database because it involves setting the environment variable MONGO_URL and it was a pain to set up on Windows.

What do you plan to work on for the coming Iteration (2 weeks)? Retrieve data from backend database and set up the client and server specific components after they log in.

smilosev commented 5 years ago

What did you work on this past iteration (2 weeks)? I worked on the design of our database, and helped populate our restaurant information into the restaurants collection. Started to try and render data from to our components.

What were any major issues/challenges you ran into? I found it really time consuming/challenging to figure out how to render data in our components. A lot of tutorials show how to modify a local mongodb, but that wasn't helpful as we want a remote db.

What do you plan to work on for the coming Iteration (2 weeks)? Being able to update our collections and delete reservations and have the corresponding UI. (The ability to see a table of current reservations...)

austinkwok1997 commented 5 years ago

What did you work on this past iteration (2 weeks)? I worked on polishing the home page and filling out restaurant information.

What were any major issues/challenges you ran into? Cropping photos ended up being pretty tricky in CSS.

What do you plan to work on for the coming Iteration (2 weeks)? fix some of our problems we ran into the last 2 weeks plus implement our reservation system