HryChg / VanGo

VanGo is an itinerary planner for locals and tourists who want to discover events and attractions in Vancouver. Users can find information on events and attractions, organize their plans, and save or share them to better explore the city.
https://vango436.herokuapp.com
1 stars 1 forks source link

Scrum Report #2 #2

Open shirleywbi opened 5 years ago

shirleywbi commented 5 years ago

Describe (for the project): (1) what you’ve worked on in the previous two weeks, (2) what you’ll be working on in the next two weeks, and (3) where you might have gotten stuck during the last two weeks.

HryChg commented 5 years ago

I created the google map related components, general layout of most pages as well as the draggable items in the edit page. For the next deliverable, I want to incorporate redux to the various states in google maps including the a collection of map markers and how they associate with each events. One thing I find most challenging in the last two weeks was the communication between parent and children component. I will have to try to design action handlers and data store better.

shirleywbi commented 5 years ago

(1) In the previous two weeks, I did the routing for the Navigation Bar, implemented the UI for the Itinerary Page and Login/Registration Page, and added the sliding for the SideBar. I also added redux/actions for itinerary.

(2) In the next two weeks, I will start implementing the redux for the Itinerary Page and implementing the Login/Registration page.

(3) I got stuck on how to implement the redux and positioning the components on the page as the Google Map was floating.

mdatan commented 5 years ago