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-W13-1] LoanGuard-Pro #140

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

Conversation

marcus-ny
Copy link

LoanGuard Pro helps business owners manage loan details of their clients. It is optimized for CLI users such that frequent tasks can be done faster typing.

Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Attention: Patch coverage is 7.43889% with 871 lines in your changes are missing coverage. Please review.

Project coverage is 46.76%. Comparing base (b896eb0) to head (f86a4ea).

Files Patch % Lines
...ava/seedu/address/model/person/UniqueLoanList.java 13.70% 98 Missing and 9 partials ⚠️
...ain/java/seedu/address/model/person/Analytics.java 0.00% 77 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 65 Missing ⚠️
.../seedu/address/logic/commands/EditLoanCommand.java 0.00% 64 Missing ⚠️
.../seedu/address/logic/commands/LinkLoanCommand.java 0.00% 58 Missing ⚠️
src/main/java/seedu/address/model/person/Loan.java 0.00% 54 Missing ⚠️
src/main/java/seedu/address/ui/AnalyticsPanel.java 0.00% 46 Missing ⚠️
...rc/main/java/seedu/address/model/ModelManager.java 29.50% 41 Missing and 2 partials ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 0.00% 31 Missing ⚠️
.../seedu/address/logic/commands/ViewLoanCommand.java 0.00% 23 Missing ⚠️
... and 28 more
Additional details and impacted files
@@              Coverage Diff              @@
##             master     #140       +/-   ##
=============================================
- Coverage     75.26%   46.76%   -28.51%     
- Complexity      419      432       +13     
=============================================
  Files            71       99       +28     
  Lines          1338     2269      +931     
  Branches        126      227      +101     
=============================================
+ Hits           1007     1061       +54     
- Misses          301     1163      +862     
- Partials         30       45       +15     

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

Joseph31416 and others added 29 commits March 20, 2024 23:24
Update Model Class UML Diagram
Update UML sequence diagram for linkloan command
Method currently violates Law of Demeter. Revision of the method may be necessary, in which case this diagram will need to be updated.

Fixes #69.
Conform to coding standards
Fixes #73 Add Analytics class to the developer guide
Add Delete Loan to the developer guide
marcus-ny and others added 30 commits April 14, 2024 21:03
Thanks checkstyle
Include Planned Enhancements in DG Table of Contents
Add tests for `JsonSerializableAddressBook`
Add full stops for appendix in DG
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