aolingo / aldente

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

Scrum Report - 07/20/2019 #43

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)? For this iteration I mainly worked on setting up the restaurant page routing and implementing a basic reservation system.

What were any major issues/challenges you ran into? One of the main issue I ran into while working on the reservation was the form validation. I wasn't sure how to implement validations for fields like date, where we shouldn't be able to book dates in the past or very far into the future.

What do you plan to work on for the coming Iteration (2 weeks)? We will be looking to finalize our project, finish up any remaining features that we haven't implemented yet, improving the GUI, fixing bugs and polishing.

aolingo commented 5 years ago

What did you work on this past iteration (2 weeks)? For this iteration I worked on updating the front end UI the homepage, removing autopublish and insecure and modify server file to handle the above changes, added a Customer and Owner dashboard for users to view their reservations and owned restaurants.

What were any major issues/challenges you ran into? One of the main issue I ran into while working on adding the Account dashboards to the website menu was getting the conditional rendering of those components to work properly after an user signed in. Ran into a lot of bugs regarding Meteor not reactively refreshing and not displaying the right dashboard based on user roles.

What do you plan to work on for the coming Iteration (2 weeks)? We will be looking to finalize our project, finish up any remaining features that we haven't implemented yet, improving the GUI, fixing bugs and polishing. Adding form to account owner portal to update restaurant information or upload a new restaurant, fix bugs with routing.

austinkwok1997 commented 5 years ago

What did you work on this past iteration (2 weeks)? I quickly made a high level project description and designed the restaurant page.

What were any major issues/challenges you ran into? Getting the restaurant page format ended up being very time consuming with lots of trial and error.

What do you plan to work on for the coming Iteration (2 weeks)? Have users be able to cancel reservations, general polishing to a finished product.