-
-
Notifications
You must be signed in to change notification settings - Fork 100
Milestone
Description
Currently, existing expenses can't be updated for new members when someone is added to the group. It would be great if the edit dialog included members that weren't present when the expense was originally created.
I don't think it should be too difficult to implement and would be happy to do it myself. I see two ways of doing this:
- if a new member is added to a group all expenses in the database are updated to include them in the split without changing the existing distribution.
- When editing an expense additional members not present in the split are loaded so they can be included in the updated expense
I prefer the first. I think it's quite clean.
@KMKoushik What do you think?