Solvro / mobile-topwr

ToPWR mobile flutter application
https://solvro.pwr.edu.pl/portfolio/to-pwr
GNU Affero General Public License v3.0
14 stars 1 forks source link

[weekly-discussion-1] Bottom nav bar and navigating to detail views #42

Closed simon-the-shark closed 2 months ago

simon-the-shark commented 3 months ago

After pr #39, several questions came up, regarding the behavior of the bottom navigation bar, when we navigate to "detail views"

  1. First and foremost, whether we want this app bar to be visible in those pushed on top, overlaying "detail views". In Figma it's visible there, so we've made it so now. But we have another version ready to use too - so we just gotta choose now.

Figma:

image

Alternative option

image

  1. If we choose FIgma version, then there are many follow up questions about details of the behaviour
    • Figma suggests we should change the tab from home to science-circles and the push the detail view - should we change the tabs from home to proper view before navigating?
    • what happens when we click on a different tab, when we are in detail view - should we pop it or remember it when we get back to this tab?
    • what happens when we click o a tab we're already in (but in detail view)
    • probably few more.
simon-the-shark commented 2 months ago

We've finally decided to go with the redirect and visible app bar