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 741 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 76.32450% with 143 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 ⚠️
...rc/main/java/bizbook/ui/PinnedPersonListPanel.java 0.00% 21 Missing ⚠️
src/main/java/bizbook/ui/CommandHistory.java 0.00% 17 Missing ⚠️
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 ⚠️
...n/java/bizbook/logic/commands/EditNoteCommand.java 53.33% 2 Missing and 5 partials ⚠️
...java/bizbook/logic/commands/exporter/FileType.java 56.25% 4 Missing and 3 partials ⚠️
...c/main/java/bizbook/model/util/SampleDataUtil.java 14.28% 6 Missing ⚠️
.../main/java/bizbook/model/VersionedAddressBook.java 83.87% 3 Missing and 2 partials ⚠️
... and 14 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/bizbook/AppParameters.java 95.65% <ø> (ø) 12.00 <0.00> (?)
src/main/java/bizbook/Main.java 0.00% <ø> (ø) 0.00 <0.00> (?)
src/main/java/bizbook/MainApp.java 0.00% <ø> (ø) 0.00 <0.00> (?)
src/main/java/bizbook/commons/core/Config.java 77.27% <ø> (ø) 9.00 <0.00> (?)
...rc/main/java/bizbook/commons/core/GuiSettings.java 76.92% <ø> (ø) 8.00 <0.00> (?)
src/main/java/bizbook/commons/core/LogsCenter.java 78.78% <ø> (ø) 5.00 <0.00> (?)
src/main/java/bizbook/commons/core/Version.java 82.50% <ø> (ø) 19.00 <0.00> (?)
...rc/main/java/bizbook/commons/core/index/Index.java 100.00% <ø> (ø) 11.00 <0.00> (?)
...zbook/commons/exceptions/DataLoadingException.java 100.00% <ø> (ø) 1.00 <0.00> (?)
...book/commons/exceptions/IllegalValueException.java 100.00% <ø> (ø) 2.00 <0.00> (?)
... and 97 more

sheenkerr and others added 29 commits October 28, 2024 19:21
…-package

Refactor seedu.addressbook package to bizbook
…ies-to-acknowledgement

Add mockito libraries to acknowledgement
…List

Refactor notes to be a arrayList instead of set
# Conflicts:
#	src/main/java/bizbook/logic/commands/DeleteNotesCommand.java
Add Import command and support for importing VCF
Add developer guide and user guide for import command
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