lab-64 / split-the-bill-client

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

19: Rework creating a bill #30

Closed GR0ZA closed 5 months ago

GR0ZA commented 5 months ago

Missing yet, will be implemented in further issues:

Closes #19

Morvvvv commented 5 months ago

Probably best, if we implement a way to change Bill name, even if only one Item is in it. The possibility is nice to have, the standard should be the first item. (Textview for name)

Morvvvv commented 5 months ago

Does it make sense to stay on the new Bill page, after creating one or maybe switch to home page?

GR0ZA commented 5 months ago

Does it make sense to stay on the new Bill page, after creating one or maybe switch to home page?

Yeah good idea, switching to the home page is better. I will create a new issue for your findings in this PR.

GR0ZA commented 5 months ago

Probably best, if we implement a way to change Bill name, even if only one Item is in it. The possibility is nice to have, the standard should be the first item. (Textview for name)

Created #43 for this and other findings. I allowed decimal digits as item price. You can take a look again.