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 #4 #5

Open mdatan opened 5 years ago

mdatan 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 worked on incorporating the event drawer and and current event collection on Mongo along with the necessary api for changes on these collections. What I will be working on the next two weeks is testing, restructuring our collection to accommodate for userID and refining details on the UI. In the last two weeks, my biggest struggle was getting used to reading the documentation on Meteor and finding a good snippet example of construct meteor methods as well as incorporating Meteor database and redux store in our project.

mdatan commented 5 years ago
shirleywbi commented 5 years ago

(1) In the previous two weeks, I worked on the login and registration so now users can be created. I also updated the save button in edit page to add the itinerary to a collection. (2) In the next two weeks, I will be updating the UI and trying to break and fix the project. (3) The last two weeks went relatively smoothly after switching over to a login/registration form I had created previously and calling the Meteor API from there instead of using Meteor templates.