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-4] GoonBook #136

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

Conversation

Hoodini231
Copy link

Our product targets school teachers and tutors to better organise and handle student information such as names, class groupings, grades, parent information and other important information

Copy link

codecov bot commented Sep 30, 2024

Codecov Report

Attention: Patch coverage is 83.03167% with 75 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/GroupListPanel.java 0.00% 13 Missing ⚠️
...va/seedu/address/logic/commands/ImportCommand.java 86.76% 6 Missing and 3 partials ⚠️
src/main/java/seedu/address/ui/GroupCard.java 0.00% 8 Missing ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 25.00% 6 Missing ⚠️
...n/java/seedu/address/storage/JsonAdaptedGroup.java 68.42% 6 Missing ⚠️
...u/address/storage/JsonSerializableAddressBook.java 45.45% 5 Missing and 1 partial ⚠️
...eedu/address/logic/parser/ImportCommandParser.java 69.23% 2 Missing and 2 partials ⚠️
src/main/java/seedu/address/model/group/Group.java 55.55% 2 Missing and 2 partials ⚠️
...seedu/address/logic/commands/FindGroupCommand.java 85.00% 1 Missing and 2 partials ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 3 Missing ⚠️
... and 9 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/Main.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
src/main/java/seedu/address/logic/Messages.java 90.00% <100.00%> (+2.50%) 7.00 <4.00> (+4.00)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <ø> (ø) 8.00 <0.00> (ø)
...va/seedu/address/logic/commands/CommandResult.java 100.00% <ø> (ø) 13.00 <0.00> (ø)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <100.00%> (ø) 7.00 <0.00> (ø)
...edu/address/logic/commands/DeleteGroupCommand.java 100.00% <100.00%> (ø) 7.00 <0.00> (?)
...java/seedu/address/logic/commands/EditCommand.java 97.26% <100.00%> (-0.18%) 13.00 <0.00> (ø)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <100.00%> (ø) 6.00 <0.00> (ø)
...ava/seedu/address/logic/commands/GroupCommand.java 100.00% <100.00%> (ø) 18.00 <12.00> (?)
...java/seedu/address/logic/commands/ListCommand.java 100.00% <100.00%> (ø) 3.00 <0.00> (+1.00)
... and 46 more

... and 3 files with indirect coverage changes

Copy link
Author

@Hoodini231 Hoodini231 left a comment

Choose a reason for hiding this comment

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

wrong. fix file name now.

martout2002 and others added 28 commits October 24, 2024 17:18
Add import command and fixed bugs as well as tests
Add PlantUML logic sequence for export
Previous UML class diagram is outdated as pre-existing features
have been changed and new features have been added.

Changes to such features are now reflected in
BetterModelClassDiagram now.
…Refactor-UI

# Conflicts:
#	addressbook.json
martout2002 and others added 5 commits November 11, 2024 21:41
PR does not pass code coverage.

Tests are added.
PR does not pass code coverage.

Tests are added.
yimjianbing and others added 24 commits November 12, 2024 00:27
Scale up DG diagram imagees to become clearer
fix formatting issue with DG TOC
Fix broken hyperlinks in TOC
Some formattings are off and some information are not accurate.

Final clean up of DG is done.
Some formattings are off and some information are not accurate.

Final clean up of DG is done.
Some formattings are off and some information are not accurate.

Final clean up of DG is done.
Some formattings are off and some information are not accurate.

Final clean up of DG is done.
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