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-F12-2] StudentConnect #107

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

Conversation

PearlynnT
Copy link

@PearlynnT PearlynnT commented Sep 22, 2023

StudentConnect stores and organises students’ contact details, and project group. Students can easily search for the profiles of other students and connect with potential teammates. This streamlines the process of forming project teams. It also offers tools for tracking project progress/deadlines, ensuring that the group stays on task.

@codecov
Copy link

codecov bot commented Sep 22, 2023

Codecov Report

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

Comparison is base (517b785) 75.26% compared to head (53dc11a) 78.72%.

❗ Current head 53dc11a differs from pull request most recent head 267e9e8. Consider uploading reports for the commit 267e9e8 to get more accurate results

Files Patch % Lines
src/main/java/seedu/address/ui/MainWindow.java 0.00% 32 Missing ⚠️
src/main/java/seedu/address/ui/GroupCard.java 0.00% 31 Missing ⚠️
...rc/main/java/seedu/address/model/ModelManager.java 68.88% 13 Missing and 1 partial ⚠️
...in/java/seedu/address/storage/JsonAdaptedTask.java 61.29% 6 Missing and 6 partials ⚠️
src/main/java/seedu/address/ui/GroupListPanel.java 0.00% 12 Missing ⚠️
.../seedu/address/logic/parser/AddressBookParser.java 8.33% 11 Missing ⚠️
.../main/java/seedu/address/ui/ConfirmationPopup.java 59.25% 11 Missing ⚠️
src/main/java/seedu/address/ui/PersonCard.java 83.92% 5 Missing and 4 partials ⚠️
...ava/seedu/address/logic/commands/TasksCommand.java 71.42% 6 Missing and 2 partials ⚠️
...ain/java/seedu/address/model/group/tasks/Task.java 86.00% 4 Missing and 3 partials ⚠️
... and 37 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #107      +/-   ##
============================================
+ Coverage     75.26%   78.72%   +3.46%     
- Complexity      419      839     +420     
============================================
  Files            71      120      +49     
  Lines          1338     2660    +1322     
  Branches        126      315     +189     
============================================
+ Hits           1007     2094    +1087     
- Misses          301      467     +166     
- Partials         30       99      +69     

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

@PearlynnT PearlynnT changed the title [CS2103T-F12-2] StudentConnect Pro [CS2103T-F12-2] StudentConnect Sep 22, 2023
Chrainx pushed a commit to Chrainx/tp that referenced this pull request Oct 27, 2023
…-tags-predicate

Add predicate for Price and Tags for Filtering Properties
neyapraveen and others added 27 commits November 10, 2023 02:19
* 'master' of https://github.com/neyapraveen/tp: (21 commits)
  Update PPP
  Add javadocs
  Update ug to use cases
  Add more test cases
  Add javadocs
  Fix all checkstyle
  Change buttons to private
  Add getters for buttons
  Fix style
  Fix ConfirmationPopupTest
  Add PPP draft
  Change title for consistency with other websites
  Add emphasis on hyperlinks
  Edit link of GitHub repository
  Fix fx test dependencies
  Edit some documentation files
  Fix ClearCommandTest
  Edit tests and PPP
  Fix DeleteGroupCommandTest
  Fix deleteGroupCommandParserTest
  ...
* 'master' of https://github.com/wnchan/tp: (21 commits)
  Update PPP
  Add javadocs
  Update ug to use cases
  Add more test cases
  Add javadocs
  Fix all checkstyle
  Change buttons to private
  Add getters for buttons
  Fix style
  Fix ConfirmationPopupTest
  Add PPP draft
  Change title for consistency with other websites
  Add emphasis on hyperlinks
  Edit link of GitHub repository
  Fix fx test dependencies
  Edit some documentation files
  Fix ClearCommandTest
  Edit tests and PPP
  Fix DeleteGroupCommandTest
  Fix deleteGroupCommandParserTest
  ...
* 'master' of https://github.com/wnchan/tp:
  Update UserGuide.md
  Update UserGuide Table
  Fix hyperlink format
  Update documentation
  Update DG
  Add glossary to UG
  Update TasksCommandTest.java
  Add accidentally removed line
  Update src/main/java/seedu/address/model/group/tasks/Task.java
  Update TaskList.java
  Update hyperlink format and add dividers
  Update Task.java
  Fix checkstyle
  Fix test cases and bugs
  Add TasksCommandTest file
  Remove unused code
  Update test cases for nationality, gender, test classes and testcommandparser
Add tests for Join and Create features
* 'master' of https://github.com/wnchan/tp:
  Fix HelpWindowTest test cases and checkstyle
  Add test for generateGroupNumber
  Add tests for Join and Create features
PearlynnT and others added 30 commits November 14, 2023 03:48
* 'master' of https://github.com/wnchan/tp: (44 commits)
  Edit UG
  Edit UG
  Edit UG
  Edit UG
  Edit UG
  Edit UG
  Edit UG
  Fix dg
  Edit UG
  Fix formatting for back to table
  Edit doc
  Edit doc
  Edit ppp
  Change app icon
  Edit PPP
  Edit PPP
  Edit ppp
  Edit PPP
  Edit PPP
  Update PPP
  ...
* 'master' of https://github.com/neyapraveen/tp: (40 commits)
  Edit UG
  Fix Ug bug
  Edit UG
  Fix UG documentation bug
  Edit UG
  Edit UG
  Edit UG
  Edit UG
  Edit UG
  Edit UG
  Edit UG
  Edit UG
  Edit UG
  Edit UG
  Fix dg
  Edit UG
  Fix formatting for back to table
  Edit doc
  Edit doc
  Edit ppp
  ...
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