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

[CS2103-F12-2] T_Assistant #60

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

Conversation

dez2003
Copy link

@dez2003 dez2003 commented Sep 18, 2024

T_Assistant helps CS2103/T TAs keep track of the groups that they manage and the tasks each group needs to do.

Copy link

codecov bot commented Oct 2, 2024

Codecov Report

Attention: Patch coverage is 25.32134% with 581 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...nds/addcommands/AddExistingTaskToGroupCommand.java 0.00% 73 Missing ⚠️
...ic/commands/addcommands/AddTaskToGroupCommand.java 0.00% 53 Missing ⚠️
...commands/addcommands/AddStudentToGroupCommand.java 0.00% 47 Missing ⚠️
src/main/java/seedu/address/ui/cards/TaskCard.java 0.00% 47 Missing ⚠️
.../deletecommands/DeleteTaskForAllGroupsCommand.java 0.00% 43 Missing ⚠️
...ogic/commands/editcommands/EditStudentCommand.java 37.83% 17 Missing and 6 partials ⚠️
...dcommands/AddExistingTaskToGroupCommandParser.java 0.00% 18 Missing ⚠️
...ommands/addcommands/AddTaskToAllGroupsCommand.java 0.00% 16 Missing ⚠️
...ecommands/DeleteTaskForAllGroupsCommandParser.java 0.00% 16 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 16 Missing ⚠️
... and 49 more
Files with missing lines Coverage Δ Complexity Δ
...c/main/java/seedu/address/commons/core/Config.java 75.00% <100.00%> (-2.28%) 9.00 <0.00> (ø)
...n/java/seedu/address/commons/core/GuiSettings.java 76.92% <ø> (ø) 8.00 <0.00> (ø)
src/main/java/seedu/address/logic/Messages.java 92.85% <100.00%> (+5.35%) 7.00 <0.00> (+4.00)
.../logic/commands/addcommands/AddStudentCommand.java 100.00% <100.00%> (ø) 9.00 <0.00> (?)
...ic/commands/deletecommands/DeleteGroupCommand.java 56.66% <100.00%> (ø) 3.00 <0.00> (?)
.../commands/deletecommands/DeleteStudentCommand.java 78.78% <100.00%> (ø) 9.00 <0.00> (?)
...ogic/commands/findcommands/FindStudentCommand.java 71.42% <100.00%> (ø) 6.00 <0.00> (?)
...s/logic/commands/findcommands/FindTaskCommand.java 81.81% <ø> (ø) 7.00 <0.00> (?)
...ogic/commands/listcommands/ListStudentCommand.java 0.00% <ø> (ø) 0.00 <0.00> (?)
.../seedu/address/logic/parser/ArgumentTokenizer.java 97.36% <100.00%> (ø) 9.00 <2.00> (ø)
... and 81 more

... and 4 files with indirect coverage changes

TanSooYap and others added 29 commits November 1, 2024 13:47
- Add Command Summary for current commands
- Change UI.png
- Add acknowledgements in DG
…o resolve-merge-conflict-tasks

# Conflicts:
#	src/main/java/seedu/address/logic/commands/addcommands/AddTaskToGroupCommand.java
#	src/main/java/seedu/address/logic/parser/addcommands/AddStudentToGroupCommandParser.java
#	src/main/java/seedu/address/logic/parser/addcommands/AddTaskToAllGroupsCommandParser.java
#	src/main/java/seedu/address/logic/parser/addcommands/AddTaskToGroupCommandParser.java
#	src/main/java/seedu/address/logic/parser/deletecommands/DeleteStudentCommandParser.java
#	src/main/java/seedu/address/logic/parser/deletecommands/DeleteStudentFromGroupCommandParser.java
#	src/main/java/seedu/address/logic/parser/deletecommands/DeleteTaskFromGroupCommandParser.java
#	src/main/java/seedu/address/logic/parser/listcommands/ListTaskCommandParser.java
Updates on the following features and bugs
ghos7ie and others added 30 commits November 8, 2024 00:04
# Conflicts:
#	docs/UserGuide.md
#	docs/images/Ui.png
# Conflicts:
#	docs/UserGuide.md
#	docs/images/Ui.png
#	docs/images/screenshots/edit_g.png
Fix edit group not updating student's group name
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