generated from the-collab-lab/smart-shopping-list-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
Week 3: Ethan and Michelle (As a user, I want to be able to navigate between the “list” view and the “add an item” view)
gunderodd edited this page Nov 26, 2019
·
7 revisions
- 2 tabs are present at the bottom of the app: one for the “list” view, the other for the “add an item” view
- When in the “add an item” view, a back arrow appears in the header that takes the user back to the “list” view`
- Started on 11-25-19, with a Zoom call with both teams agreeing what stories to work on
- Our plan going in is to create a Nav component that can be placed in the FetchItems component, and to remove the List and Add buttons that are currently part of our Router component
- We are going to start by both working on our idea of what it should look like, and comparing notes later in the week
- Does it have to be a back arrow, or can it be the same Nav component that exists on other views? The example app has a footer navigation, not a back arrow.
- Do the list and add view have to be at the bottom? Is there another way we'd like it to look?
- Nice list of arrow symbols. U+2090 is back basic back arrow.
- When we refresh the app after deleting the local storage, it shows a list, anyway. Why doesn't it go back to the generate token page? The example app does. Do we need to fix this?