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-T12-1] CodeConnect #31

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

Conversation

yuechen2001
Copy link

@yuechen2001 yuechen2001 commented Feb 19, 2024

CodeConnect helps student developers connect and collaborate. It is optimized for CLI users so that frequent tasks can be done faster by typing in commands.

Copy link

codecov bot commented Feb 19, 2024

Codecov Report

Attention: Patch coverage is 63.32117% with 201 lines in your changes are missing coverage. Please review.

Project coverage is 72.09%. Comparing base (4b8368d) to head (1683e0d).

❗ Current head 1683e0d differs from pull request most recent head efd35d4. Consider uploading reports for the commit efd35d4 to get more accurate results

Files Patch % Lines
...ddress/logic/commands/AddContactToTeamCommand.java 0.00% 30 Missing ⚠️
...s/logic/commands/DeleteContactFromTeamCommand.java 0.00% 24 Missing ⚠️
src/main/java/seedu/address/ui/TeamCard.java 0.00% 20 Missing ⚠️
src/main/java/seedu/address/model/team/Team.java 58.53% 17 Missing ⚠️
src/main/java/seedu/address/ui/TeamListPanel.java 0.00% 13 Missing ⚠️
...seedu/address/logic/parser/TeamCommandsParser.java 55.55% 10 Missing and 2 partials ⚠️
...ss/logic/parser/AddContactToTeamCommandParser.java 0.00% 10 Missing ⚠️
...gic/parser/DeleteContactFromTeamCommandParser.java 0.00% 10 Missing ⚠️
...eedu/address/logic/commands/ExportTeamCommand.java 80.48% 7 Missing and 1 partial ⚠️
...java/seedu/address/storage/JsonAdaptedContact.java 52.94% 4 Missing and 4 partials ⚠️
... and 15 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #31      +/-   ##
============================================
- Coverage     75.36%   72.09%   -3.27%     
- Complexity      510      639     +129     
============================================
  Files            84      104      +20     
  Lines          1660     2197     +537     
  Branches        159      229      +70     
============================================
+ Hits           1251     1584     +333     
- Misses          359      539     +180     
- Partials         50       74      +24     

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

@yuechen2001 yuechen2001 changed the title [CS2103-T12-1] DevelopersCo. [CS2103-T12-1] CodeConnect Mar 15, 2024
angsongyee and others added 28 commits March 27, 2024 02:24
Assertions are now enabled in gradle.
Add Contact Class Diagram

Add explaination for contact class
…ldtarget

Change shadowJar file name to "CodeConnect.jar"
Add Teams feature (add, list, delete teams)
Created feature that enables users to rate skills of contacts if they
exist.
Skills will be shown with rating if rated or without rating if not
rated.
Unable to store and retrieve rating as for now, in the process of
adding.
Now users can enter special characters as well as alphanumeric
characters.
tanguoyang and others added 30 commits April 15, 2024 21:52
Add Logging for FindTechStackCommand and RateCommand
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