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-T08-1] DLTBook #93

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

Conversation

travisim
Copy link

DLTBook helps cryptocurrency users manage public addresses of contacts they would like to send cryptocurrency to. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

Copy link

codecov bot commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 85.07822% with 124 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ss/model/addresses/PublicAddressesComposition.java 74.41% 8 Missing and 36 partials ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 18 Missing ⚠️
src/main/java/seedu/address/ui/UiManager.java 0.00% 11 Missing ⚠️
...du/address/logic/commands/AbstractEditCommand.java 92.85% 3 Missing and 4 partials ⚠️
...ess/logic/commands/DeletePublicAddressCommand.java 85.71% 6 Missing and 1 partial ⚠️
...c/main/java/seedu/address/model/person/Person.java 82.05% 6 Missing and 1 partial ⚠️
...ddress/logic/commands/AddPublicAddressCommand.java 84.61% 1 Missing and 3 partials ⚠️
.../seedu/address/logic/parser/AddressBookParser.java 73.33% 3 Missing and 1 partial ⚠️
.../address/model/addresses/PublicAddressFactory.java 42.85% 1 Missing and 3 partials ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 55.55% 4 Missing ⚠️
... and 6 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/AppParameters.java 95.65% <100.00%> (ø) 12.00 <2.00> (ø)
src/main/java/seedu/address/Main.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
...in/java/seedu/address/commons/core/LogsCenter.java 78.78% <100.00%> (ø) 5.00 <1.00> (ø)
.../main/java/seedu/address/commons/core/Version.java 82.50% <100.00%> (ø) 19.00 <4.00> (ø)
...n/java/seedu/address/commons/core/index/Index.java 100.00% <100.00%> (ø) 11.00 <2.00> (ø)
...ava/seedu/address/commons/util/CollectionUtil.java 87.50% <ø> (ø) 5.00 <0.00> (ø)
...main/java/seedu/address/commons/util/FileUtil.java 77.27% <ø> (ø) 9.00 <0.00> (ø)
...main/java/seedu/address/commons/util/JsonUtil.java 94.11% <ø> (ø) 8.00 <0.00> (ø)
...in/java/seedu/address/commons/util/StringUtil.java 94.73% <100.00%> (ø) 7.00 <0.00> (ø)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 8.00 <0.00> (ø)
... and 49 more

TheRareFox and others added 29 commits October 10, 2024 20:56
Add function for getting tags for cryptocurrencies
…ddition

Logic: Add placeholder address field and message usage example
Add Hook SearchPublicAddressCommand and associated tests
…ddition

Add command public address addition
TheRareFox and others added 30 commits November 7, 2024 19:24
…sComposition' into add-test-cases-to-PublicAddressesComposition
…esComposition

Add test cases to public addresses composition
Reformat user guide and developer guide
…out-index-for-retrievepa

Add support for search without index for retrievepa
Change the result display box to be adjustable
Improve UG with examples and specifications of addpa
…ing-command-case-sensitivity

[Bug] UG Incorrect tip regarding command case sensitivity
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