If one person pays the group bill - [ ] A transaction will be created between each member of the group and the person who pays Transactions in a group will be represented as a graph - [ ] If a cycle exists in the graph then a normalized value should appear for all the members in the cycle - [ ] Have a group-transaction model that has a 1:n relationship with the transaction model. - [ ] Have a group-friendship model that tracks balance and such.
If one person pays the group bill
Transactions in a group will be represented as a graph