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-AY2122S1] Student Insurance Agent Sales Assistant (SIASA) #88

Open
wants to merge 383 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
383 commits
Select commit Hold shift + click to select a range
b1905aa
Merge pull request #60 from sherrpass/sherwin-policy-tags
zhuoyang125 Oct 28, 2021
dbcc234
Implement sorting for policies
yatbun Oct 28, 2021
e4c5a06
Merge pull request #63 from AY2122S1-CS2103-F10-4/myron_guided-walkth…
zhuoyang125 Oct 29, 2021
9bb7087
Merge pull request #64 from AY2122S1-CS2103-F10-4/myron_start-up-summary
zhuoyang125 Oct 29, 2021
b7dcf26
Merge branch 'master' into zhuoyang_add_download_stats
sherrpass Oct 29, 2021
555c190
fix merge issues
sherrpass Oct 29, 2021
a6419df
Merge branch 'zhuoyang_add_download_stats' of https://github.com/AY21…
sherrpass Oct 29, 2021
0d7709e
Merge pull request #70 from AY2122S1-CS2103-F10-4/zhuoyang_add_downlo…
sherrpass Oct 29, 2021
b985bcb
Fix inconsistencies in getting expiring policies
zhuoyang125 Oct 29, 2021
af4982b
Merge branch 'master' into zhuoyang_fix-conflicts-from-expiringpolicies
zhuoyang125 Oct 29, 2021
2dbd936
Merge pull request #72 from AY2122S1-CS2103-F10-4/zhuoyang_fix-confli…
sherrpass Oct 29, 2021
34f92ef
Merge pull request #71 from yatbun/yatbun_sort
meerian Oct 29, 2021
754f63e
Merge branch 'master' into yatbun_edits
yatbun Oct 29, 2021
7df7eca
Update AddPolicyCommand.java
yatbun Oct 29, 2021
27e34b2
Update SortClientCommand.java
yatbun Oct 29, 2021
16c829c
Merge branch 'master' into yatbun_sort
yatbun Oct 29, 2021
700e0be
Fix merge issues
yatbun Oct 29, 2021
dbefda4
Merge pull request #75 from AY2122S1-CS2103-F10-4/yatbun_sort
yatbun Oct 29, 2021
6438234
Update user guide for client sort and policy sort
meerian Oct 29, 2021
17a8b56
resolve merge conflicts, num of pmt commissions compulsory
sherrpass Oct 29, 2021
d9d7eb9
fix checkstyle
sherrpass Oct 29, 2021
bd86dd8
Merge branch 'master' into yatbun_edits
sherrpass Oct 29, 2021
d0d9b75
Merge pull request #73 from AY2122S1-CS2103-F10-4/yatbun_edits
yatbun Oct 29, 2021
b726691
update user guide with latest commands
zhuoyang125 Oct 29, 2021
07f7ca5
fix checkstyle
zhuoyang125 Oct 29, 2021
78d1af2
Merge pull request #76 from AY2122S1-CS2103-F10-4/zhuoyang_update-use…
meerian Oct 29, 2021
ff1ba4a
Update user guide for edit policy
meerian Oct 29, 2021
956be03
Refactor all mentions of person and client into contact
meerian Oct 31, 2021
49eeb05
Refactor all mentions of person and client into contact
meerian Nov 1, 2021
71032c7
Refactor all mentions of person and client into contact
meerian Nov 1, 2021
7378433
Remove redundant code and refactor test cases
meerian Nov 1, 2021
8a9654a
Remove redundant code and refactor test cases
meerian Nov 1, 2021
a8b98d6
Remove redundant code and refactor test cases
meerian Nov 1, 2021
6708557
Update build-in guide to reflect the refactored commands
meerian Nov 1, 2021
73860f6
save file while running in jar
zhuoyang125 Nov 1, 2021
216ae14
Merge pull request #134 from AY2122S1-CS2103-F10-4/myron_contacts-ref…
zhuoyang125 Nov 1, 2021
92fbd5a
add getCommissionPerContact to model
zhuoyang125 Nov 1, 2021
0bd3850
Adapt calculation of commission per contact
zhuoyang125 Nov 1, 2021
fc8d461
Make closing warning dialog cancel the command
zhuoyang125 Nov 2, 2021
04c5294
Fix typo in EditPolicyCommand.java
yatbun Nov 2, 2021
818c46f
Fix sorting not working after modifying lists
yatbun Nov 2, 2021
3fe5dc2
Merge pull request #135 from AY2122S1-CS2103-F10-4/yatbun_ped-typo-fix
meerian Nov 2, 2021
86c8d99
Merge pull request #137 from AY2122S1-CS2103-F10-4/yatbun_ped-sort-fix
meerian Nov 2, 2021
3379fed
Fix t/ prefix not working for `editpolicy` command
yatbun Nov 3, 2021
dc1a108
Fix `expiringpolicy` command
yatbun Nov 3, 2021
fec154a
fix checkstyle
zhuoyang125 Nov 3, 2021
1fc4b9e
Made expiry date optional
sherrpass Nov 3, 2021
67d875f
fix failing test and checkstyle
sherrpass Nov 3, 2021
5ab3f29
Resolve issues in user guide flagged out during PE-D
meerian Nov 4, 2021
3e8dec1
Fix issue #77
meerian Nov 4, 2021
3151178
fix checkstyle
zhuoyang125 Nov 4, 2021
24644c6
Merge pull request #144 from AY2122S1-CS2103-F10-4/sherwin-optional-e…
zhuoyang125 Nov 4, 2021
4d5f4a0
Merge branch 'master' into zhuoyang_fix-download-stats
zhuoyang125 Nov 4, 2021
d3bf4ae
Update user guide command summary
meerian Nov 4, 2021
9a63b2e
Fix month definition for `expiringpolicy` command
yatbun Nov 4, 2021
b8d3b39
Merge branch 'master' into yatbun_ped-expiring-policy-fix
yatbun Nov 4, 2021
60722da
Update expiring policy check after merging master
yatbun Nov 4, 2021
ff9fea9
Merge pull request #141 from AY2122S1-CS2103-F10-4/yatbun_ped-expirin…
yatbun Nov 4, 2021
254c89c
Merge pull request #143 from AY2122S1-CS2103-F10-4/zhuoyang_fix_warning
yatbun Nov 4, 2021
b8696d5
Merge pull request #146 from AY2122S1-CS2103-F10-4/zhuoyang_fix-downl…
yatbun Nov 4, 2021
eed986f
Update user guide
meerian Nov 4, 2021
4532b24
Merge pull request #140 from AY2122S1-CS2103-F10-4/yatbun_ped-policy-…
meerian Nov 4, 2021
5735c0c
Merge pull request #145 from AY2122S1-CS2103-F10-4/myron_ped-readme-f…
yatbun Nov 4, 2021
3dcd13f
tidy up Value proposition overview
sherrpass Nov 4, 2021
aaaa964
add subheading to features
sherrpass Nov 4, 2021
e0e3f81
Rename boolean variables, add assertions, sort commission moved to siasa
zhuoyang125 Nov 4, 2021
cb58de6
fix addpolicy and editpolicy
sherrpass Nov 4, 2021
2add4be
fix toc
sherrpass Nov 4, 2021
009bced
fix headings
sherrpass Nov 4, 2021
7155d1b
update commang usage message
sherrpass Nov 4, 2021
01af517
add missing commands in summary
sherrpass Nov 4, 2021
1e8f0cc
edit add and edit policy warning
sherrpass Nov 4, 2021
2150e8f
fix warning emoji
sherrpass Nov 4, 2021
d328dfc
fix warning message
sherrpass Nov 4, 2021
b3d7f58
Merge pull request #147 from AY2122S1-CS2103-F10-4/sherwin-fix-policy-ug
zhuoyang125 Nov 5, 2021
6c3dded
Expiring date warning when editing policy
zhuoyang125 Nov 5, 2021
33fda3f
fix checkstyle
zhuoyang125 Nov 5, 2021
19ac7b2
Fix exceptions due to FilteredList
yatbun Nov 5, 2021
c365002
Merge pull request #149 from AY2122S1-CS2103-F10-4/yatbun_sort-fix
sherrpass Nov 5, 2021
9fbdde6
Merge branch 'zhuoyang_code-quality-improvements-warning-stats' of ht…
sherrpass Nov 5, 2021
8c4035d
Merge pull request #148 from AY2122S1-CS2103-F10-4/zhuoyang_code-qual…
sherrpass Nov 5, 2021
df3e89f
Create currencyutil and replacing address book with SIASA
sherrpass Nov 5, 2021
e955fa8
Update commands format and allow images to display in jar
zhuoyang125 Nov 5, 2021
8483a1a
Update policy command messages, sortpolicy sorters and comparators
sherrpass Nov 5, 2021
98e6380
refactor commission calculation for statistics
sherrpass Nov 5, 2021
9063a09
update UG for sortpolicy
sherrpass Nov 5, 2021
e65f3f2
update command message if no policies
sherrpass Nov 5, 2021
f9d42c5
fix checkstyle issues, handle singular for messages
sherrpass Nov 5, 2021
77c8ef2
comment out clear command test due to gui
sherrpass Nov 5, 2021
541361b
Merge branch 'master' of https://github.com/AY2122S1-CS2103-F10-4/tp …
sherrpass Nov 5, 2021
38c843b
Merge branch 'master' into sherwin-refactor-command-messages-sort-com…
sherrpass Nov 5, 2021
5d84691
Rename list commands to be more intuitive
yatbun Nov 5, 2021
26a10b3
Improve dealing of empty lists
yatbun Nov 5, 2021
5034497
Standardise single-line messages to not end with periods. Corrected t…
yatbun Nov 5, 2021
7f95e62
Implement expiring policies summary result using ChoiceFormat
yatbun Nov 5, 2021
54751c2
Merge branch 'sherwin-refactor-command-messages-sort-commission' of h…
sherrpass Nov 6, 2021
6411860
fix small import
sherrpass Nov 6, 2021
14a71d6
replace the rest of the listpolicy and contact instances
sherrpass Nov 6, 2021
fb6068b
Merge pull request #152 from AY2122S1-CS2103-F10-4/yatbun_rename-list…
sherrpass Nov 6, 2021
14f65c0
update help window
sherrpass Nov 6, 2021
8423a8d
Merge pull request #150 from AY2122S1-CS2103-F10-4/sherwin-refactor-c…
zhuoyang125 Nov 6, 2021
d823b8c
fix merge conflicts
zhuoyang125 Nov 6, 2021
fba9e1b
Fix incorrect repsonse result for `sortcontact` command. Standardised…
yatbun Nov 6, 2021
78bc60a
Merge pull request #156 from AY2122S1-CS2103-F10-4/yatbun_fix-sort-co…
meerian Nov 6, 2021
4043ec7
Add sample policies data
meerian Nov 6, 2021
5f4690c
Merge pull request #157 from AY2122S1-CS2103-F10-4/myron_sample-polic…
yatbun Nov 6, 2021
9b69c72
Expand testing coverage
yatbun Nov 6, 2021
3ce8339
Update log file name to siasa
meerian Nov 6, 2021
a148ebb
Merge pull request #180 from AY2122S1-CS2103-F10-4/myron_fix-log-file…
yatbun Nov 6, 2021
7436675
Merge pull request #162 from AY2122S1-CS2103-F10-4/yatbun_test-cases
meerian Nov 6, 2021
d1f5197
Merge branch 'master' of https://github.com/AY2122S1-CS2103-F10-4/tp
zhuoyang125 Nov 6, 2021
a540978
fix user guide so that images can be viewed in jar
zhuoyang125 Nov 6, 2021
604f616
change commission to double
zhuoyang125 Nov 6, 2021
1dee013
Fix checkstyle issues
zhuoyang125 Nov 6, 2021
dfbc77d
Merge pull request #183 from AY2122S1-CS2103-F10-4/zhuoyang_fix-user-…
meerian Nov 6, 2021
91a719e
Update user guide and developer guide
meerian Nov 6, 2021
48e9f94
Reduce code duplication for common fields in expiring cmd, refactor msg
sherrpass Nov 7, 2021
066d164
Merge branch 'master' into zhuoyang_change_commission_to_double
zhuoyang125 Nov 7, 2021
3a66743
Add Warning and Download explanation to DG
zhuoyang125 Nov 7, 2021
a3ebcf2
Fix merge conflicts
zhuoyang125 Nov 7, 2021
f6caa4c
Fix checkstyle bugs
zhuoyang125 Nov 7, 2021
a071cc9
Extract out common policy details, update examples in UG
sherrpass Nov 7, 2021
264270c
Merge pull request #184 from AY2122S1-CS2103-F10-4/zhuoyang_change_co…
sherrpass Nov 7, 2021
b61a609
shift out common policy details, improve examples UG
sherrpass Nov 7, 2021
8ac0b28
Create personal PPP file
yatbun Nov 7, 2021
f9f9bff
Edit design considerations
zhuoyang125 Nov 7, 2021
a763f7f
Merge pull request #187 from AY2122S1-CS2103-F10-4/sherwin-addpolicy-…
zhuoyang125 Nov 7, 2021
30d38ec
Add activity diagram for warning
zhuoyang125 Nov 7, 2021
d95c34a
Merge branch 'master' into zhuoyang_add_warning_download_DG
zhuoyang125 Nov 7, 2021
bfa2bbc
removed full stop in command msg
sherrpass Nov 7, 2021
f069a53
Fix merge conflicts
zhuoyang125 Nov 7, 2021
9078e45
Remove trailing whitespaces
zhuoyang125 Nov 7, 2021
bad27bd
correct delete contact command description UG
sherrpass Nov 7, 2021
779e42a
Initial write-up for sorting and filtering
yatbun Nov 7, 2021
24723a8
Add newline for style
zhuoyang125 Nov 7, 2021
1d8c551
Merge pull request #189 from AY2122S1-CS2103-F10-4/sherwin-update-ug-…
meerian Nov 7, 2021
0ba68a3
edit for style check
zhuoyang125 Nov 7, 2021
a1e8a39
Add newline at EOF
zhuoyang125 Nov 7, 2021
4b5243a
Merge pull request #185 from AY2122S1-CS2103-F10-4/sherwin-expiring-m…
yatbun Nov 7, 2021
8ab81e9
Update user guide and developer guide
meerian Nov 7, 2021
62760d1
Merge branch 'master' into myron_update-UG-DG
meerian Nov 7, 2021
fa8e78a
Merge pull request #191 from AY2122S1-CS2103-F10-4/yatbun_DG
meerian Nov 7, 2021
f490d2b
Merge branch 'master' into zhuoyang_add_warning_download_DG
zhuoyang125 Nov 7, 2021
20bb657
Fix `editcontact` bug.
yatbun Nov 7, 2021
40928b9
Fixed formatting
yatbun Nov 7, 2021
ee00ecd
Merge pull request #190 from AY2122S1-CS2103-F10-4/myron_update-UG-DG
yatbun Nov 7, 2021
9cc2cd7
suggested editpolicy changes
sherrpass Nov 7, 2021
0dc07ef
Merge pull request #193 from AY2122S1-CS2103-F10-4/yatbun_DG
meerian Nov 7, 2021
60417dd
fix checkstyle
sherrpass Nov 7, 2021
f3ce406
update index
meerian Nov 7, 2021
2af5d0b
Merge pull request #192 from AY2122S1-CS2103-F10-4/yatbun_edit-contac…
yatbun Nov 7, 2021
8356d6c
update index
meerian Nov 7, 2021
79c6b4b
Merge pull request #194 from AY2122S1-CS2103-F10-4/myron_index-page
yatbun Nov 7, 2021
b337352
Merge pull request #188 from AY2122S1-CS2103-F10-4/zhuoyang_add_warni…
yatbun Nov 7, 2021
2782a8c
fix formatting issues for DG
meerian Nov 7, 2021
6792cfd
fix formatting issues for DG
meerian Nov 7, 2021
6685c23
Merge pull request #195 from AY2122S1-CS2103-F10-4/myron_dg-formating
meerian Nov 7, 2021
e5a9e0e
Update Logic component diagrams and description
yatbun Nov 7, 2021
8551ebb
add enhancement to download 2 csv files
zhuoyang125 Nov 7, 2021
2a75996
update user guide for csv download
zhuoyang125 Nov 7, 2021
ca83357
Merge branch 'master' into zhuoyang_enhance-creating-csv
zhuoyang125 Nov 7, 2021
e1b00a2
Combine Logic and Parser diagrams
yatbun Nov 7, 2021
e71e8fe
Update Logic portion of DG with class diagram and description
zhuoyang125 Nov 7, 2021
ce4f9b3
Update storage section in higher level architecture for DG
meerian Nov 7, 2021
f657f17
Merge pull request #197 from AY2122S1-CS2103-F10-4/zhuoyang_update_UI_DG
meerian Nov 7, 2021
124c1a6
add implementations for addpolicy and editcontact
sherrpass Nov 7, 2021
45ec029
change aboutme profile pic
sherrpass Nov 7, 2021
44ce96a
revert changes in EditContactCommand, fix warning
sherrpass Nov 7, 2021
b272a38
Add PPP for meerian
meerian Nov 7, 2021
5c6c45f
Add PPP for meerian
meerian Nov 7, 2021
7aa6d2b
Add PPP for meerian
meerian Nov 7, 2021
480b62a
Add sequence diagram for sorting and filtering section
yatbun Nov 7, 2021
43de2cd
Added newline at EOF
yatbun Nov 7, 2021
08b8f9e
Merge pull request #201 from AY2122S1-CS2103-F10-4/yatbun_DG-diagrams
meerian Nov 7, 2021
ff70ab1
Increased the size of logic diagram
yatbun Nov 7, 2021
2a30f6b
Merge pull request #202 from AY2122S1-CS2103-F10-4/yatbun_DG-diagrams
yatbun Nov 7, 2021
51c6b83
Merge pull request #199 from AY2122S1-CS2103-F10-4/sherwin-dev-guide
zhuoyang125 Nov 7, 2021
71a0f5c
Merge pull request #196 from AY2122S1-CS2103-F10-4/zhuoyang_enhance-c…
meerian Nov 7, 2021
dcb399b
Merge pull request #198 from AY2122S1-CS2103-F10-4/myron_dg-formating
zhuoyang125 Nov 7, 2021
95e4cc8
Correct method call in `sortpolicy titledsc`
yatbun Nov 7, 2021
b63a309
Merge pull request #203 from AY2122S1-CS2103-F10-4/yatbun_DG-diagrams
meerian Nov 7, 2021
71f35f6
Add target user, fix DG table of contents
zhuoyang125 Nov 7, 2021
e9b8cff
remove additional header
zhuoyang125 Nov 7, 2021
6ce97c3
Correct reference from person to contact
yatbun Nov 7, 2021
fd7cf21
Merge branch 'master' into yatbun_DG-diagrams
yatbun Nov 7, 2021
f3fa843
Merge pull request #204 from AY2122S1-CS2103-F10-4/zhuoyang_add-targe…
meerian Nov 7, 2021
bdfa20c
Correct ArchitectureSequenceDiagram
yatbun Nov 7, 2021
a89437f
Unbold some titles
yatbun Nov 7, 2021
3e62ef0
Merge pull request #205 from AY2122S1-CS2103-F10-4/yatbun_DG-diagrams
meerian Nov 7, 2021
26931d1
Fix some DG errors
meerian Nov 7, 2021
f0d7c95
create PPP
sherrpass Nov 8, 2021
79d35bc
Merge branch 'master' of https://github.com/AY2122S1-CS2103-F10-4/tp …
sherrpass Nov 8, 2021
73eae2d
update enhancements in ppp
sherrpass Nov 8, 2021
290b108
Merge pull request #214 from AY2122S1-CS2103-F10-4/myron_dg-fix
sherrpass Nov 8, 2021
724b765
fix typo
meerian Nov 8, 2021
a95f5c6
Merge pull request #216 from AY2122S1-CS2103-F10-4/myron_PPP
zhuoyang125 Nov 8, 2021
32e84f3
Merge pull request #215 from AY2122S1-CS2103-F10-4/sherwin-ppp
zhuoyang125 Nov 8, 2021
f29ff76
fix about us ppp
sherrpass Nov 8, 2021
fbabcbb
PPP draft
zhuoyang125 Nov 8, 2021
db11693
remove trailing whitespaces
zhuoyang125 Nov 8, 2021
f907f27
fix trailing space eof
zhuoyang125 Nov 8, 2021
d9cf261
Merge pull request #217 from AY2122S1-CS2103-F10-4/sherwin-fix-about-…
zhuoyang125 Nov 8, 2021
fe12bce
fix merge conflicts
zhuoyang125 Nov 8, 2021
0ca34d4
Merge pull request #219 from AY2122S1-CS2103-F10-4/zhuoyang_update-PPP
meerian Nov 8, 2021
c2bab0b
Add PR links to the PPP
meerian Nov 8, 2021
b795d29
Merge branch 'master' into myron_PPP
meerian Nov 8, 2021
02688e5
Yat Bun's PPP
yatbun Nov 8, 2021
a2cecc5
Merge pull request #220 from AY2122S1-CS2103-F10-4/myron_PPP
yatbun Nov 8, 2021
372409e
Merge pull request #221 from AY2122S1-CS2103-F10-4/yatbun_PPP
meerian Nov 8, 2021
a9523a7
Fix print header
yatbun Nov 8, 2021
ab2aa1d
Merge pull request #222 from AY2122S1-CS2103-F10-4/yatbun_docu-fixes
meerian Nov 8, 2021
f15a42b
add tests to currency and download command
zhuoyang125 Nov 8, 2021
703c65b
Merge pull request #223 from AY2122S1-CS2103-F10-4/zhuoyang_add-tests
yatbun Nov 8, 2021
beebf1d
Increased Logic Diagram font size, deleted incorrect diagram
yatbun Nov 8, 2021
b5f511b
fix policy details and typos and add technical term table
sherrpass Nov 8, 2021
dcd6636
fix profile pic in about us
sherrpass Nov 8, 2021
3f809aa
Merge pull request #224 from AY2122S1-CS2103-F10-4/yatbun_DG-diagrams
sherrpass Nov 8, 2021
16c18de
resize headers, fix table header
sherrpass Nov 8, 2021
73c7d0f
fix headers
sherrpass Nov 8, 2021
ca81c24
Fix DG diagrams and change txt to csv
zhuoyang125 Nov 8, 2021
2fe9ec1
add semicolon to header
sherrpass Nov 8, 2021
fd6062b
changed download sequence diagram
zhuoyang125 Nov 8, 2021
a9289d0
change headers back
sherrpass Nov 8, 2021
826f537
fix headers
sherrpass Nov 8, 2021
4653f08
add closing bracket to PPP
zhuoyang125 Nov 8, 2021
a10bb95
placed policy details in addpolicy
sherrpass Nov 8, 2021
4d016ee
fix typos
sherrpass Nov 8, 2021
d12c141
Merge pull request #226 from AY2122S1-CS2103-F10-4/zhuoyang_fix-DG-We…
yatbun Nov 8, 2021
d79db1d
Fix DeleteSequenceDiagram
yatbun Nov 8, 2021
8010563
Merge pull request #225 from AY2122S1-CS2103-F10-4/sherwin-fix-policy…
yatbun Nov 8, 2021
37667e3
Fix table and change txt to csv
zhuoyang125 Nov 8, 2021
e1aad63
Merge pull request #227 from AY2122S1-CS2103-F10-4/yatbun_DG-diagrams
zhuoyang125 Nov 8, 2021
8da4b8e
Merge pull request #228 from AY2122S1-CS2103-F10-4/zhuoyang_fix-UG-de…
yatbun Nov 8, 2021
f9a53ad
update sequence diagram image
zhuoyang125 Nov 8, 2021
f13b806
Merge pull request #229 from AY2122S1-CS2103-F10-4/zhuoyang_update-do…
yatbun Nov 8, 2021
55ee0c7
fix dg
sherrpass Nov 8, 2021
ab45680
Merge pull request #230 from AY2122S1-CS2103-F10-4/sherwin-model-diag…
zhuoyang125 Nov 8, 2021
c744c29
fix diagrams
sherrpass Nov 8, 2021
7829ff8
Merge branch 'master' of https://github.com/AY2122S1-CS2103-F10-4/tp …
sherrpass Nov 8, 2021
f9a1dd0
update ppp
sherrpass Nov 8, 2021
41fc9eb
Merge pull request #231 from AY2122S1-CS2103-F10-4/sherwin-model-diag…
meerian Nov 8, 2021
c4c2d8b
correct ppp
sherrpass Nov 8, 2021
d08455e
Merge pull request #232 from AY2122S1-CS2103-F10-4/sherwin-ppp-rename
meerian Nov 8, 2021
57387d1
correct DG diagram
sherrpass Nov 8, 2021
693e223
correct DG diagram image
sherrpass Nov 8, 2021
6112ac2
Merge pull request #233 from AY2122S1-CS2103-F10-4/sherwin-ppp-rename
meerian Nov 8, 2021
0c3d012
fix deletepolicy diagram dg
sherrpass Nov 8, 2021
3b7345e
Merge pull request #234 from AY2122S1-CS2103-F10-4/sherwin-fix-delete…
meerian Nov 8, 2021
d5f468e
fix deletepolicy diagram dg
sherrpass Nov 8, 2021
1253cdf
Merge pull request #235 from AY2122S1-CS2103-F10-4/sherwin-fix-delete…
meerian Nov 8, 2021
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
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ MIT License

Copyright (c) 2016 Software Engineering Education - FOSS Resources

Permission is hereby granted, free of charge, to any person obtaining a copy
Permission is hereby granted, free of charge, to any contact obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
copies of the Software, and to permit contacts to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![CI Status](https://github.com/AY2122S1-CS2103-F10-4/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2122S1-CS2103-F10-4/tp/actions)

# About Student Insurant Agent Sales Assistant (SIASA) application

SIASA is a desktop application that enables student financial advisors to quickly and easily keep track of their
contacts and financial plans sold. It will provide them with insightful, actionable statistics and querying functionalities
to aid their operations.

# Application User Interface
![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.
## Acknowledgements

This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
8 changes: 6 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 = 'seedu.siasa.Main'

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

run {
enableAssertions = true
}

test {
useJUnitPlatform()
finalizedBy jacocoTestReport
Expand Down Expand Up @@ -66,7 +70,7 @@ dependencies {
}

shadowJar {
archiveName = 'addressbook.jar'
archiveName = 'siasa.jar'
}

defaultTasks 'clean', 'test'
47 changes: 16 additions & 31 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,40 @@ title: About Us

We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg).

You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe

<img src="images/johndoe.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
### Lee Yat Bun

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

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

* Role: Team Lead
* Responsibilities: UI
* Responsibilities: Logic IC

### Johnny Doe
### Myron Neo

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

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

* Role: Developer
* Responsibilities: Data
* Responsibilities: Models IC

### Jean Doe
### Chan Zhuo Yang

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities: UI IC

### James Doe
### Sherwin Poh Kai Xun

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

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

* Role: Developer
* Responsibilities: UI
* Responsibilities: Storage IC
Loading