-
Notifications
You must be signed in to change notification settings - Fork 581
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
PearlynnT
wants to merge
855
commits into
nus-cs2103-AY2324S1:master
Choose a base branch
from
AY2324S1-CS2103T-F12-2:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
[CS2103T-F12-2] StudentConnect #107
PearlynnT
wants to merge
855
commits into
nus-cs2103-AY2324S1:master
from
AY2324S1-CS2103T-F12-2:master
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
Fix test cases
* '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 ...
Update test cases v1.4
Update Documentation
Fix hyperlink format
* '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
Fix HelpWindowTest cases
* 'master' of https://github.com/wnchan/tp: Fix HelpWindowTest test cases and checkstyle Add test for generateGroupNumber Add tests for Join and Create features
Fix checkstyle and import bugs
* '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 ...
Fix UG bug
* '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 ...
Update dg 1.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.