nobt-io / frontend

Frontend of nobt.io.
https://nobt.io
GNU General Public License v3.0
10 stars 4 forks source link

Display recent payments in balance overview of person #68

Open thomaseizinger opened 7 years ago

thomaseizinger commented 7 years ago

As a user, I want to see my recent payments in my personal balance overview, so that I get a better picture about already settled debts.

In order to not confuse users, we might want to only display those payments that were used to settle debts. For this work, we need to ask the user and track whether or not a payment is used for settling a debt between users or not. We could implement a switch (boolean-flag) in the wizard ( #66 ) and automatically prefill it here: #69.

What do you think @duffleit, @KreMat ?