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-T17-1] TeamBuilder #78

Open
wants to merge 459 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
459 commits
Select commit Hold shift + click to select a range
3ddc40b
Change checks for AddCommandParser
ChickenChiang Mar 27, 2023
0c01298
Hide Major Label in PersonCard Ui if Major is empty
ChickenChiang Mar 27, 2023
f8f2f6e
Fix AddCommandParser
ChickenChiang Mar 27, 2023
7328929
Refactor code in PersonUtil.java
ChickenChiang Mar 27, 2023
0e728d4
Merge pull request #16 from ChickenChiang/Optional-Major
ChickenChiang Mar 27, 2023
b9e8720
Fix remove command error message
swx0 Mar 27, 2023
09b42c9
Fix checkstyle
swx0 Mar 27, 2023
0548690
Create UniqueTeamList class and Team exceptions
ChickenChiang Mar 28, 2023
da782f9
Add methods for UniqueTeamList handling in TeamBuilder and ReadOnlyTe…
ChickenChiang Mar 28, 2023
be999f3
Create getTeamName getter method
ChickenChiang Mar 28, 2023
fe5dec2
Add Team methods for model classes
ChickenChiang Mar 28, 2023
1ceef24
Refactor code for Team list methods
ChickenChiang Mar 28, 2023
3ded1f6
Merge pull request #80 from swx0/teamlist
ChickenChiang Mar 28, 2023
8a6a167
Add getter methods for Team class
ChickenChiang Mar 28, 2023
e4f7500
Merge branch 'master' of https://github.com/ChickenChiang/tp
ChickenChiang Mar 28, 2023
a922d68
With prev merge
ChickenChiang Mar 28, 2023
ad1bdca
Merge branch 'Unique-Team-list'
ChickenChiang Mar 28, 2023
e55131f
Add remove command
ChickenChiang Mar 28, 2023
fd90b83
Merge branch 'master' of https://github.com/AY2223S2-CS2103T-T17-1/tp…
ChickenChiang Mar 28, 2023
bfe7e80
Merge branch 'Unique-Team-list' into Merge
ChickenChiang Mar 28, 2023
fd32626
Remove merge conflicts
ChickenChiang Mar 28, 2023
9b42465
Edit equals method for TeamName
ChickenChiang Mar 28, 2023
4aa15e5
Refactor equals method for checknig lower case in TeamName
ChickenChiang Mar 28, 2023
74f3a6f
Maske equals method ignore lowercase for both team name and person name
ChickenChiang Mar 28, 2023
653f2f7
Fix test cases for names
ChickenChiang Mar 28, 2023
3492762
Add undo functionality to CreateCommand
ChickenChiang Mar 28, 2023
5aa48c5
Add Ui for Team list
ChickenChiang Mar 28, 2023
16af77c
Edit JsonAdaptedTeam file
ChickenChiang Mar 28, 2023
6c0f5fe
modify FindCommand so that users can find major
chen-jerry-junior Mar 29, 2023
65e1ff3
Create JsonAdaptedName file
ChickenChiang Mar 29, 2023
ce18221
Create JsonAdaptedTeamFile
ChickenChiang Mar 29, 2023
6f1902d
changes to JsonSerialixableTeamBuilder class to account for teams
ChickenChiang Mar 29, 2023
ada2948
Undo Ui changes
ChickenChiang Mar 29, 2023
b16b229
Refactor JsonAdaptedTeam class
ChickenChiang Mar 29, 2023
86a4faf
Revert MainWindow.fxml changes
ChickenChiang Mar 29, 2023
ed447c1
Merge branch 'master' of https://github.com/ChickenChiang/tp into Merge
ChickenChiang Mar 29, 2023
de19666
Modify Find Command so that user can find tag
chen-jerry-junior Mar 29, 2023
fac365c
Modify the comments of find command
chen-jerry-junior Mar 29, 2023
63aa7ea
Modify the class names and variable names of FindCommand Predicate
chen-jerry-junior Mar 29, 2023
9a5c477
Modify checkstyle due to name changes
chen-jerry-junior Mar 29, 2023
a4e836b
Add line at EOF
ChickenChiang Mar 29, 2023
cdf1f20
Fix checkstyle errors
ChickenChiang Mar 29, 2023
1eb2483
Create show command
chen-jerry-junior Mar 29, 2023
74238c0
Create a predicate to help ShowCommand filter the teamlist
chen-jerry-junior Mar 29, 2023
5435dcf
Create ShowCommand parser
chen-jerry-junior Mar 29, 2023
3dfd9e8
Modify TeamBuilderParser so that show command is implemented
chen-jerry-junior Mar 29, 2023
6d1b89d
Add team to test data
ChickenChiang Mar 29, 2023
e1a337a
Merge pull request #17 from ChickenChiang/Merge
ChickenChiang Mar 29, 2023
c1f4237
Create tests for ShowCommand, its parser and its predicate
chen-jerry-junior Mar 29, 2023
729c7b7
Modify checkstyle
chen-jerry-junior Mar 29, 2023
7739495
Merge pull request #89 from chen-jerry-junior/branch-A-Find
ChickenChiang Mar 29, 2023
6c7d831
Update UserGuide based on CS2101 standard
WillCWX Mar 29, 2023
5f49036
Merge branch 'master' into update-UG
WillCWX Mar 29, 2023
c4168d7
Modify GUI to show the Team features
chen-jerry-junior Mar 29, 2023
e51f3a0
Merge pull request #93 from WillCWX/update-UG
swx0 Mar 30, 2023
4dba1ce
Merge branch 'master' into branch-A-ShowTeam
ChickenChiang Mar 30, 2023
03ae116
Fix import order
ChickenChiang Mar 30, 2023
deb21bf
Merge pull request #92 from chen-jerry-junior/branch-A-ShowTeam
ChickenChiang Mar 30, 2023
05f4e49
Merge branch 'master' into branch-E-GUI
WillCWX Mar 30, 2023
2c278c4
Merge pull request #94 from chen-jerry-junior/branch-E-GUI
chen-jerry-junior Mar 30, 2023
3b1e95b
Merge branch 'master' into master
ChickenChiang Mar 30, 2023
874d897
Refactor methods
ChickenChiang Mar 30, 2023
a080835
Fix checkstyle error of missing new line at EOF for puml files
ChickenChiang Mar 30, 2023
605d923
Remove TeamTest in tests
ChickenChiang Mar 30, 2023
d7dd12f
Merge pull request #95 from ChickenChiang/master
ChickenChiang Mar 30, 2023
e627100
Update UG from create and remove command
swx0 Mar 30, 2023
7919565
Merge pull request #96 from swx0/UGv1.3
chen-jerry-junior Mar 30, 2023
70cea57
Update RemoveCommand to remove TeamTags as well
WillCWX Mar 30, 2023
bfee0e4
Merge branch 'AY2223S2-CS2103T-T17-1:master' into master
WillCWX Mar 30, 2023
9c94add
Save members in team in Json
ChickenChiang Mar 30, 2023
8da4715
Ensure members in Team exist and TeamTags of person exist as teams
ChickenChiang Mar 30, 2023
8821ef3
Change test cases for typicalPersonsAddressBook.json
ChickenChiang Mar 30, 2023
bec85ec
Change sample data to contain team cases
ChickenChiang Mar 30, 2023
31ab13f
Merge branch 'master' of https://github.com/ChickenChiang/tp
ChickenChiang Mar 30, 2023
6e6e83a
Update UG and DG for v1.3
chen-jerry-junior Mar 30, 2023
32675c5
Merge pull request #1 from chen-jerry-junior/master
chen-jerry-junior Mar 30, 2023
6832e3f
Merge pull request #98 from chen-jerry-junior/branch-UGDG-v1.3
swx0 Mar 30, 2023
25bfe30
Merge pull request #97 from WillCWX/master
chen-jerry-junior Mar 30, 2023
e9b23c3
Change tag for person in test cases
ChickenChiang Mar 30, 2023
d46fea7
Fix Ui on TeamList Card
ChickenChiang Mar 30, 2023
ed2ca49
Save members in team in Json
ChickenChiang Mar 30, 2023
6070065
Ensure members in Team exist and TeamTags of person exist as teams
ChickenChiang Mar 30, 2023
ee429ad
Change test cases for typicalPersonsAddressBook.json
ChickenChiang Mar 30, 2023
1540d4d
Change tag for person in test cases
ChickenChiang Mar 30, 2023
f3d6be8
Fix Ui on TeamList Card
ChickenChiang Mar 30, 2023
5a91e11
Fix testing util sample data
ChickenChiang Mar 30, 2023
91a3f30
Merge branch 'master' of https://github.com/ChickenChiang/tp
ChickenChiang Mar 30, 2023
ac3d90c
Merge pull request #99 from ChickenChiang/master
ChickenChiang Mar 30, 2023
552debd
Change version in MainApp
ChickenChiang Mar 30, 2023
2de074d
Update TeamList updon executing Edit Command
ChickenChiang Mar 30, 2023
e18a494
Add test cases for remove command and fix missing extend bug and inco…
chen-jerry-junior Mar 30, 2023
d385c0a
add test cases for add and create command
chen-jerry-junior Mar 30, 2023
d8305da
Update UG with screenshots
swx0 Mar 30, 2023
69e0445
Merge pull request #100 from swx0/fix
swx0 Mar 30, 2023
4bc050c
Fix bugs when updating UniqueTeamList
WillCWX Mar 30, 2023
5a26b3b
update checkstyle and replace with the teamcard and teamlistpanel
chen-jerry-junior Mar 30, 2023
02f427e
Revert "update checkstyle and replace with the teamcard and teamlistp…
chen-jerry-junior Mar 30, 2023
036c169
update checkstyle
chen-jerry-junior Mar 30, 2023
86065d2
Merge pull request #101 from WillCWX/master
WillCWX Mar 30, 2023
3d05554
delete rej file
chen-jerry-junior Mar 30, 2023
da9ad25
Merge pull request #102 from chen-jerry-junior/branch-E-GUI
chen-jerry-junior Mar 30, 2023
2ef134a
Merge branch 'master' of https://github.com/ChickenChiang/tp
ChickenChiang Mar 30, 2023
3efa1b8
Make changes to UG
ChickenChiang Mar 30, 2023
339226e
Merge pull request #106 from ChickenChiang/master
ChickenChiang Mar 30, 2023
ec7838a
Fix test cases
WillCWX Mar 30, 2023
a9e61f7
Merge branch 'master' of https://github.com/AY2223S2-CS2103T-T17-1/tp
WillCWX Mar 30, 2023
673e845
add tests for Teamlist and related codes
chen-jerry-junior Mar 30, 2023
9742620
update checkstyle
chen-jerry-junior Mar 30, 2023
0c8be9e
Merge branch 'master' into master
chen-jerry-junior Mar 30, 2023
8a7403c
update checkstyle for TeamTest.java
chen-jerry-junior Mar 30, 2023
c791453
Merge branch 'master' of https://github.com/chen-jerry-junior/tp
chen-jerry-junior Mar 30, 2023
a4d7d0f
update codecov patch
chen-jerry-junior Mar 30, 2023
23dd487
update checkstyle
chen-jerry-junior Mar 30, 2023
f0f6d78
Merge pull request #107 from chen-jerry-junior/master
chen-jerry-junior Mar 30, 2023
a801bf4
Fix broken links in UG
WillCWX Mar 31, 2023
ecc35b8
Merge pull request #108
WillCWX Mar 31, 2023
23b7f9b
Add exception handling for sort command args
swx0 Mar 31, 2023
62eea5e
Add SortCommandParserTest
swx0 Apr 2, 2023
e18977d
Fix checkstyle
swx0 Apr 2, 2023
c29b298
Remove listing of all tags title from UG
swx0 Apr 2, 2023
4b65724
Add note for add command
swx0 Apr 2, 2023
2629ae4
Merge pull request #146 from swx0/fix-order-ug
swx0 Apr 2, 2023
2617b8f
Merge branch 'master' into fix-ug
swx0 Apr 2, 2023
db2435e
Merge pull request #145 from swx0/fix-ug
swx0 Apr 2, 2023
12ba198
Merge pull request #145 from swx0/fix-ug
swx0 Apr 2, 2023
206a18d
Merge branch 'master' of https://github.com/ChickenChiang/tp
ChickenChiang Apr 3, 2023
461e71b
Merge branch 'master' into fix-sort
swx0 Apr 3, 2023
980c40d
Merge pull request #143 from swx0/fix-sort
swx0 Apr 3, 2023
f852873
Update sort description and subheaders
swx0 Apr 4, 2023
03444a7
Fix build gradle
swx0 Apr 4, 2023
3c7f50f
Merge pull request #148 from swx0/fix-sort-ug
swx0 Apr 4, 2023
77c1bda
Add diagrams for sort command
swx0 Apr 4, 2023
aa0ab20
Merge branch 'master' of https://github.com/ChickenChiang/tp
ChickenChiang Apr 5, 2023
88f3f4c
Add future features section in UG
ChickenChiang Apr 5, 2023
3378f9e
Include support for long tags in future feature section of UG
ChickenChiang Apr 5, 2023
2b80f05
Merge pull request #18 from ChickenChiang/Issue_121_tag_wrapping
ChickenChiang Apr 5, 2023
4bfd451
Merge pull request #149 from ChickenChiang/master
ChickenChiang Apr 5, 2023
1a6f69b
Update design considerations for sort command
swx0 Apr 5, 2023
6298302
Add phone number length limit as a future feature
ChickenChiang Apr 5, 2023
1ed722b
Merge branch 'master' of https://github.com/ChickenChiang/tp
ChickenChiang Apr 5, 2023
72f4f66
Include invalid index error message in for exception thrown in EditCo…
ChickenChiang Apr 5, 2023
a17b126
Include invalid index error message for ParseException thrown by Dele…
ChickenChiang Apr 5, 2023
83ebea5
Update test cases to check agaisnt new error message
ChickenChiang Apr 5, 2023
83791d3
Merge pull request #150 from ChickenChiang/master
ChickenChiang Apr 5, 2023
7ac2245
Merge pull request #19 from ChickenChiang/issue_124_wrongIndexError
ChickenChiang Apr 5, 2023
081f483
Merge pull request #151 from ChickenChiang/master
ChickenChiang Apr 5, 2023
7b78d49
Add Team and UniqueTeamList to model
swx0 Apr 5, 2023
4625ccb
Remove data archive section
swx0 Apr 5, 2023
c994f04
Add create team feature to DG
swx0 Apr 5, 2023
e6881f0
Merge branch 'master' into update-DG
swx0 Apr 5, 2023
e52a574
Merge pull request #152 from swx0/update-DG
swx0 Apr 5, 2023
b9173f8
Fix Ui to prevent clipping of TeamList
ChickenChiang Apr 5, 2023
c60f4fe
Merge pull request #20 from ChickenChiang/issue_137_displayClipping
ChickenChiang Apr 6, 2023
c976bca
Merge pull request #154 from ChickenChiang/master
chen-jerry-junior Apr 6, 2023
008d34c
Modify add command usage message to consist with UG format
chen-jerry-junior Apr 6, 2023
f50a96f
Modify usage message of other commands
chen-jerry-junior Apr 6, 2023
1a6c295
Merge pull request #155 from chen-jerry-junior/master
chen-jerry-junior Apr 6, 2023
4e89354
Add Show Team feature to PPP
chen-jerry-junior Apr 6, 2023
ffedf94
Modify every "address book" into "TeamBuilder"
chen-jerry-junior Apr 6, 2023
0d781bc
Merge pull request #156 from chen-jerry-junior/Finalize-PPP
chen-jerry-junior Apr 6, 2023
e06447a
Merge branch 'master' into master
chen-jerry-junior Apr 6, 2023
3c09928
Merge pull request #157 from chen-jerry-junior/master
chen-jerry-junior Apr 6, 2023
8a1789a
Fix #141
WillCWX Apr 6, 2023
7867163
Fix #140
WillCWX Apr 6, 2023
64c2b7a
Fix #135
WillCWX Apr 6, 2023
79b665a
Fix #134
WillCWX Apr 6, 2023
9c6b3be
Fix #133
WillCWX Apr 6, 2023
f5ea77f
Fix #131
WillCWX Apr 6, 2023
2acf454
Fix #126
WillCWX Apr 6, 2023
0a37606
Merge pull request #158 from WillCWX/fix-pe-d
WillCWX Apr 6, 2023
5f5d917
Add note for sort command
swx0 Apr 7, 2023
a8876b5
Merge pull request #159 from swx0/sort-ug
swx0 Apr 7, 2023
687ad36
Update UG for audience awareness and clarifications
swx0 Apr 7, 2023
d985198
Update language for UG
swx0 Apr 7, 2023
d0ee89d
Update examples
swx0 Apr 7, 2023
d3785d5
Merge pull request #160 from swx0/update-ug-general
swx0 Apr 7, 2023
f1df0b9
Update desc
swx0 Apr 7, 2023
bdaced1
Merge branch 'AY2223S2-CS2103T-T17-1:master' into update-ug-general
swx0 Apr 7, 2023
562301c
Merge pull request #161 from swx0/update-ug-general
swx0 Apr 7, 2023
9d3b9b2
Update target audience
swx0 Apr 7, 2023
4529293
Merge pull request #162 from swx0/ug-audience
swx0 Apr 7, 2023
f151047
Fix activity diagram
swx0 Apr 9, 2023
9fd6986
Merge branch 'master' into fix-activity
swx0 Apr 9, 2023
b475d01
Merge pull request #164 from swx0/fix-activity
swx0 Apr 9, 2023
20e49fe
Update PPP
swx0 Apr 9, 2023
e5bae8b
Merge pull request #165 from swx0/wx-ppp
swx0 Apr 9, 2023
fb27a74
Changes to ModelClass diagram
ChickenChiang Apr 10, 2023
892b242
Edit PPP for ChickenChiang
ChickenChiang Apr 10, 2023
a57f0ce
Remove unecessary details for AddCommand Feature
ChickenChiang Apr 10, 2023
f6784a1
Add planned enhancements to DG
ChickenChiang Apr 10, 2023
5906cac
Changes to ModelClass diagram
ChickenChiang Apr 10, 2023
75a57aa
Edit PPP for ChickenChiang
ChickenChiang Apr 10, 2023
89f3bcc
Remove unecessary details for AddCommand Feature
ChickenChiang Apr 10, 2023
266af59
Add planned enhancements to DG
ChickenChiang Apr 10, 2023
0996ad6
Merge pull request #166 from ChickenChiang/master
ChickenChiang Apr 10, 2023
093aa2d
Add More planned enhancements
ChickenChiang Apr 10, 2023
0e101ef
Merge branch 'master' into DG_edits
ChickenChiang Apr 10, 2023
bddbb99
Merge pull request #22 from ChickenChiang/DG_edits
ChickenChiang Apr 10, 2023
a29f1d7
Merge pull request #167 from ChickenChiang/master
ChickenChiang Apr 10, 2023
993b80b
Update manual testing in DG
swx0 Apr 10, 2023
8b9e66c
Remove duplicate
swx0 Apr 10, 2023
a55bd36
Merge pull request #168 from swx0/update-dg-ppp
swx0 Apr 10, 2023
451f9a0
Update Ui image on README
ChickenChiang Apr 10, 2023
3d02230
Merge branch 'master' of https://github.com/ChickenChiang/tp
ChickenChiang Apr 10, 2023
40c8d96
Resize images in README and UserGuide
ChickenChiang Apr 10, 2023
5f0904a
Merge pull request #169 from ChickenChiang/master
ChickenChiang Apr 10, 2023
d7e64e7
Update Ui on README and Github pages
ChickenChiang Apr 10, 2023
90e945c
Merge branch 'master' of https://github.com/ChickenChiang/tp
ChickenChiang Apr 10, 2023
feb43a5
Merge pull request #170 from ChickenChiang/master
ChickenChiang Apr 10, 2023
aa29b03
Finalize PPP for Jiarui
chen-jerry-junior Apr 10, 2023
857369b
Merge branch 'master' into master
chen-jerry-junior Apr 10, 2023
97f5e76
Merge pull request #171 from chen-jerry-junior/master
chen-jerry-junior Apr 10, 2023
923df06
Fix links and format
WillCWX Apr 10, 2023
d519a21
Merge branch 'master' into last-UG-update
WillCWX Apr 10, 2023
6c35a68
Additional edits to ChickenChiang PPP
ChickenChiang Apr 10, 2023
eb16648
Merge pull request #173 from ChickenChiang/master
ChickenChiang Apr 10, 2023
901c9e4
Merge branch 'master' into last-UG-update
WillCWX Apr 10, 2023
55b3a4b
Fix broken links
WillCWX Apr 10, 2023
4b08bd4
Merge pull request #172
WillCWX Apr 10, 2023
a238016
Add activity diagrams for show command and show command parser
chen-jerry-junior Apr 10, 2023
eb4e209
Merge branch 'master' of https://github.com/chen-jerry-junior/tp
chen-jerry-junior Apr 10, 2023
6e5a5b8
Added Appendix: Effort for DG
ChickenChiang Apr 10, 2023
14d50cb
Fix broken links
WillCWX Apr 10, 2023
a804416
Merge pull request #174 from WillCWX/last-DG-update
ChickenChiang Apr 10, 2023
5c1a42d
Merge branch 'AY2223S2-CS2103T-T17-1:master' into master
ChickenChiang Apr 10, 2023
665d6bd
Add manual test case for show command
chen-jerry-junior Apr 10, 2023
c0bbed9
Merge branch 'master' into master
chen-jerry-junior Apr 10, 2023
edae3d4
Add empty line at EOF in puml files
chen-jerry-junior Apr 10, 2023
f23f266
Merge branch 'master' of https://github.com/chen-jerry-junior/tp
chen-jerry-junior Apr 10, 2023
951e1bb
Delete trailing white spaces for DG
chen-jerry-junior Apr 10, 2023
54dca9a
Update PPP
WillCWX Apr 10, 2023
b96b348
Delete trailing white spaces in UG
chen-jerry-junior Apr 10, 2023
389d3c2
Delete trailing white spaces in PPPs
chen-jerry-junior Apr 10, 2023
8d02aba
Merge branch 'master' into update-PPP
WillCWX Apr 10, 2023
3b71789
Merge pull request #176 from chen-jerry-junior/master
chen-jerry-junior Apr 10, 2023
a4849d9
Merge branch 'master' into update-PPP
WillCWX Apr 10, 2023
1c1364e
Merge pull request #175 from ChickenChiang/master
chen-jerry-junior Apr 10, 2023
aca90a3
Merge branch 'master' into update-PPP
WillCWX Apr 10, 2023
717079b
Merge pull request #177 from WillCWX/update-PPP
WillCWX Apr 10, 2023
f8cf4b1
Update chen-jerry-junior.md
chen-jerry-junior Apr 10, 2023
5605ab1
Chages to UG screenshots and Specification
ChickenChiang Apr 10, 2023
3b46ab6
Resize Screen shot on index.md
ChickenChiang Apr 10, 2023
a8fd5d0
Merge branch 'AY2223S2-CS2103T-T17-1:master' into master
ChickenChiang Apr 10, 2023
d0d1f47
Edit DG
ChickenChiang Apr 10, 2023
27bdf95
Merge branch 'master' of https://github.com/ChickenChiang/tp
ChickenChiang Apr 10, 2023
ff1340c
Merge pull request #178 from ChickenChiang/master
swx0 Apr 10, 2023
9437a11
Edit DG
ChickenChiang Apr 10, 2023
0569f55
Merge branch 'master' of https://github.com/ChickenChiang/tp
ChickenChiang Apr 10, 2023
4a0ef64
Merge branch 'master' into master
ChickenChiang Apr 10, 2023
069210e
Merge pull request #179 from ChickenChiang/master
ChickenChiang Apr 10, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 4 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- name: Run repository-wide tests
if: runner.os == 'Linux'
working-directory: ${{ github.workspace }}/.github
working-directory: ${{ github.workspace }}/.github
run: ./run-checks.sh

- name: Validate Gradle Wrapper
Expand All @@ -32,13 +32,14 @@ jobs:
- name: Setup JDK 11
uses: actions/setup-java@v1
with:
java-version: '11'
java-version: "11"
java-package: jdk+fx

- name: Build and check with Gradle
run: ./gradlew check coverage

- uses: codecov/codecov-action@v2
- name: Codecov
uses: codecov/[email protected]
if: runner.os == 'Linux'
with:
directory: ${{ github.workspace }}/build/reports/jacoco/coverage
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ src/main/resources/docs/
/out/
/*.iml

# VSCode files
.vscode
bin
.jekyll-cache

# Storage/log files
/data/
/config.json
Expand Down
13 changes: 13 additions & 0 deletions .settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
arguments=--init-script C\:\\Users\\xuanw\\AppData\\Roaming\\Code\\User\\globalStorage\\redhat.java\\1.16.0\\config_win\\org.eclipse.osgi\\53\\0\\.cp\\gradle\\init\\init.gradle --init-script C\:\\Users\\xuanw\\AppData\\Roaming\\Code\\User\\globalStorage\\redhat.java\\1.16.0\\config_win\\org.eclipse.osgi\\53\\0\\.cp\\gradle\\protobuf\\init.gradle
auto.sync=true
build.scans.enabled=false
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
connection.project.dir=
eclipse.preferences.version=1
gradle.user.home=
java.home=C\:/Program Files/Java/jdk-11.0.13
jvm.arguments=
offline.mode=false
override.workspace.settings=true
show.console.view=true
show.executions.view=true
71 changes: 57 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,57 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)

![Ui](docs/images/Ui.png)

* This is **a sample project for Software Engineering (SE) students**.<br>
Example usages:
* as a starting point of a course project (as opposed to writing everything from scratch)
* as a case study
* The project simulates an ongoing software project for a desktop application (called _AddressBook_) used for managing contact details.
* It is **written in OOP fashion**. It provides a **reasonably well-written** code base **bigger** (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
* It comes with a **reasonable level of user and developer documentation**.
* It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...).
* For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**.
* This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org#https://se-education.org/#contributing) for more info.
[![Java CI](https://github.com/AY2223S2-CS2103T-T17-1/tp/actions/workflows/gradle.yml/badge.svg?branch=master)](https://github.com/AY2223S2-CS2103T-T17-1/tp/actions/workflows/gradle.yml)
[![codecov](https://codecov.io/gh/AY2223S2-CS2103T-T17-1/tp/branch/master/graph/badge.svg?token=9DLYEI4IMS)](https://codecov.io/gh/AY2223S2-CS2103T-T17-1/tp)[![pages-build-deployment](https://github.com/AY2223S2-CS2103T-T17-1/tp/actions/workflows/pages/pages-build-deployment/badge.svg?branch=master)](https://github.com/AY2223S2-CS2103T-T17-1/tp/actions/workflows/pages/pages-build-deployment)

<img class="center" src="docs/images/TeamBuilderUi.png" width="600">


# Team builder

This is a project by Software Engineering (SE) students of the National University of Singapore (NUS).
It is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org). You can view the NUS source code [here](https://github.com/nus-cs2103-AY2223S2/tp).

We aim for this project to be able to help Computing Students manage contacts to form teams for hackathons, etc.



* For the detailed documentation of this project, see the **[Team Builder Product Website](https://ay2223s2-cs2103t-t17-1.github.io/tp/)**.
* This project is an implementation of a project that is **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org#https://se-education.org/#contributing) for more info.

## Installation

Prerequisite:

1. Downloaded [Java JDK 11](https://www.oracle.com/sg/java/technologies/javase/jdk11-archive-downloads.html) for your operating system.

Team Builder Installation:

1. Download teambuilder.jar from the latest release
2. Run Team Builder using method (A) or (B)
(A) Run teambuilder.jar from the command line using\
`java -jar teambuilder.jar`\
(B) Double click onto teambuilder.jar

## Usage

> View the full user guide [here](https://ay2223s2-cs2103t-t17-1.github.io/tp/UserGuide.html)

## Contribution

> View the full developer guide [here](https://ay2223s2-cs2103t-t17-1.github.io/tp/DeveloperGuide.html)

If you would like to contribute to our project, there are some items you will need to note:

1. All Pull Requests are subjected to a NUS Professor's approval as this project is graded for a module.
2. Code Reviews, however, are greatly appreciated.
3. Making an issue for a bug is also greatly appreciated.

## Authors

> View our team page [here](https://ay2223s2-cs2103t-t17-1.github.io/tp/AboutUs.html)

- Joshua Chiang ([@ChickenChiang](https://github.com/ChickenChiang))
- Chen Jiarui ([@chen-jerry-junior](https://github.com/chen-jerry-junior))
- See Wei Xun ([@swx0](https://github.com/swx0))
- William Chau Wei Xuan ([@WillCWX](https://github.com/willcwx))

## Other Acknowledgements
- [Fluent UI Icons](https://github.com/microsoft/fluentui-system-icons) ([filled](https://www.svgrepo.com/collection/fluent-ui-icons-filled/), [outlined](https://www.svgrepo.com/collection/fluent-ui-icons-outlined)) are used under the MIT License.
10 changes: 8 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'jacoco'
}

mainClassName = 'seedu.address.Main'
mainClassName = 'teambuilder.Main'

sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Expand All @@ -20,6 +20,10 @@ checkstyle {
toolVersion = '10.2'
}

run {
enableAssertions = true
}

test {
useJUnitPlatform()
finalizedBy jacocoTestReport
Expand Down Expand Up @@ -61,12 +65,14 @@ dependencies {
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.7.4'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: jUnitVersion
// for vscode
testImplementation('org.junit.platform:junit-platform-launcher:1.5.2')

testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: jUnitVersion
}

shadowJar {
archiveFileName = 'addressbook.jar'
archiveFileName = 'teambuilder.jar'
}

defaultTasks 'clean', 'test'
4 changes: 4 additions & 0 deletions copyright.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Copyright by Susumu Yoshida - http://www.mcdodesign.com/
- address_book_32.png
- AddressApp.ico

Copyright (c) 2020 Microsoft Corporation - https://developer.microsoft.com/en-us/fluentui#/
- fluent ui outlined icons
- fluent ui filled icons

Copyright by Jan Jan Kovařík - http://glyphicons.com/
- calendar.png
- edit.png
47 changes: 18 additions & 29 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,51 +9,40 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe
### Chen Jiarui

<img src="images/johndoe.png" width="200px">
<img src="images/chen-jerry-junior.png" width="200px">

[[homepage](http://www.comp.nus.edu.sg/~damithch)]
[[github](https://github.com/johndoe)]
[[portfolio](team/johndoe.md)]

* Role: Project Advisor

### Jane Doe

<img src="images/johndoe.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/chen-jerry-junior)] [[portfolio](team/chen-jerry-junior.md)]

* Role: Team Lead
* Responsibilities: UI
* Responsibilities: Data & UI

### Johnny Doe
### Joshua Chiang

<img src="images/johndoe.png" width="200px">
<img src="images/chickenchiang.png" width="200px">

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[github](http://github.com/chickenchiang)]
[[portfolio](team/chickenchiang.md)]

* Role: Developer
* Responsibilities: Data
* Responsibilities: UI

### Jean Doe
### See Wei Xun

<img src="images/johndoe.png" width="200px">
<img src="images/swx0.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/swx0)] [[portfolio](team/swx0.md)]

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: Developer guide, Documentation

### James Doe
### William Chau Wei Xuan

<img src="images/johndoe.png" width="200px">
<img src="images/willcwx.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/willcwx)]
[[portfolio](team/willcwx.md)]

* Role: Developer
* Responsibilities: UI
* Responsibilities: Testing, Integration
Loading