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-W08-1] TrackMate #5

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

Conversation

Fui03
Copy link

@Fui03 Fui03 commented Sep 12, 2024

TrackMate offers a comprehensive application for educators to track their students’ current progress. It is optimized for educators who are proficient in Command Line Interface (CLI) and help them to reduce their workload and administrative burden.

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

Attention: Patch coverage is 44.37870% with 94 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/StudentCard.java 0.00% 37 Missing ⚠️
src/main/java/seedu/address/ui/StudentProfile.java 0.00% 24 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 13 Missing ⚠️
...c/main/java/seedu/address/ui/StudentListPanel.java 0.00% 7 Missing ⚠️
src/main/java/seedu/address/ui/ResultDisplay.java 0.00% 6 Missing ⚠️
src/main/java/seedu/address/model/tut/TutDate.java 16.66% 4 Missing and 1 partial ⚠️
...va/seedu/address/logic/commands/DeleteCommand.java 66.66% 1 Missing ⚠️
...ain/java/seedu/address/model/tut/TutorialList.java 95.23% 0 Missing and 1 partial ⚠️
Files with missing lines Coverage Δ Complexity Δ
...rc/main/java/seedu/address/logic/LogicManager.java 80.00% <100.00%> (+0.83%) 3.00 <0.00> (ø)
src/main/java/seedu/address/logic/Messages.java 75.00% <ø> (ø) 3.00 <0.00> (ø)
.../java/seedu/address/logic/commands/AddCommand.java 84.61% <100.00%> (-1.60%) 10.00 <0.00> (-1.00)
...va/seedu/address/logic/commands/AddTutCommand.java 100.00% <ø> (ø) 8.00 <0.00> (ø)
...address/logic/commands/CheckAssignmentCommand.java 100.00% <100.00%> (ø) 9.00 <3.00> (+3.00)
...ddress/logic/commands/DeleteAssignmentCommand.java 100.00% <100.00%> (ø) 7.00 <0.00> (ø)
.../address/logic/commands/DeleteTutorialCommand.java 100.00% <100.00%> (ø) 7.00 <0.00> (ø)
...java/seedu/address/logic/commands/EditCommand.java 92.40% <100.00%> (-0.10%) 14.00 <0.00> (-2.00)
...java/seedu/address/logic/commands/FindCommand.java 100.00% <ø> (ø) 6.00 <0.00> (ø)
...dress/logic/parser/AddAssignmentCommandParser.java 92.85% <100.00%> (+1.19%) 5.00 <0.00> (+1.00)
... and 28 more

... and 3 files with indirect coverage changes

Reallyeasy1 and others added 30 commits November 12, 2024 10:24
Refactor and delete unused files
Update bug in DG and improve code quality
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