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 between two users when a new debt is added #42

Closed
IsaacCheng9 opened this issue Jul 23, 2022 · 0 comments · Fixed by #43
Closed

Simplify debts between two users when a new debt is added #42

IsaacCheng9 opened this issue Jul 23, 2022 · 0 comments · Fixed by #43
Assignees
Labels
backend Requires attention on the backend enhancement New feature or request

Comments

@IsaacCheng9
Copy link
Owner

IsaacCheng9 commented Jul 23, 2022

Specification

  • At the moment, there can be two debt records between a pair of users (X to Y, and Y to X), but this isn't necessary.
  • When a user adds a new debt, the records should be simplified so that only one debt exists between the pair of users.
    • X owes Y £5 and Y owes X £50 becomes:
      • Y owes X £45
@IsaacCheng9 IsaacCheng9 added enhancement New feature or request backend Requires attention on the backend labels Jul 23, 2022
@IsaacCheng9 IsaacCheng9 added this to Development Backlog in Kanban Board via automation Jul 23, 2022
@IsaacCheng9 IsaacCheng9 moved this from Development Backlog to In Progress in Kanban Board Jul 24, 2022
@IsaacCheng9 IsaacCheng9 self-assigned this Jul 24, 2022
Kanban Board automation moved this from In Progress to Done Jul 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Requires attention on the backend enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant