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-W14-3]: ConText #63

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

Conversation

Cloud7050
Copy link

@Cloud7050 Cloud7050 commented Sep 19, 2023

ConText allows for managing contacts quickly via text commands, with useful features relevant to SoC students.

@codecov
Copy link

codecov bot commented Sep 19, 2023

Codecov Report

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

Comparison is base (517b785) 75.26% compared to head (7432b8d) 74.52%.

Files Patch % Lines
src/main/java/swe/context/MainApp.java 0.00% 73 Missing ⚠️
src/main/java/swe/context/ui/CommandBox.java 0.00% 47 Missing ⚠️
src/main/java/swe/context/ui/ContactCard.java 0.00% 20 Missing ⚠️
...ava/swe/context/model/util/SampleContactsUtil.java 27.27% 16 Missing ⚠️
src/main/java/swe/context/model/Settings.java 56.00% 7 Missing and 4 partials ⚠️
src/main/java/swe/context/ui/ContactListPanel.java 0.00% 11 Missing ⚠️
src/main/java/swe/context/model/Contacts.java 69.23% 6 Missing and 2 partials ⚠️
...a/swe/context/model/contact/UniqueContactList.java 83.72% 5 Missing and 2 partials ⚠️
.../java/swe/context/storage/JsonContactsStorage.java 58.82% 6 Missing and 1 partial ⚠️
src/main/java/swe/context/model/ModelManager.java 86.11% 1 Missing and 4 partials ⚠️
... and 18 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #63      +/-   ##
============================================
- Coverage     75.26%   74.52%   -0.74%     
- Complexity      419      459      +40     
============================================
  Files            71       76       +5     
  Lines          1338     1484     +146     
  Branches        126      138      +12     
============================================
+ Hits           1007     1106      +99     
- Misses          301      351      +50     
+ Partials         30       27       -3     

☔ 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 5, 2023
mamayuan and others added 27 commits November 1, 2023 22:20
Update documentation for filter command.
Fix Bugs for DG diagrams & Tidy Messages.java
Accounts for 1280x720 project constraint.
Height facilitates 4 lines nicely.
Specify how duplicate contacts are handled in the user guide.
Update docs for filter command
Make contact card have less empty space
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.

None yet

4 participants