lab-64 / split-the-bill-client

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

37: Add edit bill #115

Closed GR0ZA closed 4 months ago

GR0ZA commented 4 months ago

Closes #37

Morvvvv commented 4 months ago

Is the normal usecase, when clicking on a bill, to view it or to edit it? I feel like, we need to talk about the necessity of the bills_screen or if it should not be the normal case to open edit_bill if a bill is clicked.

GR0ZA commented 4 months ago

Is the normal usecase, when clicking on a bill, to view it or to edit it? I feel like, we need to talk about the necessity of the bills_screen or if it should not be the normal case to open edit_bill if a bill is clicked.

Yeah good point, I think it's a part of another issue: #125 . We have to think in general about how we want to display bills, items, etc. I agree that the current solution isn't the most intuitive. I would keep it as it is for now to simply allow editing bills and iterate further to improve it.

Regarding the errors you sent me on whatsapp I'm not sure if it's a bug in general or something on your side. In case it doesn't stop, let's take a look together on Thursday.