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-W17-3] ClientConnect #81

Open
wants to merge 334 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
334 commits
Select commit Hold shift + click to select a range
0895895
Update checkstyle
michaelseyo Mar 15, 2022
16f9359
Merge pull request #40 from jiewei98/undo-command
leeyiheng12 Mar 15, 2022
491395c
Merge pull request #42 from michaelseyo/branch-update-ui
leeyiheng12 Mar 15, 2022
dc10269
Add Priority to Tag: still problems with storing in JSON and tests fo…
MontyPython28 Mar 16, 2022
0f697a0
Fix empty list cell colouring for light theme
michaelseyo Mar 16, 2022
4588e67
Fix checkstyle
michaelseyo Mar 16, 2022
add4f40
Fix Storage issues for Tag Priorities
MontyPython28 Mar 16, 2022
b83238f
Add colour changes to reflect tag's priority level
MontyPython28 Mar 16, 2022
0fb15f3
Fix all tests except 2
MontyPython28 Mar 17, 2022
ec4d4f3
Fix CSV Storage issues
MontyPython28 Mar 17, 2022
62279f0
Merge pull request #44 from michaelseyo/branch-UI-fixes
jiewei98 Mar 17, 2022
333bdfb
Merge pull request #45 from MontyPython28/add-Priority-To-Tag
jiewei98 Mar 17, 2022
c933aa4
Add a check if previous command was undoable
jiewei98 Mar 17, 2022
2b16f1b
Merge pull request #47 from jiewei98/undo-command
MontyPython28 Mar 17, 2022
25f7777
Fix empty table colouring
michaelseyo Mar 17, 2022
7cedbd8
Merge branch 'master' into branch-UI-fixes
michaelseyo Mar 17, 2022
62cfe70
Fix bug in undo command which caused undo to not work
jiewei98 Mar 17, 2022
6d01170
Merge pull request #49 from michaelseyo/branch-UI-fixes
jiewei98 Mar 17, 2022
8084f69
Merge pull request #48 from jiewei98/undo-command
michaelseyo Mar 17, 2022
f7a8ae7
Update DeveloperGuide
MontyPython28 Mar 20, 2022
187aa2a
Merge pull request #50 from MontyPython28/update-Developer-Guide
michaelseyo Mar 21, 2022
a936813
Update user guide for find
michaelseyo Mar 21, 2022
e8515a8
Enable assertions in build.gradle
MontyPython28 Mar 21, 2022
0a532ec
Update developer guide for FindCommand with uml diagram
michaelseyo Mar 21, 2022
f526cf4
Update checkstyle
michaelseyo Mar 21, 2022
afc533e
Fix typo
michaelseyo Mar 21, 2022
61b89a0
Merge pull request #52 from MontyPython28/update-Developer-Guide
leeyiheng12 Mar 21, 2022
f7b3efe
Merge pull request #53 from AY2122S2-CS2103-W17-3/branch-update-guides
leeyiheng12 Mar 21, 2022
2562850
Update DG
Mar 22, 2022
2c7b238
Update DG
jetrz Mar 22, 2022
505ae3e
Update version number
MontyPython28 Mar 22, 2022
c076452
Merge pull request #55 from MontyPython28/update-Developer-Guide
MontyPython28 Mar 22, 2022
34bc78b
Merge pull request #54 from jetrz/updating-DG-clip-implementation
jetrz Mar 22, 2022
193eca6
Update DG to include implementation of exporting to and importing
leeyiheng12 Mar 22, 2022
41316ce
Merge pull request #56 from leeyiheng12/branch-update-dg-leeyiheng12
leeyiheng12 Mar 22, 2022
8f7e5db
Create base ui for insurance package
michaelseyo Mar 22, 2022
3879e06
Update DG with current undo implementation
jiewei98 Mar 22, 2022
d15921f
Merge pull request #57 from jiewei98/updating-DG
jiewei98 Mar 22, 2022
b812112
Add addTag command
MontyPython28 Mar 23, 2022
cd86dd4
Change implementation of tagList from Set to ArrayList
MontyPython28 Mar 24, 2022
3a7a2b2
Merge pull request #63 from MontyPython28/add-Tag-Command
jetrz Mar 25, 2022
753e5ac
Add priority list command
Mar 27, 2022
b055c48
Add sequence diagram for PrioListCommand in DG
Mar 27, 2022
503b261
Update DG to include priority list implementation
jetrz Mar 27, 2022
cdea7d3
Minor styling edits
Mar 27, 2022
be4918d
Merge branch 'sort-by-priority' of https://github.com/jetrz/tp into s…
Mar 27, 2022
a53d10b
Minor styling edits
Mar 27, 2022
5113051
Minor styling edits
Mar 27, 2022
a97398f
Minor styling edits
Mar 27, 2022
3f42346
Minor styling edits
Mar 27, 2022
d20c2e9
Add redo command
jiewei98 Mar 27, 2022
8bad1f5
Merge branch 'master' into undo-command
jiewei98 Mar 27, 2022
cd00af0
Make EditTagCommand and DeleteTagCommand
MontyPython28 Mar 28, 2022
2bb720b
Integrate EditTagCommand and DeleteTagCommand into Parser completely
MontyPython28 Mar 28, 2022
cc983e9
Minor styling edits
Mar 28, 2022
079b146
Merge pull request #65 from jiewei98/undo-command
jetrz Mar 28, 2022
861a990
Implement basic functionality for InsurancePackage expansion
leeyiheng12 Mar 28, 2022
bf4c545
Add tests to improved insurance package functionality
leeyiheng12 Mar 28, 2022
3ed70f1
Merge pull request #66 from MontyPython28/add-Tag-Command
leeyiheng12 Mar 28, 2022
4f82d7d
Merge branch 'master' into branch-improveInsurancePackage
leeyiheng12 Mar 28, 2022
a149698
Create ui with dummy observable list
michaelseyo Mar 29, 2022
044dc97
Merge branch 'master' into branch-insurancepackage-ui
michaelseyo Mar 29, 2022
82b2343
Merge branch 'master' into sort-by-priority
leeyiheng12 Mar 29, 2022
f25bb3d
Merge pull request #64 from jetrz/sort-by-priority
leeyiheng12 Mar 29, 2022
fa1e0e5
Merge branch 'master' into branch-improveInsurancePackage
leeyiheng12 Mar 29, 2022
f34c90a
Fix checkstyle violations
leeyiheng12 Mar 29, 2022
711a340
Update User Guide
MontyPython28 Mar 29, 2022
54fd6c3
Merge pull request #67 from MontyPython28/update-User-Guide
MontyPython28 Mar 29, 2022
13bf012
Make ui responsive
michaelseyo Mar 29, 2022
4919025
Merge branch 'master' into branch-insurancepackage-ui
michaelseyo Mar 29, 2022
a1ca104
Checkstyle changes
michaelseyo Mar 29, 2022
6f900be
Merge pull request #68 from AY2122S2-CS2103-W17-3/branch-insurancepac…
leeyiheng12 Mar 30, 2022
4900ad4
Add tests for new classes created
leeyiheng12 Mar 30, 2022
0fe33a2
Merge branch 'master' into branch-improveInsurancePackage
leeyiheng12 Mar 30, 2022
6708c19
Integrate existing set of insurance packages with FXML window
leeyiheng12 Mar 30, 2022
fb93746
Update TypicalInsurancePackages.java
leeyiheng12 Mar 30, 2022
de9dcb9
Update clip command to clip by index
Mar 30, 2022
11b500e
Simplify logic of clip command
Mar 30, 2022
56dee2e
Minor styling edits
Mar 30, 2022
c9e1681
Merge pull request #69 from leeyiheng12/branch-improveInsurancePackage
michaelseyo Mar 30, 2022
2ddb429
Merge pull request #70 from jetrz/clip-by-index
michaelseyo Mar 30, 2022
a051bd0
Change ui for package cards
michaelseyo Mar 30, 2022
2f48e33
Merge pull request #71 from AY2122S2-CS2103-W17-3/branch-insurancepac…
MontyPython28 Mar 31, 2022
fe7873e
Update UG to include some new commands, add screenshot to landing
leeyiheng12 Mar 31, 2022
7898d7c
Merge pull request #72 from leeyiheng12/branch-improve-userdocs-1.3
leeyiheng12 Mar 31, 2022
bd90892
Update UG to include undo and redo command
jiewei98 Mar 31, 2022
ded162c
Merge pull request #73 from jiewei98/updating-UG
jiewei98 Mar 31, 2022
92e06a8
Update UG for packages tab
michaelseyo Mar 31, 2022
aa91de7
Merge branch 'master' into v1.3-ug-update
michaelseyo Mar 31, 2022
df135aa
Change overall format of user guide
michaelseyo Mar 31, 2022
8753190
Merge pull request #74 from AY2122S2-CS2103-W17-3/v1.3-ug-update
michaelseyo Mar 31, 2022
204d9c2
Fix typos for ug
michaelseyo Mar 31, 2022
ed57c1d
Add dividing lines
michaelseyo Mar 31, 2022
bd68088
Merge pull request #75 from AY2122S2-CS2103-W17-3/v1.3-ug-update
michaelseyo Mar 31, 2022
7eb2956
Add cover pic for undo command
michaelseyo Mar 31, 2022
6577ae4
Merge pull request #76 from AY2122S2-CS2103-W17-3/v1.3-ug-update
michaelseyo Mar 31, 2022
f747318
Update UG to include details about prioList
Apr 1, 2022
8986974
Update UserGuide to include info on prioList
jetrz Apr 1, 2022
f5d7cda
Merge pull request #77 from jetrz/clip-by-index
jetrz Apr 1, 2022
a9ec797
Update UG to include cover photo for prioList
Apr 1, 2022
0041ef8
Merge branch 'clip-by-index'
Apr 1, 2022
500f9b7
Merge branch 'clip-by-index'
Apr 1, 2022
5c0e27c
Update UserGuide
jetrz Apr 1, 2022
3a7b4d3
Fix bug: EditTagCommand and DeleteTagCommand require valid tag index
MontyPython28 Apr 3, 2022
e8cbeb2
Fix bugs in error messages for add/edit/deleteTag commands
MontyPython28 Apr 4, 2022
c4215aa
Merge pull request #149 from MontyPython28/add-Tag-Command
michaelseyo Apr 5, 2022
485489d
Change colour of tags
MontyPython28 Apr 5, 2022
039dec3
Remove expandable panels
michaelseyo Apr 5, 2022
29fbccf
Merge pull request #150 from AY2122S2-CS2103-W17-3/branch-fix-ug-bugs
michaelseyo Apr 5, 2022
b0d1311
Update link for userguide in help window
michaelseyo Apr 5, 2022
8c189c2
Update UG to improve description of intro
michaelseyo Apr 5, 2022
209afac
Update messages to show Client instead of Person
michaelseyo Apr 5, 2022
c5e0e91
Merge pull request #151 from AY2122S2-CS2103-W17-3/branch-fix-ug-bugs
michaelseyo Apr 5, 2022
edd551e
Merge pull request #152 from MontyPython28/add-Tag-Command
MontyPython28 Apr 5, 2022
f389dad
Update regex for adding email to must have 1 period for domain label
michaelseyo Apr 6, 2022
fe21c44
Improve testing for validity of email domain inputs
michaelseyo Apr 6, 2022
26fb9f7
Update UG on add command email valid parameters
michaelseyo Apr 6, 2022
927a8e8
Merge pull request #153 from AY2122S2-CS2103-W17-3/branch-fix-bugs
leeyiheng12 Apr 6, 2022
9bc0fc3
Fix the bug of the file chooser not working for non-Windows users,
leeyiheng12 Apr 6, 2022
a2e6e6d
Merge branch 'master' into branch-leeyiheng12-bugfixes
leeyiheng12 Apr 6, 2022
d99ba02
Merge pull request #154 from leeyiheng12/branch-leeyiheng12-bugfixes
michaelseyo Apr 6, 2022
8f36d82
Change definition of equality of Person, and add more details to
leeyiheng12 Apr 6, 2022
459be5e
Fix testcase to reflect change in person equality
leeyiheng12 Apr 6, 2022
d7078bd
Merge pull request #155 from leeyiheng12/branch-leeyiheng12-bugfixes2
michaelseyo Apr 6, 2022
e524788
Add tests for AddTagCommand
MontyPython28 Apr 6, 2022
8fab9d6
Fix duplicate issue for adding tag
MontyPython28 Apr 6, 2022
373f9e8
Merge branch 'master' into add-Tag-Command
MontyPython28 Apr 6, 2022
68769e1
Merge pull request #156 from MontyPython28/add-Tag-Command
michaelseyo Apr 7, 2022
b95934c
Update PPP
MontyPython28 Apr 7, 2022
80f5266
Merge branch 'AY2122S2-CS2103-W17-3:master' into master
jetrz Apr 7, 2022
6742e09
Add tests for EditTagCommand
MontyPython28 Apr 7, 2022
1a09a75
Add tests for DeleteTagCommand
MontyPython28 Apr 7, 2022
fcf3770
Add tests for parseOutNumber and parseOutIndex
MontyPython28 Apr 7, 2022
111dd7f
Fix prioList bug and add tests
Apr 7, 2022
084c18d
Minor styling edits
Apr 7, 2022
566d263
Add tests for AddTagCommandParser
MontyPython28 Apr 7, 2022
9976790
Add tests for EditTagCommandParser
MontyPython28 Apr 7, 2022
9aad29b
Add PackageWindow to main UI uml diagram
michaelseyo Apr 7, 2022
6ce4969
Add tests for DeleteTagCommandParser
MontyPython28 Apr 7, 2022
356bf4e
Update UI Class Diagram with packageCard
michaelseyo Apr 7, 2022
77e27fb
Merge pull request #157 from MontyPython28/fix-bugs-and-tests
michaelseyo Apr 7, 2022
7b47117
Merge pull request #158 from jetrz/master
michaelseyo Apr 7, 2022
8966768
Merge branch 'master' into branch-dg-update
michaelseyo Apr 7, 2022
26be02f
Update image for UG
Apr 7, 2022
fc3d251
Update UG
Apr 7, 2022
2204d43
Update UserGuide
jetrz Apr 7, 2022
c64980c
Minor wording edits
jetrz Apr 7, 2022
311f3e6
Add diagrams for DG
Apr 7, 2022
12379e3
Update DG
jetrz Apr 7, 2022
a53fffb
Update ClipCommandSeqSD.PNG
Apr 7, 2022
e0c1cbe
Merge branch 'master' of https://github.com/jetrz/tp
Apr 7, 2022
5d3cad8
Add more unit tests for undo and redo
jiewei98 Apr 7, 2022
23c5466
Merge pull request #159 from jiewei98/undo-command
michaelseyo Apr 8, 2022
db7c378
Update UML diagram for packageWindow UI
michaelseyo Apr 8, 2022
d0e01ba
Update dg class diagram for ui
michaelseyo Apr 8, 2022
2746d72
Revert accidental feature tweak done in v1.4
MontyPython28 Apr 8, 2022
1738f5d
Add sequence diagrams for find command
michaelseyo Apr 8, 2022
9c0207b
Update redo and undo portion of UG to state that certain commands are
jiewei98 Apr 8, 2022
2952546
Merge pull request #160 from MontyPython28/fix-bugs-and-tests
michaelseyo Apr 8, 2022
115e644
Add logging and assertions
Apr 8, 2022
dab0a3c
Update jetrz.md
jetrz Apr 8, 2022
61b0a4a
Merge pull request #161 from AY2122S2-CS2103-W17-3/branch-dg-update
leeyiheng12 Apr 8, 2022
4c88436
Update jetrz.md
jetrz Apr 8, 2022
9a29522
Catch HeadlessException in AddToClipboardCommandTest
Apr 8, 2022
7bbe2e9
Merge branch 'master' of https://github.com/jetrz/tp
Apr 8, 2022
705dd10
Merge pull request #162 from jetrz/master
jetrz Apr 8, 2022
22dde57
Update undo and redo portions of DeveloperGuide
jiewei98 Apr 8, 2022
f7c541c
Merge pull request #163 from jiewei98/updating-UG
jiewei98 Apr 8, 2022
87802e7
Merge pull request #164 from jiewei98/updating-DG
jiewei98 Apr 8, 2022
c112767
Update PPP
jiewei98 Apr 8, 2022
ef0291e
Merge pull request #165 from jiewei98/updating-PPP
jiewei98 Apr 8, 2022
a70afc1
Improve test cases for find
michaelseyo Apr 9, 2022
c2b9d67
Add logging, assertion, defensive prog, exceptions for find
michaelseyo Apr 9, 2022
f3be2dd
Refine checkstyle
michaelseyo Apr 9, 2022
8048a96
Merge branch 'master' into branch-refine-find
michaelseyo Apr 9, 2022
3584f41
Update DG for find
michaelseyo Apr 9, 2022
eb60651
Update diagram for find command
michaelseyo Apr 9, 2022
62b6854
Fix no newline error for PPP
jiewei98 Apr 9, 2022
505abf5
Merge pull request #167 from jiewei98/updating-PPP
jiewei98 Apr 9, 2022
1715dbc
Add clear command test cases for undo and redo
jiewei98 Apr 9, 2022
a9018f3
Merge pull request #168 from jiewei98/undo-command
jiewei98 Apr 9, 2022
237ff8f
Update PPP
michaelseyo Apr 9, 2022
8e6860e
Merge branch 'master' into branch-refine-find
michaelseyo Apr 9, 2022
06cd9b9
Add additional details for PPP
michaelseyo Apr 9, 2022
a2f2527
Update PPP to include contributions to project
leeyiheng12 Apr 9, 2022
eabfc61
Remove redundancy in test cases
michaelseyo Apr 10, 2022
be40843
Fix checkstyle
michaelseyo Apr 10, 2022
242c5b3
Merge pull request #169 from AY2122S2-CS2103-W17-3/branch-refine-find
MontyPython28 Apr 10, 2022
6d5f27c
Add to PPP, index.md and correct small typos in team description
MontyPython28 Apr 10, 2022
5d54afd
Change PPP
MontyPython28 Apr 10, 2022
fe35623
Change PPP
MontyPython28 Apr 10, 2022
53db39d
Merge pull request #170 from MontyPython28/update-Documentation
MontyPython28 Apr 10, 2022
004b6e4
Update index.md and developer guide remove duplicate title
michaelseyo Apr 10, 2022
9d5ee2b
Merge pull request #171 from AY2122S2-CS2103-W17-3/branch-documentation
michaelseyo Apr 10, 2022
6d7fe93
fixed typo in index.md line
michaelseyo Apr 10, 2022
a724e8d
Merge pull request #172 from AY2122S2-CS2103-W17-3/branch-documentation
michaelseyo Apr 10, 2022
ba94bf2
Format according to coding standards
MontyPython28 Apr 10, 2022
cece7e7
Update jetrz.md
jetrz Apr 10, 2022
1e6a7ea
Merge pull request #173 from jetrz/master
jetrz Apr 10, 2022
524c235
Minor styling changes
jetrz Apr 10, 2022
c3c6d85
Update UserGuide
MontyPython28 Apr 10, 2022
c135198
Merge branch 'master' into update-Documentation
MontyPython28 Apr 10, 2022
462bc29
Merge pull request #174 from MontyPython28/update-Documentation
MontyPython28 Apr 10, 2022
89ef31c
Update userguide to join listp and viewing packages
michaelseyo Apr 10, 2022
15a7860
Merge branch 'master' into branch-documentation
michaelseyo Apr 10, 2022
fe12b24
Reformat small errors in user guide
michaelseyo Apr 10, 2022
35e3bb7
Merge pull request #175 from AY2122S2-CS2103-W17-3/branch-documentation
michaelseyo Apr 10, 2022
93e94e5
Change header for product website
jetrz Apr 10, 2022
9eb9ff0
Update jetrz.md
jetrz Apr 10, 2022
66b2568
Add section for code reuse
Apr 10, 2022
1b8d600
Update use cases for clip and prioList
jetrz Apr 10, 2022
fa7220f
Merge pull request #176 from jetrz/master
jetrz Apr 10, 2022
17b288f
Update jetrz.md
jetrz Apr 10, 2022
4880e3a
Merge branch 'master' into branch-leeyiheng12-1.4updates
leeyiheng12 Apr 10, 2022
3290506
Make changes to fulfil v1.4 requirements.
leeyiheng12 Apr 10, 2022
f3ef662
Fix checkstyle violation
leeyiheng12 Apr 10, 2022
f7dde1d
Update jiewei98.md and jiewei98.png
jiewei98 Apr 10, 2022
9f396da
Add logging for undo/redo commands
jiewei98 Apr 10, 2022
66f8960
Merge pull request #178 from jiewei98/undo-command
jiewei98 Apr 10, 2022
4d03e1a
Update jiewei98.md to include changes done to undo/redo
jiewei98 Apr 10, 2022
239e4ce
Fix no newline error for jiewei98.md
jiewei98 Apr 10, 2022
95ca61f
Merge pull request #179 from jiewei98/updating-PPP
jiewei98 Apr 10, 2022
18e0bfe
Fix aboutus.html not displaying jiewei98.png
jiewei98 Apr 10, 2022
d1c1c4b
Merge pull request #180 from jiewei98/updating-PPP
jiewei98 Apr 10, 2022
2fb97f3
Merge pull request #177 from leeyiheng12/branch-leeyiheng12-1.4updates
MontyPython28 Apr 11, 2022
44a1a68
Update find MSS
michaelseyo Apr 11, 2022
73cddbc
Merge pull request #181 from AY2122S2-CS2103-W17-3/branch-documentation
michaelseyo Apr 11, 2022
993c9a2
Update PPP hyperlinks
michaelseyo Apr 11, 2022
146c037
Merge pull request #182 from AY2122S2-CS2103-W17-3/branch-documentation
michaelseyo Apr 11, 2022
c504ab1
Add documentation, including use cases in the DG
leeyiheng12 Apr 11, 2022
b94e3d6
Update UserGuide.md
jetrz Apr 11, 2022
bafc4d3
Merge pull request #183 from leeyiheng12/branch-leeyiheng12-1.4updates2
leeyiheng12 Apr 11, 2022
4b4f6d8
Update UserGuide and PPP with small changes to DG
MontyPython28 Apr 11, 2022
c4b692d
Merge pull request #184 from MontyPython28/update-Documentation
MontyPython28 Apr 11, 2022
9a9c5c4
Change DeveloperGuide
MontyPython28 Apr 11, 2022
4fbda20
Merge pull request #185 from MontyPython28/update-Documentation
MontyPython28 Apr 11, 2022
3ce65d0
Make minor changes to README and DG
MontyPython28 Apr 11, 2022
240ddfc
Merge remote-tracking branch 'origin/update-Documentation' into updat…
MontyPython28 Apr 11, 2022
f049af3
Update jetrz.md
jetrz Apr 11, 2022
7e5bd97
Update jetrz.md
jetrz Apr 11, 2022
0f3e0d3
Update DG
jetrz Apr 11, 2022
9fe6071
Update code reuse
michaelseyo Apr 11, 2022
edc54b0
Merge pull request #187 from AY2122S2-CS2103-W17-3/branch-documentation
MontyPython28 Apr 11, 2022
8097b72
Merge pull request #186 from MontyPython28/update-Documentation
MontyPython28 Apr 11, 2022
83c3415
Update DG
MontyPython28 Apr 11, 2022
a5e17d9
Merge pull request #188 from MontyPython28/update-Documentation
MontyPython28 Apr 11, 2022
c524c00
Update DG and UG
MontyPython28 Apr 11, 2022
e987fe7
Merge pull request #189 from MontyPython28/update-Documentation
MontyPython28 Apr 11, 2022
e5fd199
Update DG and UG
MontyPython28 Apr 11, 2022
9fad80a
Merge pull request #190 from MontyPython28/update-Documentation
MontyPython28 Apr 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Enable assertions in build.gradle
MontyPython28 committed Mar 21, 2022

Verified

This commit was signed with the committer’s verified signature.
commit e8515a890c59a26673642387508cd879977e7080
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -40,6 +40,10 @@ task coverage(type: JacocoReport) {
}
}

run {
enableAssertions = true
}

dependencies {
String jUnitVersion = '5.4.0'
String javaFxVersion = '11'