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

[CS2103-F10-3] BizBook #142

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

Conversation

Nicholas-Cheng-De-Fei
Copy link

BizBook is a comprehensive and easy to use address book designed to streamline contact management for businesses. It offers an intuitive interface for organizing and accessing contact information efficiently and effectively.

Copy link

codecov bot commented Sep 22, 2024

Codecov Report

Attention: Patch coverage is 48.68914% with 137 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/bizbook/ui/MainWindow.java 0.00% 28 Missing ⚠️
src/main/java/bizbook/ui/CommandHistory.java 0.00% 24 Missing ⚠️
...rc/main/java/bizbook/ui/PinnedPersonListPanel.java 0.00% 21 Missing ⚠️
...n/java/bizbook/logic/commands/EditNoteCommand.java 14.28% 2 Missing and 10 partials ⚠️
src/main/java/bizbook/ui/CommandBox.java 0.00% 11 Missing ⚠️
src/main/java/bizbook/ui/CommandTablePanel.java 0.00% 8 Missing ⚠️
src/main/java/bizbook/ui/PinnedPersonCard.java 0.00% 8 Missing ⚠️
...java/bizbook/logic/commands/DeleteNoteCommand.java 40.00% 0 Missing and 6 partials ⚠️
.../main/java/bizbook/model/VersionedAddressBook.java 75.00% 3 Missing and 2 partials ⚠️
...in/java/bizbook/logic/commands/AddNoteCommand.java 55.55% 0 Missing and 4 partials ⚠️
... and 7 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/bizbook/logic/Messages.java 90.90% <ø> (ø) 4.00 <0.00> (?)
...main/java/bizbook/logic/commands/ClearCommand.java 100.00% <100.00%> (ø) 2.00 <0.00> (?)
...ain/java/bizbook/logic/commands/DeleteCommand.java 100.00% <100.00%> (ø) 7.00 <0.00> (?)
.../main/java/bizbook/logic/commands/ExitCommand.java 100.00% <ø> (ø) 2.00 <0.00> (?)
.../main/java/bizbook/logic/commands/ListCommand.java 100.00% <ø> (ø) 2.00 <0.00> (?)
...c/main/java/bizbook/logic/commands/PinCommand.java 92.00% <ø> (ø) 9.00 <0.00> (?)
.../main/java/bizbook/logic/commands/RedoCommand.java 100.00% <100.00%> (ø) 6.00 <6.00> (?)
...ain/java/bizbook/logic/commands/ToggleCommand.java 100.00% <100.00%> (ø) 5.00 <5.00> (?)
.../main/java/bizbook/logic/commands/UndoCommand.java 100.00% <ø> (ø) 6.00 <0.00> (?)
.../main/java/bizbook/logic/commands/ViewCommand.java 100.00% <100.00%> (ø) 7.00 <0.00> (?)
... and 30 more

sheenkerr and others added 30 commits November 11, 2024 23:15
…n-issue

Add known issue and planned enhancement for long note content
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