yvonneadam / capstone-project

capstone-project-mocha-ten.vercel.app
MIT License
1 stars 1 forks source link

Bottom navigation bar for seperate pages #9

Open yvonneadam opened 2 years ago

yvonneadam commented 2 years ago

Value Proposition

As a ...user I need ...a bottom navigation bar to be able to ...see the different pages by symbol immediately.

Description

Bildschirmfoto 2022-08-02 um 19 33 32 Bildschirmfoto 2022-08-02 um 19 33 37

Acceptance Criteria

Tasks

(for developers team)

ahohnsen commented 2 years ago

Hey Yvonne,

Good job! I only have one suggestion:

In my opinion you should be a bit more specific in your acceptance criteria.

Three or four different symbols The symbols need to be clear to the user (I haven's decided yet which one)

With this information another developer would not be able to implement the feature. I suggest you decide first, how many icons you need and how they should look like and then you can adjust your user story accordingly (acceptance criteria and scribble). Please keep in mind, that we only want to implement features which add value to the user. Meaning, you should not add a navigation with four icons if two of them lead to empty pages. It is best to first only add the icons for the different pages you have right now and then add further icons once you really need them.

As well, I would suggest to mention in your acceptance criteria if the navigation is always visible to the user e.g. fixed to the bottom of the screen. Have you thought about highlighting the icon of the current page? If you want to implement this, you should also mention it in your acceptance criteria.