lab-64 / split-the-bill-client

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

Change order of bills #87

Closed Morvvvv closed 2 months ago

Morvvvv commented 3 months ago

Maybe change order of bills to be newest first in the group_screen.

GR0ZA commented 3 months ago

We have a corresponding issue in backend for that: https://github.com/lab-64/split-the-bill-server/issues/158

It's in general more efficient to sort directly on the database query level than to do it later as i. e. an API consumer. Therefore I think there will be no need to do anything in frontend, but thanks for thinking about that.

GR0ZA commented 2 months ago

Done in backend