Skip to content

(W2) Amber & Mike(Navigation between "List View" and "Add Item View")

Michael Ramirez edited this page Dec 28, 2019 · 5 revisions

5. As a user, I want to be able to navigate between the “list” view and the “add an item” view

  • 5.1: 2 tabs are present at the bottom of the app: one for the “list” view, the other for the “add an item” view
  • 5.2: When in the “add an item” view, a back arrow appears in the header that takes the user back to the “list view”

Mike's Notes/Questions:

I finally got a chance to review this week's stories.

  • This story seems straight forward. However I tend sometimes over analyze the simplest things.
  • Do we have to worry about design right now?
  • How would we like to work together on this?
  • I apologize for it being hard to be contacted this week was a wash with holidays and traveling back to the states.

Friday December 27 Sync

Overview

  • Meet and Greet. Get to know each other a little more. Realized that we went to the same bootcamp!
  • Established role: Amber in the driver's seat. Mike researcher and documentation.
  • Amber installed yarn for the first time woot woot!
  • Decided to create a Home.js component for 5.1
  • Looking to add style for both components and add them in a container

Questions of the day

  • We were debating whether to use Flex Box or Float and ended up using Float. Would it be best to use Flex Box since it's used more often currently?
  • Struggling styling ActiveClassName

Saturday December 28 sync

Work

  • Amber took lead for 5.1 today. Andrew helping us out figuring out how to solve this problem
  • Mike too lead for 5.2 where he created an AddItemHeader component that allows the user to click an arrow img to send them to the List View

Sync Overview

  • Amber and I went over the code that we both did.
  • We worked on Git Pull conflicts that were happening and fixed the code so that Mike's 5.2 is being used with Amber's 5.1
  • We tested the code in different browsers after the final commit and created a PR

Challenges for this week

  • The holidays and Mike's traveling got us worried if we were going to finish this story in time.
  • Pull conflicts. When adding code locally and someone else pushes during it how do we save the code that hasn't been pushed yet when that coder hasn't pulled the updated commit?