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 518 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 86.60714% with 45 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ss/model/addresses/PublicAddressesComposition.java 74.32% 6 Missing and 32 partials ⚠️
...ss/logic/parser/AddPublicAddressCommandParser.java 40.00% 2 Missing and 1 partial ⚠️
...a/seedu/address/model/addresses/PublicAddress.java 80.00% 2 Missing ⚠️
...address/logic/commands/FilterByNetworkCommand.java 92.85% 0 Missing and 1 partial ⚠️
...logic/parser/DeletePublicAddressCommandParser.java 91.66% 0 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/logic/Messages.java 76.19% <100.00%> (-15.48%) 3.00 <0.00> (-3.00)
...du/address/logic/commands/AbstractEditCommand.java 93.40% <100.00%> (+0.54%) 14.00 <0.00> (ø)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <ø> (ø) 8.00 <0.00> (ø)
...ddress/logic/commands/AddPublicAddressCommand.java 89.74% <100.00%> (+4.55%) 9.00 <4.00> (+2.00)
...ess/logic/commands/DeletePublicAddressCommand.java 85.71% <100.00%> (+38.49%) 11.00 <0.00> (+5.00)
...java/seedu/address/logic/commands/EditCommand.java 100.00% <ø> (ø) 7.00 <0.00> (ø)
...dress/logic/commands/EditPublicAddressCommand.java 95.12% <100.00%> (+1.78%) 14.00 <2.00> (+3.00)
...s/logic/commands/RetrievePublicAddressCommand.java 95.23% <100.00%> (-2.06%) 14.00 <7.00> (ø)
...ess/logic/commands/SearchPublicAddressCommand.java 100.00% <100.00%> (+62.96%) 12.00 <5.00> (+7.00)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø) 5.00 <0.00> (ø)
... and 20 more

Airiinnn and others added 29 commits November 7, 2024 01:23
…within-a-persons-network

Validation for unique label within a person's network
…icAddress-Command' into Add-more-test-case-to-searchPublicAddress-Command
…licAddress-Command

Add more test case to search public address command
…sComposition' into add-test-cases-to-PublicAddressesComposition
…s-display

Formatting: Improve formatting for public address display
…sComposition' into add-test-cases-to-PublicAddressesComposition
travisim and others added 30 commits November 12, 2024 11:34
Update Developer guide and added planned enhancements section
# Conflicts:
#	docs/DeveloperGuide.md
Update Instructions for Manual Testing
…se-cases

Add use cases for retrievepa and editpa
…d-edit

Update user stories for retrievepa and editpa
Fix Mistakes and format better
Add implementation for searchpa in DG
Add sequence diagram for searchpa
Update developer guide for filter feature
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