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-F13-1] TAHub #87

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

Conversation

marcusjhang
Copy link

TAHub is a central platform designed specifically for teaching assistants (TAs) to organize, manage, and streamline student information, with plans to manage students' tasks.

Copy link

codecov bot commented Sep 19, 2024

Codecov Report

Attention: Patch coverage is 84.53947% with 282 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/LessonCard.java 0.00% 39 Missing ⚠️
...c/main/java/seedu/address/ui/ConsultationCard.java 0.00% 28 Missing ⚠️
...ic/commands/consultation/ImportConsultCommand.java 82.52% 10 Missing and 8 partials ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 41.37% 17 Missing ⚠️
src/main/java/seedu/address/storage/Pair.java 0.00% 17 Missing ⚠️
...n/java/seedu/address/ui/ConsultationListPanel.java 0.00% 12 Missing ⚠️
...rc/main/java/seedu/address/ui/LessonListPanel.java 0.00% 12 Missing ⚠️
...va/seedu/address/logic/commands/ExportCommand.java 89.02% 1 Missing and 8 partials ⚠️
...ic/commands/consultation/ExportConsultCommand.java 85.71% 4 Missing and 5 partials ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 9 Missing ⚠️
... and 31 more
Files with missing lines Coverage Δ Complexity Δ
...rc/main/java/seedu/address/logic/LogicManager.java 79.16% <100.00%> (+1.89%) 5.00 <2.00> (+2.00)
src/main/java/seedu/address/logic/Messages.java 94.28% <100.00%> (+6.78%) 11.00 <7.00> (+8.00)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 9.00 <2.00> (+1.00)
...ava/seedu/address/logic/commands/ClearCommand.java 100.00% <100.00%> (ø) 4.00 <2.00> (+2.00)
...ain/java/seedu/address/logic/commands/Command.java 100.00% <ø> (ø) 1.00 <0.00> (ø)
...va/seedu/address/logic/commands/CommandResult.java 100.00% <100.00%> (ø) 12.00 <5.00> (-1.00)
...java/seedu/address/logic/commands/CommandType.java 100.00% <100.00%> (ø) 1.00 <1.00> (?)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <100.00%> (ø) 13.00 <2.00> (+6.00)
...java/seedu/address/logic/commands/EditCommand.java 97.26% <100.00%> (-0.18%) 14.00 <1.00> (+1.00) ⬇️
...java/seedu/address/logic/commands/ExitCommand.java 100.00% <100.00%> (ø) 4.00 <3.00> (+2.00)
... and 72 more

... and 3 files with indirect coverage changes

marcusjhang and others added 30 commits November 6, 2024 22:12
# Conflicts:
#	src/main/resources/view/StudentListCard.fxml
Fix Weird Bug that Causes Height of Consultation & Lesson Card to be inconsistent
Force Ui to Update Multiple Times
Force Consultation & Lesson UI to Update 500 Times
Force Consultation & Lesson UI to be Updated 1000 times
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