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-T16-4] For Your Interest #74

Open
wants to merge 310 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
310 commits
Select commit Hold shift + click to select a range
5760de3
Fix checkstyle errors
IceWizard4902 Oct 9, 2021
4cf25ad
Fix issues in AddCommandTest due to addition of new command
IceWizard4902 Oct 9, 2021
db17903
Update UserGuide.md
yongxiangng Oct 10, 2021
15f4cbb
Refactor code according to code reviews
IceWizard4902 Oct 10, 2021
4015615
Merge pull request #45 from IceWizard4902/branch-feature-ClearAll
yongxiangng Oct 10, 2021
c5c3bc1
Modify existing feature: add member details (add)
ryanongra Oct 10, 2021
2f4707c
Add tab pane
yongxiangng Oct 11, 2021
efff960
Fix bug in details command
yongxiangng Oct 11, 2021
d58b693
Add tabs in ui
yongxiangng Oct 11, 2021
4cd5cd8
Merge pull request #48 from yongxiangng/branch-feature-details
nzixuan Oct 12, 2021
38529eb
Fix refactor
ryanongra Oct 12, 2021
09054d9
Fix refactor
ryanongra Oct 12, 2021
2fac5b4
Fix Failed Checks
ryanongra Oct 12, 2021
e189d61
Fix checks
ryanongra Oct 12, 2021
f7fbef7
Fix checks
ryanongra Oct 12, 2021
2a01c04
Update JsonAdaptedPerson.java
ryanongra Oct 12, 2021
0ef9be2
Fix checkstyle
ryanongra Oct 12, 2021
8136db8
Update typicalPersonsAddressBook.json
ryanongra Oct 12, 2021
4663fbd
Merge pull request #46 from ryanongra/branch-feature-add
dannytayjy Oct 12, 2021
7ce8936
Modify find member feature
dannytayjy Oct 12, 2021
ea2a7ce
Merge pull request #56 from dannytayjy/branch-find-feature
ryanongra Oct 12, 2021
fadd85d
Update details command to accept index as argument
yongxiangng Oct 13, 2021
826db13
Update user guide for details
yongxiangng Oct 13, 2021
4034fbe
Update UserGuide.md
yongxiangng Oct 13, 2021
8d876ca
Merge pull request #57 from yongxiangng/branch-feature-details
yongxiangng Oct 13, 2021
1d2fd46
Add equals method to all other commands
nzixuan Oct 13, 2021
acaac2c
Add feature chain command as well as testing for the command
nzixuan Oct 13, 2021
ad1aa14
Enable assertions
yongxiangng Oct 16, 2021
e4940bd
Merge pull request #60 from AY2122S1-CS2103-T16-4/branch-enable-asser…
yongxiangng Oct 16, 2021
54248a1
Bump version to v1.3
yongxiangng Oct 16, 2021
f6e1ef7
Merge pull request #61 from AY2122S1-CS2103-T16-4/branch-version-bump
yongxiangng Oct 16, 2021
86f95b3
Merge pull request #50 from yongxiangng/branch-tab-feature
yongxiangng Oct 16, 2021
5e51a33
Add events class
yongxiangng Oct 16, 2021
d1defc3
Add tests for event model
yongxiangng Oct 16, 2021
647eafc
Merge pull request #62 from AY2122S1-CS2103-T16-4/branch-events-tab
nzixuan Oct 16, 2021
02bf1a9
Merge branch 'master' into branch-chain-command
nzixuan Oct 16, 2021
12d69c2
Add UniqueEventList to AddressBook class
yongxiangng Oct 16, 2021
7975f36
Add tests for EventCommand
yongxiangng Oct 16, 2021
4cd3811
Add tests for UniqueEventList
yongxiangng Oct 16, 2021
40b3ba6
Add tests to AddressBook for event related methods
yongxiangng Oct 16, 2021
0c71c95
Add tests to ModelManager for Events related methods
yongxiangng Oct 16, 2021
078a8d1
Add EventCommandParser
yongxiangng Oct 16, 2021
4907524
Add Event fxml
yongxiangng Oct 16, 2021
c1f02bf
Update UI diagram
yongxiangng Oct 16, 2021
11ac166
Update DG for UI class diagram
yongxiangng Oct 16, 2021
c8d0e3a
Update user guide for UI abstractions
yongxiangng Oct 16, 2021
6024539
Update DG with event and person abstractions
yongxiangng Oct 16, 2021
1ecccec
Edit formatting for checkstyle violations.
nzixuan Oct 17, 2021
5def35c
Edit AddressbookParser to comply with checkstyle.
nzixuan Oct 17, 2021
2dd4284
Edit AddressBookParserTest to comply with checkstyle.
nzixuan Oct 17, 2021
a815fdd
Add test for commands for equals method.
nzixuan Oct 17, 2021
972c0e1
Fix bug for interaction between details and chain commands
nzixuan Oct 17, 2021
41d3433
Edit styling of code based on pull request comments.
nzixuan Oct 17, 2021
9ae97f4
Add tests to LogicManager
yongxiangng Oct 17, 2021
13749db
Merge pull request #65 from nzixuan/branch-chain-command
yongxiangng Oct 17, 2021
8acc304
Fix details help bug
yongxiangng Oct 17, 2021
1f81787
Update feature add
ryanongra Oct 17, 2021
7072e45
Fix checkstyle
ryanongra Oct 17, 2021
3b408cc
Revert "Fix details help bug"
yongxiangng Oct 18, 2021
59bde0b
Update user guide on behavior of details command
yongxiangng Oct 18, 2021
187680d
Update UserGuide.md
yongxiangng Oct 18, 2021
dd530da
Merge pull request #66 from AY2122S1-CS2103-T16-4/branch-details
yongxiangng Oct 18, 2021
084af90
Add test coverage AddCommandParserTest
ryanongra Oct 18, 2021
b4c0231
Update ParserUtilTest.java
ryanongra Oct 18, 2021
5dd248a
Add new feature alias with its respective command and parser
nzixuan Oct 18, 2021
1ea81b0
Add testing and documentation for AliasCommand and AliasCommandParser.
nzixuan Oct 18, 2021
8df1961
Merge pull request #63 from AY2122S1-CS2103-T16-4/branch-events-tab
nzixuan Oct 18, 2021
0b5a47d
Fix PersonClassDiagram documentation bug
yongxiangng Oct 18, 2021
8ef0273
Merge pull request #64 from AY2122S1-CS2103-T16-4/update-dg-yongxiang
yongxiangng Oct 19, 2021
abed8cd
Update multiplicity for member ui class diagram
yongxiangng Oct 19, 2021
cbace1b
Merge pull request #72 from AY2122S1-CS2103-T16-4/update-dg-yongxiang
yongxiangng Oct 19, 2021
60ab1d9
Add attendee fields to Event class
yongxiangng Oct 21, 2021
902fecb
Merge branch 'master' of https://github.com/AY2122S1-CS2103-T16-4/tp …
yongxiangng Oct 21, 2021
3792163
Add AddPersonToEventCommand
yongxiangng Oct 21, 2021
9534218
Add AddPersonToEvent Parser
yongxiangng Oct 21, 2021
e3f4ab7
Fix failing checkstyle and tests
yongxiangng Oct 21, 2021
c7bc0c2
Add tests for AddPersonToEventCommandParser
yongxiangng Oct 21, 2021
7adec4d
Add member list in event ui
yongxiangng Oct 21, 2021
5ad135c
Update dg after event attendee ui implementation
yongxiangng Oct 21, 2021
9313c5d
Resize uml diagrams in dg
yongxiangng Oct 21, 2021
be600c1
Export image from plant uml
yongxiangng Oct 21, 2021
61c82b1
Remove new line
yongxiangng Oct 21, 2021
d01c789
Merge pull request #71 from nzixuan/branch-alias
yongxiangng Oct 21, 2021
81eb81f
Update DG for Person Class
ryanongra Oct 23, 2021
c22b13e
Merge pull request #78 from ryanongra/branch-updateDG
ryanongra Oct 23, 2021
04df71f
Rename PREFIX_EVENT_NAME to use ev/
yongxiangng Oct 23, 2021
d1bdbf6
Resolve merge conflict
yongxiangng Oct 23, 2021
8b35ff4
Resolve merge conflict
yongxiangng Oct 23, 2021
e546b25
Merge branch 'update-dg-yongxiang' of https://github.com/AY2122S1-CS2…
yongxiangng Oct 23, 2021
dffdecc
Merge pull request #75 from AY2122S1-CS2103-T16-4/branch-events-tab
ryanongra Oct 23, 2021
a74009b
Merge pull request #77 from AY2122S1-CS2103-T16-4/update-dg-yongxiang
yongxiangng Oct 23, 2021
b2d60de
Update UserGuide.md with event commands
yongxiangng Oct 24, 2021
2e1ce42
Update UserGuide.md
yongxiangng Oct 24, 2021
f2edfe2
Merge pull request #79 from AY2122S1-CS2103-T16-4/update-dg-yongxiang
yongxiangng Oct 24, 2021
1524e7f
Update JsonAdaptedPerson.java
ryanongra Oct 24, 2021
7ee9193
Merge pull request #69 from ryanongra/branch-feature-add-v1.3
ryanongra Oct 24, 2021
6a7fb1c
Add tests for improved storage
ryanongra Oct 24, 2021
53a7cae
Update JsonAdaptedPersonTest.java
ryanongra Oct 24, 2021
e6ca996
Merge pull request #80 from ryanongra/branch-feature-add-v1.3
ryanongra Oct 24, 2021
b8f9b72
Merge pull request #81 from AY2122S1-CS2103-T16-4/branch-feature-add-…
yongxiangng Oct 24, 2021
29da2be
Implement basic features of the Clear command flags
IceWizard4902 Oct 24, 2021
de2fc34
Add basic functionalities to parser and ClearCommand
IceWizard4902 Oct 25, 2021
a6d08e3
Add more functionalities to ClearCommand
IceWizard4902 Oct 25, 2021
0ec3119
Add developer guide for Chain Command
nzixuan Oct 25, 2021
2a1f726
Merge pull request #82 from nzixuan/branch-dg-chain
yongxiangng Oct 25, 2021
c49c7ca
Add feature command renameEvent
ryanongra Oct 25, 2021
616c367
Update RenameEventCommand.java
ryanongra Oct 25, 2021
0c6d1aa
Add event flag to delete command to delete events and refactored inde…
nzixuan Oct 26, 2021
4be873e
Fixed trailing whitespace
nzixuan Oct 26, 2021
ac09504
Change parser implementations
IceWizard4902 Oct 26, 2021
ec8f163
Update help image for user guide
yongxiangng Oct 26, 2021
35e43ac
Update command summary
yongxiangng Oct 26, 2021
dda1136
Merge pull request #85 from AY2122S1-CS2103-T16-4/update-dg-yongxiang
yongxiangng Oct 26, 2021
3cec857
Implement command removePersonFromEvent
ryanongra Oct 26, 2021
86a7666
Merge pull request #8 from ryanongra/branch-renameEvent
ryanongra Oct 26, 2021
90de675
Merge branch 'branch-editableEvent' into branch-feature-removePersonF…
ryanongra Oct 26, 2021
4afe338
Merge pull request #9 from ryanongra/branch-feature-removePersonFromE…
ryanongra Oct 26, 2021
279e7ac
Add tests for RenameEvent feature
ryanongra Oct 26, 2021
0531af9
Add tests for feature RemovePersonFromEvent
ryanongra Oct 26, 2021
e98a927
Update Documentation
ryanongra Oct 26, 2021
2c55acd
Merge pull request #10 from ryanongra/branch-editableEvent-tests
ryanongra Oct 26, 2021
dc07c7e
Amend AddressBookParser
IceWizard4902 Oct 26, 2021
0c35a75
Merge pull request #87 from ryanongra/branch-editableEvent
yongxiangng Oct 27, 2021
6395029
Merge branch 'master' into branch-delete-event
yongxiangng Oct 27, 2021
8961bb6
Update TypicalIndexes.java
yongxiangng Oct 27, 2021
fc8c570
Merge pull request #83 from nzixuan/branch-delete-event
yongxiangng Oct 27, 2021
656a14c
Improve code quality of AddPersonToEventCommand
yongxiangng Oct 27, 2021
bdd0b58
Update user guide for addPersonToEvent command behavior
yongxiangng Oct 27, 2021
8d6f8e8
Merge pull request #88 from AY2122S1-CS2103-T16-4/branch-events-tab
yongxiangng Oct 27, 2021
011df85
Add code to aid conversion of Events to Json
IceWizard4902 Oct 27, 2021
844ee9a
Resolve Checkstyle errors
IceWizard4902 Oct 27, 2021
83bbfbc
Update tests according to changes in Json content saved
IceWizard4902 Oct 27, 2021
18653db
Restore unintended changes to code in UserPref
IceWizard4902 Oct 27, 2021
239a54c
Merge pull request #89 from IceWizard4902/branch-feature-EventToJson
yongxiangng Oct 28, 2021
26a2c48
Fix merge conflicts
IceWizard4902 Oct 28, 2021
7840791
Remove unnecessary code
IceWizard4902 Oct 28, 2021
d909a1c
Implement Parser to parse clear range input
IceWizard4902 Oct 28, 2021
4d250f8
Update userguide for quickstart
yongxiangng Oct 28, 2021
ded5acd
Merge pull request #90 from AY2122S1-CS2103-T16-4/update-ug
yongxiangng Oct 28, 2021
bd4872e
Implement full functionality of clearing in a specified range
IceWizard4902 Oct 28, 2021
eebd6b8
Fix bug in correct flag input
IceWizard4902 Oct 28, 2021
e7b2aff
Fix trailing white space errors
IceWizard4902 Oct 28, 2021
6cac9ac
Fix checkstyle errors
IceWizard4902 Oct 28, 2021
fae9c6c
Merge pull request #84 from IceWizard4902/branch-feature-ClearFlags
yongxiangng Oct 28, 2021
329c3e5
Amend code according to code reviews given
IceWizard4902 Oct 28, 2021
e9bcb74
Update the UserGuide
IceWizard4902 Oct 28, 2021
f8f51b6
Merge pull request #92 from IceWizard4902/branch-UserGuide-Clear
IceWizard4902 Oct 28, 2021
ccec83d
Fix dev guide
IceWizard4902 Oct 30, 2021
9cb264d
Update ppp yongxiangng
yongxiangng Oct 30, 2021
b1f2e9e
Revert changes to DeveloperGuide
IceWizard4902 Oct 30, 2021
847e3e9
Merge pull request #130 from IceWizard4902/branch-feature-ClearFlags
IceWizard4902 Oct 30, 2021
6b5ec9d
Fix formatting issues in ppp
yongxiangng Oct 30, 2021
966ff74
Merge pull request #131 from AY2122S1-CS2103-T16-4/ppp-yongxiang
yongxiangng Oct 30, 2021
add8090
Fix #93
yongxiangng Oct 30, 2021
9c0c8ee
Fix 126
yongxiangng Oct 30, 2021
cdc62af
Fix #120
yongxiangng Oct 30, 2021
fdf3e09
Fix #110 and #104
yongxiangng Oct 30, 2021
cdcb20a
Document #100
yongxiangng Oct 30, 2021
cde24c7
Update UserGuide with detailed behavior of tabbing
yongxiangng Oct 30, 2021
7be6951
Fix #99
yongxiangng Oct 30, 2021
2b09e64
Fix RemovePersonFromEventCommand
ryanongra Oct 30, 2021
78585ff
Change stored json location
IceWizard4902 Oct 30, 2021
9cbccec
Fix #95
yongxiangng Oct 30, 2021
bb93911
Update the User Guide
IceWizard4902 Oct 30, 2021
ffadbab
Fix #96
yongxiangng Oct 30, 2021
aebb950
Merge pull request #136 from IceWizard4902/branch-fix-JsonFileName
yongxiangng Oct 30, 2021
b446104
Resolve merge conflcit
yongxiangng Oct 30, 2021
7c257d0
Merge pull request #137 from AY2122S1-CS2103-T16-4/ppp-yongxiang
yongxiangng Oct 30, 2021
80ac51e
Fix documentation bugs for add and edit in UG
ryanongra Oct 30, 2021
63a6068
Document #114
yongxiangng Oct 30, 2021
9e8fd07
Merge branch 'master' into branch-bugFix-addDocumentationBugs
ryanongra Oct 30, 2021
c7e7c8f
Merge pull request #139 from AY2122S1-CS2103-T16-4/ppp-yongxiang
yongxiangng Oct 30, 2021
4d7e368
Merge pull request #135 from ryanongra/branch-bugFix-removePersonFrom…
ryanongra Oct 30, 2021
1830e6e
Merge pull request #138 from ryanongra/branch-bugFix-addDocumentation…
ryanongra Oct 30, 2021
d0e65c6
Update SampleDataUtil.java
ryanongra Oct 30, 2021
d88e61d
Merge pull request #141 from ryanongra/branch-bugFix-sampleData
ryanongra Oct 30, 2021
5a817f7
Improve messaged to user following add commands
ryanongra Oct 30, 2021
638462a
Merge pull request #142 from ryanongra/branch-bugFix-userMessages
ryanongra Oct 30, 2021
15d3b8a
Update Telegram.java
ryanongra Oct 30, 2021
7e042d9
Update tests
ryanongra Oct 30, 2021
6e45279
Merge pull request #147 from ryanongra/branch-bugFix-telegram
ryanongra Oct 30, 2021
0289b78
Improve code quality
yongxiangng Oct 30, 2021
a8f4fa7
Merge pull request #149 from AY2122S1-CS2103-T16-4/ppp-yongxiang
yongxiangng Oct 30, 2021
6d37a3e
Update PR links in yongxiang PPP
yongxiangng Oct 30, 2021
66160e6
Merge pull request #155 from AY2122S1-CS2103-T16-4/ppp-yongxiang
yongxiangng Oct 30, 2021
51178ca
Merge branch 'AY2122S1-CS2103-T16-4:master' into master
IceWizard4902 Oct 31, 2021
0053cd5
Fix UG
IceWizard4902 Oct 31, 2021
45bc926
Fix success message in the ClearCommand
IceWizard4902 Oct 31, 2021
4fd1d6f
Update success message
IceWizard4902 Oct 31, 2021
49b508c
Fix trailing white space errors
IceWizard4902 Oct 31, 2021
48458d9
Merge pull request #157 from IceWizard4902/branch-feature-ClearFlags
IceWizard4902 Oct 31, 2021
23f49fe
Fix DG
IceWizard4902 Oct 31, 2021
7a4c878
Merge pull request #158 from IceWizard4902/branch-feature-ClearFlags
IceWizard4902 Oct 31, 2021
da57be7
Revert "Fix DG"
IceWizard4902 Oct 31, 2021
4e0c976
Merge pull request #159 from AY2122S1-CS2103-T16-4/revert-158-branch-…
IceWizard4902 Oct 31, 2021
88d8d46
Fix DG
yongxiangng Oct 31, 2021
28c91e2
Update Event class diagram
yongxiangng Oct 31, 2021
5df7e92
Merge pull request #160 from AY2122S1-CS2103-T16-4/ppp-yongxiang
yongxiangng Oct 31, 2021
bdb91fe
Fix for chain command and t/ issue
nzixuan Nov 2, 2021
0220c56
Fixed testing for chain command.
nzixuan Nov 2, 2021
6c4fc26
Fixed formatting for delete in command summary.
nzixuan Nov 2, 2021
7102307
Update Ui.png
yongxiangng Nov 2, 2021
2880c13
Merge pull request #164 from AY2122S1-CS2103-T16-4/ppp-yongxiang
yongxiangng Nov 2, 2021
b7c112c
Update Ui.png
yongxiangng Nov 2, 2021
e7e8e8b
Merge pull request #165 from AY2122S1-CS2103-T16-4/ppp-yongxiang
yongxiangng Nov 2, 2021
c30a017
Add comments for testing types
yongxiangng Nov 2, 2021
755814b
Merge pull request #163 from AY2122S1-CS2103-T16-4/update-ug
yongxiangng Nov 2, 2021
c6bee87
Merge pull request #162 from AY2122S1-CS2103-T16-4/branch-chain-comma…
yongxiangng Nov 2, 2021
c5c69f3
Merge pull request #166 from AY2122S1-CS2103-T16-4/ppp-yongxiang
yongxiangng Nov 2, 2021
b8ce1ba
Update ryanongra.md
ryanongra Nov 3, 2021
2687592
Fix DG bug
yongxiangng Nov 3, 2021
4fa10ba
Fix awkward quick start phrasing in UG
yongxiangng Nov 3, 2021
43bda5e
Update Ui class diagram
yongxiangng Nov 3, 2021
61b125a
Update validation regex for phone
ryanongra Nov 3, 2021
ad7f6e6
Update Uml
yongxiangng Nov 3, 2021
b7cff60
Fix failing checkstyle
yongxiangng Nov 3, 2021
f4494bb
Update UserGuide.md
ryanongra Nov 3, 2021
a02b7a3
Merge pull request #169 from AY2122S1-CS2103-T16-4/ppp-yongxiang
yongxiangng Nov 3, 2021
84bfbb7
Update DeveloperGuide.md
yongxiangng Nov 3, 2021
7174663
Update DeveloperGuide.md
yongxiangng Nov 3, 2021
fcaa25a
Merge pull request #168 from ryanongra/branch-feature-phoneRegex
ryanongra Nov 4, 2021
251d575
Merge pull request #167 from ryanongra/branch-updatePPP
ryanongra Nov 4, 2021
c1b94d7
Merge branch 'master' into branch-updateCommandSummary
ryanongra Nov 4, 2021
e88068e
Merge pull request #170 from ryanongra/branch-updateCommandSummary
ryanongra Nov 4, 2021
9aa9103
Update UserGuide.md
yongxiangng Nov 4, 2021
f96b2ab
Update yongxiangng.md
yongxiangng Nov 4, 2021
57db4cf
Improve code quality
yongxiangng Nov 5, 2021
a8d4661
Merge pull request #171 from AY2122S1-CS2103-T16-4/ppp-yongxiang
yongxiangng Nov 5, 2021
c17edcc
Update UserGuide.md
ryanongra Nov 5, 2021
045b88b
Merge pull request #172 from ryanongra/branch-fixTypo
ryanongra Nov 5, 2021
e304daf
Update diagram
IceWizard4902 Nov 6, 2021
aebf7d6
Replace old diagram
IceWizard4902 Nov 6, 2021
fb6d5a6
Remove UI details from use cases
yongxiangng Nov 6, 2021
c1d4a2b
Update ppp for nzixuan
nzixuan Nov 6, 2021
07ebd30
Update List UG
IceWizard4902 Nov 7, 2021
535feda
Update ppp
IceWizard4902 Nov 7, 2021
3c4b703
Update AboutUs
IceWizard4902 Nov 7, 2021
8de51be
Add new EOF line
IceWizard4902 Nov 7, 2021
e70e799
Merge pull request #176 from IceWizard4902/branch-update-ppp
yongxiangng Nov 7, 2021
bdc145e
Merge pull request #174 from AY2122S1-CS2103-T16-4/branch-update-ppp
yongxiangng Nov 7, 2021
de6f609
Fixed PPP
nzixuan Nov 7, 2021
2974814
Merge pull request #177 from AY2122S1-CS2103-T16-4/branch-update-ppp
nzixuan Nov 7, 2021
db8a308
Update version number to current version
nzixuan Nov 7, 2021
3640a8c
Merge pull request #178 from AY2122S1-CS2103-T16-4/branch-update-ppp
yongxiangng Nov 7, 2021
327f430
Update documentation
ryanongra Nov 7, 2021
9607c21
Merge pull request #179 from ryanongra/branch-updateDocumentation
ryanongra Nov 7, 2021
6f144a8
Update Developer Guide
IceWizard4902 Nov 7, 2021
c475f60
Merge pull request #180 from IceWizard4902/branch-update-VinhDG
IceWizard4902 Nov 7, 2021
d2a63a2
Update ppp
IceWizard4902 Nov 7, 2021
653e980
Merge pull request #181 from IceWizard4902/branch-update-VinhDG
IceWizard4902 Nov 7, 2021
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
Binary file added PersonClassDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 8 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
[![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-T16-4/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2122S1-CS2103-T16-4/tp/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.
ForYourInterest is a brownfield project based on the AddressBook-Level3 project for managing members in university clubs/societies. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).<br>

## Product Website
For the detailed documentation of this project, see the **[ForYourInterest Product Website](https://ay2122s1-cs2103-t16-4.github.io/tp/)**.

## Acknowledgements
This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 = 'foryourinterest.jar'
}

defaultTasks 'clean', 'test'
60 changes: 29 additions & 31 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,53 @@ 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
### Ng Yong Xiang

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

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

* Role: Project Advisor
- Role: Developer
- Responsibilities: Deliverables and deadlines

### Jane Doe
### Nguyen Quang Vinh

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

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

* Role: Team Lead
* Responsibilities: UI
- Role: Developer
- Responsibilities: Testing

### Johnny Doe
### Ng Zi Xuan

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

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

* Role: Developer
* Responsibilities: Data
- Role: Developer
- Responsibilities: Data

### Jean Doe
### Ryan Ong

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
- Role: Developer
- Responsibilities: Code Quality

### James Doe
### Tay Jun Yang

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

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

* Role: Developer
* Responsibilities: UI
- Role: Developer
- Responsibilities: UI
Loading