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-2] CoordiMate #49

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

Conversation

HugeNoob
Copy link

CoordiMate is a desktop app tailored for event planners, offering a seamless blend of Command Line Interface (CLI) and Graphical User Interface (GUI). Its features include adding and editing contacts, efficient searching, and task management, providing event planners with a powerful tool for streamlined contact and task management.

@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

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

Comparison is base (517b785) 75.26% compared to head (2e025d9) 83.12%.

❗ Current head 2e025d9 differs from pull request most recent head 6b65362. Consider uploading reports for the commit 6b65362 to get more accurate results

Files Patch % Lines
.../java/seedu/address/model/task/UniqueTaskList.java 60.41% 12 Missing and 7 partials ⚠️
src/main/java/seedu/address/ui/TaskCard.java 0.00% 12 Missing ⚠️
src/main/java/seedu/address/ui/TaskListPanel.java 0.00% 12 Missing ⚠️
.../java/seedu/address/model/util/SampleDataUtil.java 0.00% 11 Missing ⚠️
src/main/java/seedu/address/ui/HelpWindow.java 0.00% 7 Missing ⚠️
src/main/java/seedu/address/MainApp.java 0.00% 4 Missing ⚠️
src/main/java/seedu/address/ui/MainWindow.java 0.00% 3 Missing ⚠️
...du/address/logic/commands/AddTagPersonCommand.java 96.00% 0 Missing and 2 partials ⚠️
...eedu/address/logic/commands/AddTagTaskCommand.java 95.91% 0 Missing and 2 partials ⚠️
.../seedu/address/logic/commands/EditTaskCommand.java 96.96% 0 Missing and 2 partials ⚠️
... and 8 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #49      +/-   ##
============================================
+ Coverage     75.26%   83.12%   +7.86%     
- Complexity      419      786     +367     
============================================
  Files            71      120      +49     
  Lines          1338     2365    +1027     
  Branches        126      237     +111     
============================================
+ Hits           1007     1966     +959     
- Misses          301      352      +51     
- Partials         30       47      +17     

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

jiakai-17 and others added 30 commits November 14, 2023 01:35
- Update contact -> person
- Unbold sections
- Link to Command Line
- Update the need for INDEX to be in order
- Rephrase resize note
- Reduce spacing of h2 and h3
- Update definitions
docs: Update Developer Guide for v1.4 release
docs: Update User Guide for v1.4 release
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