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-T08-3] TaskHub #92

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

Conversation

Chandan8186
Copy link

@Chandan8186 Chandan8186 commented Sep 20, 2023

TaskHub allows project managers to quickly manage projects and store employees’ details under multiple projects with different timelines easily.

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

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

Comparison is base (517b785) 75.26% compared to head (17fbf18) 79.58%.

Files Patch % Lines
src/main/java/seedu/address/ui/HelpWindow.java 0.00% 69 Missing ⚠️
src/main/java/seedu/address/ui/ProjectCard.java 0.00% 32 Missing ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 59.25% 22 Missing ⚠️
src/main/java/seedu/address/ui/TaskCard.java 0.00% 21 Missing ⚠️
...seedu/address/model/project/UniqueProjectList.java 69.56% 8 Missing and 6 partials ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 13 Missing ⚠️
.../main/java/seedu/address/ui/EmployeeListPanel.java 0.00% 12 Missing ⚠️
...c/main/java/seedu/address/ui/ProjectListPanel.java 0.00% 12 Missing ⚠️
src/main/java/seedu/address/ui/TaskListPanel.java 0.00% 12 Missing ⚠️
...address/logic/commands/UnassignProjectCommand.java 83.05% 7 Missing and 3 partials ⚠️
... and 37 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #92      +/-   ##
============================================
+ Coverage     75.26%   79.58%   +4.32%     
- Complexity      419      921     +502     
============================================
  Files            71      126      +55     
  Lines          1338     2988    +1650     
  Branches        126      355     +229     
============================================
+ Hits           1007     2378    +1371     
- Misses          301      491     +190     
- Partials         30      119      +89     

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

yuxunn pushed a commit to yuxunn/tp that referenced this pull request Oct 26, 2023
…ne-userguide

Add Key Milestone field in User Guide
aslam341 and others added 28 commits November 3, 2023 02:33
Fix missing and wrong examples in UG
# Conflicts:
#	docs/UserGuide.md
Fix wrong date format in editP error message
antonTan96 and others added 30 commits November 14, 2023 01:49
Improve testing of addP, assignP and deleteP
Add deadline activity diagram and minor corrections to DG
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