IsaacCheng9 / fairsplit

A web application to split bills and track shared expenses in a group, with a transaction minimisation algorithm. Developed with Node and React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add filter to only display transactions involving the user

IsaacCheng9 opened this issue · comments

Summary

  • Currently, all transactions are shown, meaning the user must trust that the amount they owe is correct.
  • Add a filter to only display transactions involving the user.
    • This means transactions where the user either lent or borrowed money.