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-F14B-2] TAHub Contacts #151

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

Conversation

Zeepheru
Copy link

TAHub Contacts is a contact management app that helps them save time by having easy reference to their tutees' contact details, while allowing quick view of other essential data related to the tutee such as grades, participation, GitHub usernames when there is a need to contact them.

Copy link

codecov bot commented Sep 23, 2024

Codecov Report

Attention: Patch coverage is 45.40000% with 546 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
.../main/java/tahub/contacts/ui/AttendanceWindow.java 0.00% 170 Missing ⚠️
...tacts/logic/commands/enrollment/EnrollCommand.java 0.00% 41 Missing ⚠️
...cts/logic/commands/enrollment/UnenrollCommand.java 0.00% 41 Missing ⚠️
...c/main/java/tahub/contacts/ui/PersonListPanel.java 0.00% 41 Missing ⚠️
src/main/java/tahub/contacts/ui/PersonCard.java 0.00% 38 Missing ⚠️
...logic/parser/attend/AttendAbsentCommandParser.java 0.00% 20 Missing ⚠️
.../logic/parser/attend/AttendClearCommandParser.java 0.00% 20 Missing ⚠️
...ogic/parser/attend/AttendPresentCommandParser.java 0.00% 20 Missing ⚠️
...logic/parser/attend/AttendRemoveCommandParser.java 0.00% 20 Missing ⚠️
...s/logic/parser/enrollment/EnrollCommandParser.java 0.00% 15 Missing ⚠️
... and 25 more
Files with missing lines Coverage Δ Complexity Δ
src/main/java/tahub/contacts/Main.java 0.00% <ø> (ø) 0.00 <0.00> (ø)
src/main/java/tahub/contacts/logic/Messages.java 89.47% <100.00%> (+1.23%) 5.00 <1.00> (+1.00)
...cts/logic/commands/attend/AttendAbsentCommand.java 100.00% <100.00%> (ø) 7.00 <7.00> (?)
...acts/logic/commands/attend/AttendClearCommand.java 100.00% <100.00%> (ø) 7.00 <7.00> (?)
...ts/logic/commands/attend/AttendPresentCommand.java 100.00% <100.00%> (ø) 7.00 <7.00> (?)
...cts/logic/commands/attend/AttendRemoveCommand.java 100.00% <100.00%> (ø) 7.00 <7.00> (?)
...ntacts/logic/commands/course/CourseAddCommand.java 100.00% <100.00%> (ø) 7.00 <1.00> (?)
...cts/logic/commands/course/CourseDeleteCommand.java 100.00% <100.00%> (ø) 8.00 <8.00> (?)
...ntacts/logic/commands/person/PersonAddCommand.java 100.00% <100.00%> (ø) 8.00 <1.00> (?)
...cts/logic/commands/person/PersonDeleteCommand.java 100.00% <100.00%> (ø) 10.00 <10.00> (?)
... and 52 more

... and 5 files with indirect coverage changes

accountexeregister and others added 28 commits October 24, 2024 16:36
…integration

feat: person sca integration
Rather than both course code and course name
To get an sca just using string queries for matric
number, course code, and tut code

For use by commands.
That checks for equality based on the primary keys'
IDs.
Allow for more specific exception checks
Rely on the SCA::isSameSca() method from earlier for
comparisons.
Method (in the exact same form) is being used by
several different Parser classes.
* feat: base files for SCA list

* feat: add overloaded for SCA list

* bugfix: checkstyle

* feat: implement sca list storage

* feat: update sca list interfaces

* feat: add sca list to model manager

* feat: implement sca storage

* comment out sca test code

* fix checkstyle

* make tests pass (temporarily)

* feat: SCA stores only PK for Person and Course

* fix checkstyle

* tests: fix tests

* fix: update tests

* fix: integrate BC changes to AdaptedSCA

* fix: tests
…ce-cmds

Bunch of miscellaneous changes to SCA, Student, Course, Tutorial Structure
With JsonAdaptedAttendanceSession
Zeepheru and others added 30 commits November 12, 2024 12:33
And better Javadocs phrasing
Edited course name now visible on the Attendace Window.
UG Update for Course-Edit Future Enhancement
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