lab-64 / split-the-bill-client

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

Item contributions: update bill instead of updating all items individually #106

Closed GR0ZA closed 2 months ago

GR0ZA commented 2 months ago

Blocked: wait until this PR is merged in backend: https://github.com/lab-64/split-the-bill-server/pull/173

After the PR in backend is merged, it will be possible to directly update the bill instead of updating all items individually. We have to adjust the API call when setting user‘s contribution via the notifications feature (there is a TODO in the code)