Open geo-lam opened 5 years ago
What did you work on this past iteration (2 weeks)? I worked on restructuring the project by organizing and set up Redux and making our project more dynamic by refactoring duplicate code into separate components, like Restaurant and Restaurant Card. Also updated the UI with the home page and updated routing after adding About and Contact component pages.
What were any major issues/challenges you ran into? Trying to update the UI with the react-bootstrap and the router to work with the bootstrap navbar was a headache. In addition, setting up the Redux structure within Meteor was initially confusing in that we don't know where to create the store and wrap the provider.
What do you plan to work on for the coming iteration (2 weeks)? Integrate MongoDB into the project, by adding users and restaurants collections into the database and retrieve the restaurant data and user info from the backend database
What did you work on this past iteration (2 weeks)? I was mostly working on implementing some of the reducer actions.
What were any major issues/challenges you ran into? I kind of forgot how reducers worked and ran into some bugs during implementation. I also encountered a lot of issues while working with Bootstrap.
What do you plan to work on for the coming Iteration (2 weeks)? I would like to refactor some of the reducers and actions I implemented to get a more consistent structure. I also want to start working towards a minimum viable product.
What did you work on this past iteration (2 weeks)? Refactor the Restaurant Cards into its own component and added restaurants to reducers.
What were any major issues/challenges you ran into? Figuring out how to implement redux into meteor.
What do you plan to work on for the coming Iteration (2 weeks)? Implement MongoDB and add restaurant page. Also begin reservation system.
What did you work on this past iteration (2 weeks)?
Added action for adding a user (sign up component) Started handling form submits for signup page and added validations.
What were any major issues/challenges you ran into?
Correctly implementing the reducers for our actions. Also, I am starting to understand why a lot of people hate styling! (css)
What do you plan to work on for the coming Iteration (2 weeks)?
Define main the collections needed to store our data, (Users, Restaurants, Reservations) and work on the signup/login pages to be able to authenticate users.
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)?