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

Tricount #207

Draft
wants to merge 131 commits into
base: main
Choose a base branch
from
Draft

Tricount #207

wants to merge 131 commits into from

Conversation

maximeroucher
Copy link
Member

@maximeroucher maximeroucher commented Nov 16, 2023

Goal of this PR : Adding the Tricount module, to handle grouped expenses

Description of the added features :

  • Creating group
  • Editing group
  • Deleting group
  • Adding a user in a group
  • Self deleting from a group, only when balance is null
  • Displaying stats of a group
    • users in the groups
    • expense of each user
    • total amount
    • amount to reimburse for each user
  • Displaying cross group stats
    • amount to reimburse to other user
    • amount to be reimbursed
  • Adding an expense for a group
  • deleting an expense for a group
  • Reimbursing a user in a group
  • Making a cross group reimbursement to a user

Images (if the PR changes the front) :

Desktop Mobile

Other information :

@codecov-commenter
Copy link

codecov-commenter commented Nov 24, 2023

Codecov Report

Attention: 12 lines in your changes are missing coverage. Please review.

Comparison is base (075a746) 55.96% compared to head (5b47d82) 56.40%.
Report is 77 commits behind head on main.

Files Patch % Lines
lib/tools/providers/list_notifier.dart 0.00% 12 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #207      +/-   ##
==========================================
+ Coverage   55.96%   56.40%   +0.44%     
==========================================
  Files         166      160       -6     
  Lines        3581     3503      -78     
==========================================
- Hits         2004     1976      -28     
+ Misses       1577     1527      -50     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@julien4215 julien4215 marked this pull request as draft June 13, 2024 20:57
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.

2 participants