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 714 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 82.85923% with 235 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/LessonCard.java 0.00% 45 Missing ⚠️
...c/main/java/seedu/address/ui/ConsultationCard.java 0.00% 26 Missing ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 41.37% 17 Missing ⚠️
src/main/java/seedu/address/storage/Pair.java 0.00% 17 Missing ⚠️
...rc/main/java/seedu/address/ui/LessonListPanel.java 0.00% 12 Missing ⚠️
...va/seedu/address/logic/commands/ExportCommand.java 84.61% 1 Missing and 7 partials ⚠️
...ic/commands/consultation/ImportConsultCommand.java 92.92% 4 Missing and 4 partials ⚠️
.../java/seedu/address/storage/JsonAdaptedLesson.java 81.39% 2 Missing and 6 partials ⚠️
src/main/java/seedu/address/ui/StudentCard.java 0.00% 8 Missing ⚠️
...ress/logic/commands/lesson/AddToLessonCommand.java 90.54% 3 Missing and 4 partials ⚠️
... and 26 more
Files with missing lines Coverage Δ Complexity Δ
...rc/main/java/seedu/address/logic/LogicManager.java 79.16% <100.00%> (+1.89%) 5.00 <1.00> (+2.00)
src/main/java/seedu/address/logic/Messages.java 94.28% <100.00%> (+6.78%) 11.00 <5.00> (+8.00)
.../java/seedu/address/logic/commands/AddCommand.java 100.00% <100.00%> (ø) 9.00 <1.00> (+1.00)
...java/seedu/address/logic/commands/CommandType.java 100.00% <100.00%> (ø) 1.00 <0.00> (?)
...va/seedu/address/logic/commands/DeleteCommand.java 100.00% <100.00%> (ø) 13.00 <1.00> (+6.00)
...java/seedu/address/logic/commands/EditCommand.java 97.26% <100.00%> (-0.18%) 14.00 <0.00> (+1.00) ⬇️
...java/seedu/address/logic/commands/FindCommand.java 100.00% <100.00%> (ø) 11.00 <1.00> (+5.00)
...java/seedu/address/logic/commands/ListCommand.java 100.00% <100.00%> (ø) 4.00 <1.00> (+2.00)
...logic/commands/consultation/AddConsultCommand.java 100.00% <100.00%> (ø) 9.00 <1.00> (?)
...ic/commands/consultation/DeleteConsultCommand.java 100.00% <100.00%> (ø) 13.00 <1.00> (?)
... and 55 more

... and 4 files with indirect coverage changes

S-K-Y-Light and others added 29 commits October 29, 2024 18:22
Apply SOC by creating new CSS Class
As Participation is not yet implemented in Lesson.java, I've placed the Temporary Value "1".
This will be modified later after Participation is implemented.
Rework storage of student info in Lesson and add participation
Improve Consultation List UI for Past Consultations
Link Students' Participation to Lessons UI
Improve Lesson List UI for Past Lessons
yhanyi and others added 30 commits November 11, 2024 21:44
Put sequence diagrams for consultations
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