Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify debts + group balances #197

Open
wants to merge 29 commits into
base: main
Choose a base branch
from

Conversation

krokosik
Copy link

@krokosik krokosik commented Feb 17, 2025

Closes #158
Closes #58

  • added personal balances on group page underneath the total balance
  • added a balance list page for group
  • added a simplify debts toggle in group options and a database field
  • implemented a debt simplification algorithm based on this article
  • created some unit tests and added Jest
  • moved the expense list into a component shared with both the firend and group page
  • added new shadcn aliases for compatibility with newer CLI versions
  • moved some devDependencies from prod dependencies in package.json
  • fixed some missing keys console errors due to incorrect usage of React fragments
  • fixed a dev console error on missing Web Push key throwing an undefined query result error

@krokosik krokosik marked this pull request as draft February 18, 2025 09:08
@krokosik krokosik marked this pull request as ready for review February 18, 2025 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Group Balance Page and Cash Flow Minimization Option to simplify Debts
1 participant