lab-64 / split-the-bill-client

Flutter App for easy and fast splitting up of receipts
4 stars 0 forks source link

100: Pull to refresh #118

Closed GR0ZA closed 1 month ago

GR0ZA commented 1 month ago

Closes #100

Morvvvv commented 1 month ago

If I refresh the home_screen, should this not also reload other screens? For example: I added a new bill, reload the screen, see that my balance changes and so, but if I go to the group, I have to reload again, so that I see the item there. From a zero-knowledge perspektive this seems weird, as the user sees that the app knows there exists a new bill, but the other screen does not yet know.

GR0ZA commented 1 month ago

If I refresh the home_screen, should this not also reload other screens? For example: I added a new bill, reload the screen, see that my balance changes and so, but if I go to the group, I have to reload again, so that I see the item there. From a zero-knowledge perspektive this seems weird, as the user sees that the app knows there exists a new bill, but the other screen does not yet know.

You're totally right. I'll think about it and let you know when it's done. But probably we will go with the solution you suggested.