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-T10-3] ProjectPRO #124

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

Conversation

Kailash201
Copy link

Text-friendly project management tool that helps students schedule meetings with different groups while also keeping track of tasks and responsibilities of each member. Our app will track the schedule of each contact and tasks individuals have to do for their project.

@codecov
Copy link

codecov bot commented Sep 25, 2023

Codecov Report

Attention: 406 lines in your changes are missing coverage. Please review.

Comparison is base (517b785) 75.26% compared to head (c729853) 68.84%.

Files Patch % Lines
...rc/main/java/seedu/address/model/ModelManager.java 31.76% 58 Missing ⚠️
src/main/java/seedu/address/ui/Calendar.java 0.00% 49 Missing ⚠️
src/main/java/seedu/address/model/AddressBook.java 39.02% 25 Missing ⚠️
...edu/address/logic/parser/AddTimeCommandParser.java 0.00% 13 Missing ⚠️
...main/java/seedu/address/model/group/GroupList.java 72.34% 7 Missing and 6 partials ⚠️
src/main/java/seedu/address/ui/DayCard.java 0.00% 13 Missing ⚠️
...java/seedu/address/ui/util/GroupTimeContainer.java 0.00% 13 Missing ⚠️
...du/address/logic/commands/FindFreeTimeCommand.java 61.29% 8 Missing and 4 partials ⚠️
src/main/java/seedu/address/model/group/Group.java 87.87% 10 Missing and 2 partials ⚠️
...address/logic/commands/DeleteGroupTimeCommand.java 56.52% 4 Missing and 6 partials ⚠️
... and 42 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #124      +/-   ##
============================================
- Coverage     75.26%   68.84%   -6.42%     
- Complexity      419      705     +286     
============================================
  Files            71      113      +42     
  Lines          1338     2375    +1037     
  Branches        126      269     +143     
============================================
+ Hits           1007     1635     +628     
- Misses          301      624     +323     
- Partials         30      116      +86     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Kailash201 and others added 28 commits November 11, 2023 16:31
Fix remaining test cases and update dg
Fix checkstyle of test classes.
…-3/tp into branch-v1.4

# Conflicts:
#	src/test/java/seedu/address/logic/commands/AddGroupMeetingTimeCommandTest.java
#	src/test/java/seedu/address/logic/commands/CommandTestUtil.java
#	src/test/java/seedu/address/logic/commands/GroupRemarkCommandTest.java
#	src/test/java/seedu/address/logic/commands/ListTimeGroupCommandTest.java
#	src/test/java/seedu/address/logic/commands/ListTimePersonCommandTest.java
#	src/test/java/seedu/address/logic/commands/UngroupPersonCommandTest.java
#	src/test/java/seedu/address/logic/parser/AddGroupMeetingTimeCommandParserTest.java
#	src/test/java/seedu/address/logic/parser/GroupRemarkCommandParserTest.java
#	src/test/java/seedu/address/logic/parser/ListTimeCommandParserTest.java
#	src/test/java/seedu/address/logic/parser/UngroupPersonCommandParserTest.java
…-3/tp into branch-v1.4

# Conflicts:
#	src/test/java/seedu/address/logic/commands/FindPersonCommandTest.java
#	src/test/java/seedu/address/logic/parser/FindCommandParserTest.java
lerxuann and others added 30 commits November 14, 2023 03:06
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