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

Add details about "linkloan" command enhancement to Developer Guide #83

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

kjw142857
Copy link

Fixes #82.

This is a documentation change which updates the description of the linkloan command in the DG, which enables users to link a loan to a target person.

Some highlights:

  • Description of the LinkLoanCommand class and its logic flow
  • Design considerations for execution of a linkloan command and how the parameters are stored

@kjw142857 kjw142857 self-assigned this Mar 29, 2024
@kjw142857 kjw142857 added priority.High Must do type.Documentation All things related to documentation labels Mar 29, 2024
@kjw142857 kjw142857 added this to the v1.3 milestone Mar 29, 2024
Copy link

codecov bot commented Mar 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 60.69%. Comparing base (b95a0f2) to head (1067ca4).

Additional details and impacted files
@@            Coverage Diff            @@
##             master      #83   +/-   ##
=========================================
  Coverage     60.69%   60.69%           
  Complexity      462      462           
=========================================
  Files            87       87           
  Lines          1865     1865           
  Branches        183      183           
=========================================
  Hits           1132     1132           
  Misses          681      681           
  Partials         52       52           

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

Copy link

@xiaorui-ui xiaorui-ui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@xiaorui-ui xiaorui-ui merged commit 0ac0a3c into AY2324S2-CS2103T-W13-1:master Mar 29, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.High Must do type.Documentation All things related to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add description of "linkloan" command in DG
2 participants