lab-64 / split-the-bill-client

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

77 handle item contribution #91

Closed Morvvvv closed 2 months ago

Morvvvv commented 3 months ago

Closes #77

GR0ZA commented 2 months ago

@Morvvvv Can you take a short look and merge if it's fine for you? I removed the check if user has seen all items. The contributions are pre-filled based on the selection of the bill owner. Therefore it's possible to directly save. I think it's a good compromise. Of course we can revisit this again. But only after we adjust our POST /bill endpoint in backend allowing us to update all items at once. Before that it's waste of time a little bit.

I've also deleted the "scrolling to the next item" function. Somehow it was completely broken on my device. But we'll add this later on.