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-T10-3] ConTActs #106

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

Conversation

sayglenn
Copy link

ConTActs helps NUS CS Teaching Assistants who have to keep track of their tutorial students’ contact and progress and would prefer CLI over GUI as they are more adept with it.

Copy link

codecov bot commented Sep 20, 2024

Codecov Report

Attention: Patch coverage is 88.28829% with 65 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/CommandBox.java 0.00% 15 Missing ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 36.84% 12 Missing ⚠️
...java/seedu/address/logic/commands/SortCommand.java 89.55% 2 Missing and 5 partials ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 7 Missing ⚠️
...ava/seedu/address/storage/JsonAdaptedTutorial.java 69.23% 4 Missing ⚠️
...java/seedu/address/logic/commands/CommandUtil.java 84.21% 0 Missing and 3 partials ⚠️
.../seedu/address/logic/parser/AddressBookParser.java 25.00% 3 Missing ⚠️
...ain/java/seedu/address/model/person/StudentId.java 72.72% 2 Missing and 1 partial ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 95.74% 0 Missing and 2 partials ⚠️
.../seedu/address/logic/parser/SortCommandParser.java 93.54% 1 Missing and 1 partial ⚠️
... and 7 more
Files with missing lines Coverage Δ Complexity Δ
...n/java/seedu/address/commons/core/index/Index.java 100.00% <100.00%> (ø) 19.00 <11.00> (+8.00)
...in/java/seedu/address/commons/util/StringUtil.java 97.87% <100.00%> (+3.13%) 15.00 <8.00> (+8.00)
src/main/java/seedu/address/logic/Messages.java 87.50% <100.00%> (ø) 3.00 <0.00> (ø)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 8.00 <1.00> (ø)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <100.00%> (ø) 9.00 <2.00> (+3.00)
...java/seedu/address/logic/commands/ListCommand.java 100.00% <100.00%> (ø) 2.00 <0.00> (ø)
...java/seedu/address/logic/commands/MarkCommand.java 100.00% <100.00%> (ø) 5.00 <5.00> (?)
...ava/seedu/address/logic/commands/ResetCommand.java 100.00% <100.00%> (ø) 5.00 <5.00> (?)
...va/seedu/address/logic/commands/UnmarkCommand.java 100.00% <100.00%> (ø) 5.00 <5.00> (?)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø) 5.00 <0.00> (ø)
... and 32 more

yockcheng and others added 29 commits October 3, 2024 09:50
Update Developer Guide User Stories
Update Developer Guide Target User Profile, Value Proposition, Use Cases
Update Developer Guide NFRs & Glossary
Domokunx and others added 30 commits November 6, 2024 18:52
Standardise usage message and update help message
…ssage

Fix Tutorial Commands no feedback when empty display list
Fix find by name accepting any input
Edit ModelClassDiagram in DG
Minor wording fix for User Guide
Move Installation guide to top for new users
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