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

[CS2103T-W17-3] Spend n Split #75

Open
wants to merge 900 commits into
base: master
Choose a base branch
from

Conversation

jedkohjk
Copy link

@jedkohjk jedkohjk commented Sep 19, 2023

Spend n Split will allow users to seamlessly keep track of the money they owe/are owed, with regards to borrowers/lenders and their expenses. It is optimised for CLI users.

@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

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

Comparison is base (517b785) 75.26% compared to head (020ebe2) 80.13%.

Files Patch % Lines
...ain/java/seedu/spendnsplit/ui/TransactionCard.java 0.00% 32 Missing ⚠️
src/main/java/seedu/spendnsplit/ui/MainWindow.java 0.00% 27 Missing ⚠️
...a/seedu/spendnsplit/model/util/SampleDataUtil.java 12.50% 21 Missing ⚠️
src/main/java/seedu/spendnsplit/ui/PersonCard.java 0.00% 21 Missing ⚠️
...ain/java/seedu/spendnsplit/ui/PersonListPanel.java 0.00% 21 Missing ⚠️
...ava/seedu/spendnsplit/ui/TransactionListPanel.java 0.00% 18 Missing ⚠️
src/main/java/seedu/spendnsplit/MainApp.java 0.00% 14 Missing ⚠️
...plit/logic/parser/AddTransactionCommandParser.java 65.78% 6 Missing and 7 partials ⚠️
...pendnsplit/logic/commands/SettlePersonCommand.java 79.16% 6 Missing and 4 partials ⚠️
src/main/java/seedu/spendnsplit/ui/NameLabel.java 0.00% 10 Missing ⚠️
... and 39 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #75      +/-   ##
============================================
+ Coverage     75.26%   80.13%   +4.86%     
- Complexity      419      967     +548     
============================================
  Files            71      109      +38     
  Lines          1338     2763    +1425     
  Branches        126      371     +245     
============================================
+ Hits           1007     2214    +1207     
- Misses          301      460     +159     
- Partials         30       89      +59     

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

yuxunn pushed a commit to yuxunn/tp that referenced this pull request Oct 20, 2023
jeffrey-jian and others added 28 commits November 9, 2023 17:38
…anned-enhancement-for-space-insensitive-names

Add planned enhancement for space insensitive names
Add clarification to addTransaction
…arification-on-command-case-sensitivity

Add clarification on command case sensitivity
…son-images

[UG] Fix typo in addTransaction
…-ppp-draft-for-v1.4

Update PPP draft for v1.4
wui-hong and others added 30 commits November 13, 2023 23:05
…nor-rewording-to-planned-enhancement

Add minor rewording to planned enhancement
Update editPersonCommand sequence diagram
Fix outdated name
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.

5 participants