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

[F10-3] Heart² #77

Open
wants to merge 904 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
904 commits
Select commit Hold shift + click to select a range
9a85980
Update delete, select autocommand parser
dongsiji Nov 6, 2018
2bf5e02
Merge pull request #279 from liaujianjie/undo-redo-typo
liaujianjie Nov 6, 2018
4ce3ab6
Remove unused imports
dongsiji Nov 6, 2018
bd19f38
Small fixes and changes to UG
liaujianjie Nov 6, 2018
82e1562
Add new icon images for notes, tips and danger
liaujianjie Nov 6, 2018
03b7463
Add tests for AutoMatchCommandParser
liaujianjie Nov 6, 2018
da737c3
Add tests for AutoMatchCommand constructor
liaujianjie Nov 6, 2018
d2d0c71
Change name
Nov 6, 2018
e17eaef
Update strings to use word "view" instead of "select"
Nov 6, 2018
ee0463a
Minor update to strings related to view command
Nov 6, 2018
1daf4ac
Add tests for ContactType#fromString
liaujianjie Nov 6, 2018
b6a7630
Merge pull request #292 from wailunlim/update-name-ppp
wailu Nov 6, 2018
af4120b
Add tests for AutoMatchCommand#equals
liaujianjie Nov 6, 2018
d983987
Minor change to string in test
Nov 6, 2018
b21dfcd
Refactor AutoMatchCommand to use integer for id
liaujianjie Nov 6, 2018
80ad6a3
Merge pull request #287 from dongsiji/update-parser
dongsiji Nov 6, 2018
62efdcd
Merge pull request #288 from dongsiji/update-ug
dongsiji Nov 6, 2018
4bac48a
Merge pull request #293 from wailunlim/change-select-command-word-to-…
wailu Nov 6, 2018
cecfcb8
Merge pull request #289 from liaujianjie/ug-fixes
liaujianjie Nov 6, 2018
0120977
Merge branch 'master' into automatch-tests
liaujianjie Nov 6, 2018
c77d3e6
Merge pull request #290 from liaujianjie/guide-icons
liaujianjie Nov 6, 2018
8f029ae
Merge pull request #291 from liaujianjie/automatch-tests
liaujianjie Nov 6, 2018
d2f91c2
Merge branch 'master' of https://github.com/CS2103-AY1819S1-F10-3/main
eehooi Nov 7, 2018
4c46d0a
change all instances of service providers to vendors in UG and DG
ganchinyao Nov 7, 2018
18f70e1
Remove unused Appendix on product survey in DG
ganchinyao Nov 7, 2018
4efbaea
Change instances of service providers to vendors in PPP
ganchinyao Nov 7, 2018
ff61721
Add some content to project portfolio
liaujianjie Nov 2, 2018
fcdbb88
Update overview
liaujianjie Nov 2, 2018
35c86ca
Add more portfolio content
liaujianjie Nov 2, 2018
b222251
Add more changes to portfolio
liaujianjie Nov 7, 2018
98615fb
Merge pull request #226 from CS2103-AY1819S1-F10-3/jianjie-portfolio
liaujianjie Nov 7, 2018
0ead591
Minor english edit
ganchinyao Nov 8, 2018
b886ad5
Update logo
eehooi Nov 9, 2018
fa42d3d
Show the user role at the bottom center of screen
ganchinyao Nov 9, 2018
c0784b4
Change storage xml file name
ganchinyao Nov 9, 2018
4a33a1a
Merge branch 'master' into refactor-serviceproviders
ganchinyao Nov 9, 2018
3c11a31
change folder directory of ppp images
ganchinyao Nov 9, 2018
c170247
Merge pull request #297 from NightYeti/role-feedback
ganchinyao Nov 9, 2018
b47346b
Merge pull request #298 from NightYeti/change-image-directory
ganchinyao Nov 9, 2018
b797e00
Merge pull request #294 from NightYeti/refactor-serviceproviders
ganchinyao Nov 9, 2018
c1c08ea
Merge pull request #296 from eehooi/change-app-logo
eehooi Nov 9, 2018
4e881b8
Remove some discrete tags in DG
ganchinyao Nov 10, 2018
8599e44
Remove appendix on manual testing in DG
ganchinyao Nov 10, 2018
19bbe10
Make all figure description italics
ganchinyao Nov 10, 2018
afcc734
Allow client and vendor to be the same person
ganchinyao Nov 10, 2018
4d39996
Change instances of address book in the application to heart2
ganchinyao Nov 10, 2018
8fb2716
Update issue link in contactus, minor english change in docs
ganchinyao Nov 10, 2018
c08b585
Minor update to UG
ganchinyao Nov 10, 2018
9052475
Add stylesheet to PPP
ganchinyao Nov 10, 2018
145a056
Minor update to PPP and UG
ganchinyao Nov 10, 2018
7d30417
Add no write privilege add test
Nov 10, 2018
ae721f1
Add no delete privilege delete test
Nov 10, 2018
c73c400
Create default data
eehooi Nov 10, 2018
4f4bd92
Fix checkstyle error
eehooi Nov 10, 2018
7754081
Remove unused imports
ganchinyao Nov 10, 2018
be42bd0
Merge pull request #301 from eehooi/create-default-data
eehooi Nov 10, 2018
794241e
Merge branch 'master' into enhancements
ganchinyao Nov 10, 2018
23b99c8
update ui.png
ganchinyao Nov 10, 2018
0cebd5d
Update Ui.png
ganchinyao Nov 10, 2018
80c18f7
Add invalid args test for ListCommandParser
Nov 10, 2018
5b837e9
Add no write privilege update test
Nov 10, 2018
23e7ab5
Add required identifier but missing tests && update buggy update tests
Nov 10, 2018
34e721a
Add parsing commands before logging in tests
Nov 10, 2018
66bce84
Add test for parsing unnecessary identifier in commands
Nov 10, 2018
913cf03
Split getAddCommand for client and vendor
Nov 10, 2018
2e5d1f8
Add vendor tests for parser
Nov 10, 2018
26de39d
Add required non empty arguments but present tests
Nov 10, 2018
9075399
Merge pull request #300 from wailunlim/add-tests-for-uncovered
wailu Nov 10, 2018
dd1d025
Merge branch 'master' into enhancements
ganchinyao Nov 10, 2018
2e8b983
Fix wrong string feedback for update and addService
Nov 10, 2018
ee316cd
Remove a test case since it is now possible to have both vendor and c…
ganchinyao Nov 10, 2018
a23b5c0
Add line to fix eof checkstyle
ganchinyao Nov 10, 2018
042c0ed
Merge pull request #299 from NightYeti/enhancements
ganchinyao Nov 10, 2018
c3b3471
Fix illegal identifier not giving illegal command format
Nov 10, 2018
d13a9d9
Fix test cases strings
Nov 10, 2018
6546311
Abide to checkstyle
Nov 10, 2018
e4ee68a
Merge pull request #303 from wailunlim/fix-wrong-error-message-displayed
wailu Nov 10, 2018
d34dc2f
Fix the bug of having duplicated contact after updating entries
ganchinyao Nov 10, 2018
b141632
Update UG to reflect the requiremenet of adding and updating
ganchinyao Nov 10, 2018
b8972d1
Update UG to reflect the conditions of some commands
ganchinyao Nov 10, 2018
020ea2d
Fix typo
ganchinyao Nov 10, 2018
7c1143b
Change limwailun -> wailunlim
Nov 10, 2018
b95f8cb
Merge pull request #307 from NightYeti/bug-updatecommand
ganchinyao Nov 10, 2018
53c4e53
Merge pull request #308 from wailunlim/fix-portfolio-not-properly-lin…
wailu Nov 10, 2018
70e573e
Update dg on manual testing
ganchinyao Nov 10, 2018
5ed9f04
Merge pull request #309 from NightYeti/dg-manualtest
ganchinyao Nov 10, 2018
cc35d04
Update format
dongsiji Nov 10, 2018
559e06a
Update callouts
dongsiji Nov 10, 2018
65a28d2
Update login
dongsiji Nov 10, 2018
c15f89f
Update example
dongsiji Nov 10, 2018
fc02109
Update login, change password
dongsiji Nov 10, 2018
dbe82a5
Update list all the way to update
dongsiji Nov 10, 2018
d947ee7
Update addservice
dongsiji Nov 10, 2018
ef18fe2
Update command summary
dongsiji Nov 10, 2018
1ccd147
Update tag
dongsiji Nov 10, 2018
4062c2d
Standardise formatting
dongsiji Nov 11, 2018
bd7c5f5
Update parts of UG and DG
eehooi Nov 11, 2018
0fe5f8e
Update command summary
dongsiji Nov 11, 2018
b31179a
Update Heart2 format
eehooi Nov 11, 2018
512a491
Merge pull request #310 from dongsiji/update-ug
dongsiji Nov 11, 2018
694b536
Merge branch 'master' into update-ug-and-dg
eehooi Nov 11, 2018
8563b15
Update Add feature
Nov 6, 2018
b288b6a
Update remove clients and vendors feature
Nov 6, 2018
6bcc569
Add unique ID feature into DG
Nov 10, 2018
349e609
Edit delete contact feature portion in DG
Nov 10, 2018
28863b1
Edit update contact portion in DG
Nov 10, 2018
7df8ab4
Small change in phrasing
Nov 10, 2018
ffd5573
Add design considerations for update feature in DG
Nov 10, 2018
a2988f3
Add a design consideration for add feature in DG
Nov 10, 2018
76e9034
Add markup for "Aspect"
Nov 10, 2018
83522ed
Add whitespace
Nov 10, 2018
8ab8aed
Rephrase sentence in update feature in DG
Nov 10, 2018
9f2d735
Delete redundant section in delete feature and add view feature
Nov 10, 2018
d6e91fd
Add and update sequence diagram for delete command
Nov 11, 2018
f9da4ad
Change location of image
Nov 11, 2018
b068616
Delete unused (replaced) diagram
Nov 11, 2018
510df59
Update delete diagram
Nov 11, 2018
ec9245c
Update diagram
Nov 11, 2018
d52f5ce
Update references to old command syntax
Nov 11, 2018
0eef0cc
Update and replace old diagrams
Nov 11, 2018
6827fdc
Add a tip that points to a diagram earlier in doc
Nov 11, 2018
34a18d7
Merge pull request #311 from eehooi/update-ug-and-dg
eehooi Nov 11, 2018
6c7c3b2
Merge pull request #312 from wailunlim/update-ug-dg
wailu Nov 11, 2018
9bcf9ff
Update list command
dongsiji Nov 11, 2018
0f4c232
Update language && add undo tip
Nov 11, 2018
9af5bc9
Add "can redo" to tip
Nov 11, 2018
c62e654
Add a note for view
Nov 11, 2018
c0b2c3a
Update wording for addservice
Nov 11, 2018
1c0897e
Add additional tip for view command
Nov 11, 2018
1a973b2
Add sequence diagrams to list
dongsiji Nov 11, 2018
37141fc
Add manual testing for list
dongsiji Nov 11, 2018
ae604ae
Update list in userguide
dongsiji Nov 11, 2018
f28122c
Merge pull request #314 from dongsiji/update-ugdg
dongsiji Nov 11, 2018
0f3e119
Update DG appendix
eehooi Nov 11, 2018
fb94073
Merge branch 'master' into update-appendix-dg
eehooi Nov 11, 2018
8ad33e3
Update Use Case
eehooi Nov 11, 2018
6cbde51
Merge branch 'update-appendix-dg' of https://github.com/eehooi/main i…
eehooi Nov 11, 2018
d531415
Change title
eehooi Nov 11, 2018
215fd7f
Merge pull request #315 from eehooi/update-appendix-dg
eehooi Nov 11, 2018
0b36feb
Merge pull request #313 from wailunlim/update-ug-dg
wailu Nov 11, 2018
1a23119
Update callouts image of UG to default callouts
ganchinyao Nov 11, 2018
94a0a51
Minor edit
ganchinyao Nov 11, 2018
ed5e581
Minor edit to DG manual testing
ganchinyao Nov 11, 2018
d7b26ae
Fix [Warning] callout not imported to UG
ganchinyao Nov 11, 2018
9e1abfc
Make it clear in UG that undo, redo, and history are only for this se…
ganchinyao Nov 11, 2018
20a9dd0
Update portfolio
Nov 4, 2018
b60e0cc
Update portfolio
Nov 4, 2018
70787a5
Add enhancement on support for client and vendors
Nov 11, 2018
3cce47c
Add major enhancement on unique ID feature
Nov 11, 2018
c4788f4
Add minor enhancement on parser
Nov 11, 2018
419c03a
Add minor enhancement on extending commands
Nov 11, 2018
32eedb9
Delete outdated texts
Nov 11, 2018
70ae033
Add to code contributed section and other contributions
Nov 11, 2018
97b1fc6
Add elaboration for code contribution section
Nov 11, 2018
57833ff
Update formatting and make minor changes to language
Nov 11, 2018
4899a5e
Merge pull request #318 from wailunlim/update-project-portfolio-wailun
wailu Nov 11, 2018
0d58313
Merge pull request #316 from NightYeti/ug-callouts
ganchinyao Nov 11, 2018
ebcce1e
Remove all states in VersionedAddressBook after user log out
ganchinyao Nov 11, 2018
7e5a026
Write test case for the 2 new methods added
ganchinyao Nov 11, 2018
cd31ffb
Update UG to reflect the history clearing upon logging out
ganchinyao Nov 11, 2018
b0f3a0b
Remove unused test cases
ganchinyao Nov 11, 2018
63d61be
Remove unuse imports
ganchinyao Nov 11, 2018
6c3ba41
Remove unuse test case
ganchinyao Nov 11, 2018
231872d
Update PPP to reflect changes in UG
ganchinyao Nov 11, 2018
56b3486
Update AddService Implementation for UG and DG
eehooi Nov 11, 2018
eb3170b
Merge pull request #319 from NightYeti/bug-undo
ganchinyao Nov 11, 2018
1ab12f5
Merge pull request #320 from NightYeti/remove-skipped-test
ganchinyao Nov 11, 2018
e6bfb80
Update PPP
eehooi Nov 11, 2018
32e45da
Merge pull request #322 from NightYeti/ppp-spelling
ganchinyao Nov 11, 2018
22d24c8
Merge pull request #323 from eehooi/update-addservice-ug-dg
eehooi Nov 11, 2018
d28d472
Merge pull request #324 from eehooi/update-project-portfolio
eehooi Nov 11, 2018
645c44f
Edit note about duplicates
Nov 12, 2018
5a8fc40
Add note and a tip on editing tags
Nov 12, 2018
216110b
Update UG
Nov 12, 2018
f84a3fe
Merge pull request #325 from wailunlim/update-ug-dg
wailu Nov 12, 2018
5ecae91
Add link to reposense for code contributed section in PPP
Nov 12, 2018
4240755
Update contributions section
Nov 12, 2018
2fea901
Add introduction
dongsiji Nov 1, 2018
f75a807
Add about this document
dongsiji Nov 1, 2018
dde3469
Add ug and dg into pp
dongsiji Nov 1, 2018
491aa4c
Fix introduction and about this document
dongsiji Nov 1, 2018
da3cd09
Complete writing the pp
dongsiji Nov 1, 2018
a5bc19b
Add other contributions
dongsiji Nov 1, 2018
2c5f4ce
Add bold
dongsiji Nov 3, 2018
679369a
Update code contribution
Nov 12, 2018
35b1115
Update ug and dg contributions
dongsiji Nov 12, 2018
7085086
Fix minor formatting in DG and PPP
eehooi Nov 12, 2018
f165c7d
Update language
dongsiji Nov 12, 2018
3046719
Merge pull request #326 from eehooi/fix-minor-formatting-dg-ppp
eehooi Nov 12, 2018
41bc190
Update diagrams
dongsiji Nov 12, 2018
e1b7192
Remove delete manual testing and fix minor PPP details
eehooi Nov 12, 2018
7141b3b
Update summary of contributions
dongsiji Nov 12, 2018
f78065c
Update link to functional code contributed
dongsiji Nov 12, 2018
f4f9d9a
Update other contributions
dongsiji Nov 12, 2018
d89c2fe
Update contributed code for list
dongsiji Nov 12, 2018
5a02f4a
Update dg contribution
dongsiji Nov 12, 2018
6a7cd25
Update other contributions
dongsiji Nov 12, 2018
ad2070a
Update styling
dongsiji Nov 12, 2018
0f93ee4
Update SD for delet
Nov 12, 2018
7d5adcb
Update command summary
dongsiji Nov 12, 2018
ea7e2a8
Add table for command summary
dongsiji Nov 12, 2018
ca54974
Edit styling for table
dongsiji Nov 12, 2018
24b1e0e
Change command summary to table format
dongsiji Nov 12, 2018
6665af4
Add table to ppp
dongsiji Nov 12, 2018
6cdcc74
Replace powerpoint file on SD
Nov 12, 2018
23c8cf9
Update the high level sequence diagram
Nov 12, 2018
51d584e
update ppp
dongsiji Nov 12, 2018
ec03e9e
Update use cases
dongsiji Nov 12, 2018
8d95a23
Update command summary
dongsiji Nov 12, 2018
c63188e
Add newline at EOF
dongsiji Nov 12, 2018
5c32bdc
Change to use getType
dongsiji Nov 12, 2018
301575a
Change other contributions
dongsiji Nov 12, 2018
2eac4d3
Disallow sensitive commands from storing parameters to history
ganchinyao Nov 12, 2018
f4fde10
Delete johndoe.adoc
dongsiji Nov 12, 2018
d766140
Add <ID> to command summary table
dongsiji Nov 12, 2018
40ce8bf
Merge pull request #329 from dongsiji/update-collectionUtil
dongsiji Nov 12, 2018
3efcbcf
Merge pull request #328 from dongsiji/dongsiji-pp
dongsiji Nov 12, 2018
446af17
Update diagrams
dongsiji Nov 12, 2018
347b545
Update to v1.4
dongsiji Nov 12, 2018
022933e
Add add client sequence diagram png and pptx
Nov 12, 2018
ccf61f9
Merge pull request #327 from eehooi/update-ppp-and-delete-manual-testing
eehooi Nov 12, 2018
6565c7c
Merge pull request #331 from dongsiji/update-diagrams
dongsiji Nov 12, 2018
ef0abaf
Add explanation for add client sequence diagram
Nov 12, 2018
27f9434
Merge pull request #330 from NightYeti/fix-history
ganchinyao Nov 12, 2018
6dfdbce
Update tools
dongsiji Nov 12, 2018
23f6645
Merge pull request #332 from wailunlim/update-ug-dg
wailu Nov 12, 2018
014f911
Add numberings for major and minor enhancements
Nov 11, 2018
2f6828f
Merge pull request #333 from dongsiji/update-ppp
dongsiji Nov 12, 2018
f05bed1
Add UG DG segments to PPP
Nov 12, 2018
54bdfa8
Fix link for compiled code
dongsiji Nov 12, 2018
b369fbb
Add backticks to list
dongsiji Nov 12, 2018
9a71dfd
Merge pull request #334 from wailunlim/update-project-portfolio-wailun
wailu Nov 12, 2018
774e9f3
Merge pull request #335 from dongsiji/update-ppp
dongsiji Nov 12, 2018
404caf6
Spelling
Nov 11, 2018
5ab272b
Correct minor spelling missteaks
Nov 12, 2018
f965ac3
Correct some minor missteaks pt2
Nov 12, 2018
76060cf
Merge pull request #321 from wailunlim/correct-spelling
wailu Nov 12, 2018
1227cd3
Update DG to tell user how to change default root account credentials
ganchinyao Nov 12, 2018
20f5d0a
Minor change to PPP
ganchinyao Nov 12, 2018
8e4e6b4
Add manual testing for add, delete, update,view
Nov 12, 2018
bd5c27e
Minor fixes to formatting and typos
Nov 12, 2018
2bb651c
Merge pull request #337 from wailunlim/add-manual-testing
wailu Nov 12, 2018
774cbe1
Merge pull request #336 from NightYeti/root-account
ganchinyao Nov 12, 2018
9ee90c9
Update undoredo sequence diagram
dongsiji Nov 12, 2018
8db2b54
Merge pull request #338 from dongsiji/update-diagram
dongsiji Nov 12, 2018
db0aea0
Update PPP
liaujianjie Nov 12, 2018
72b2172
Append link to personal site in PPP
liaujianjie Nov 12, 2018
5583bd7
Add reposense link
liaujianjie Nov 12, 2018
d6f16da
Change reposense link
liaujianjie Nov 12, 2018
6431f8a
Merge pull request #339 from CS2103-AY1819S1-F10-3/finalise-jianjie-ppp
liaujianjie Nov 12, 2018
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
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ lib/*
*.log.*
*.csv
config.json
!_reposense/config.json
src/test/data/sandbox/
preferences.json
.DS_Store
Expand Down
26 changes: 11 additions & 15 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
= Address Book (Level 4)
= Heart²
ifdef::env-github,env-browser[:relfileprefix: docs/]

https://travis-ci.org/se-edu/addressbook-level4[image:https://travis-ci.org/se-edu/addressbook-level4.svg?branch=master[Build Status]]
https://ci.appveyor.com/project/damithc/addressbook-level4[image:https://ci.appveyor.com/api/projects/status/3boko2x2vr5cc3w2?svg=true[Build status]]
https://coveralls.io/github/se-edu/addressbook-level4?branch=master[image:https://coveralls.io/repos/github/se-edu/addressbook-level4/badge.svg?branch=master[Coverage Status]]
https://www.codacy.com/app/damith/addressbook-level4?utm_source=github.com&utm_medium=referral&utm_content=se-edu/addressbook-level4&utm_campaign=Badge_Grade[image:https://api.codacy.com/project/badge/Grade/fc0b7775cf7f4fdeaf08776f3d8e364a[Codacy Badge]]
_Enterprise Wedding Management System_

https://travis-ci.org/CS2103-AY1819S1-F10-3/main[image:https://travis-ci.org/CS2103-AY1819S1-F10-3/main.svg?branch=master[Build Status]]
https://ci.appveyor.com/project/liaujianjie/main[image:https://ci.appveyor.com/api/projects/status/ycx5vnhfck9tp9ae?svg=true[Build status]]
https://coveralls.io/github/CS2103-AY1819S1-F10-3/main?branch=master[image:https://coveralls.io/repos/github/CS2103-AY1819S1-F10-3/main/badge.svg?branch=master[Coverage Status]]
https://www.codacy.com/app/liaujianjie/main?utm_source=github.com&utm_medium=referral&utm_content=CS2103-AY1819S1-F10-3/main&utm_campaign=Badge_Grade"[image:https://api.codacy.com/project/badge/Grade/cd2ccc2fc61c4afdac9c3f89a3345a65[Codacy Badge]]
https://gitter.im/se-edu/Lobby[image:https://badges.gitter.im/se-edu/Lobby.svg[Gitter chat]]

ifdef::env-github[]
Expand All @@ -15,26 +17,20 @@ ifndef::env-github[]
image::images/Ui.png[width="600"]
endif::[]

* This is a desktop Address Book application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
* It is a Java sample application intended for students learning Software Engineering while using Java as the main programming language.
* It is *written in OOP fashion*. It provides a *reasonably well-written* code example that is *significantly bigger* (around 6 KLoC)than what students usually write in beginner-level SE modules.
* What's different from https://github.com/se-edu/addressbook-level3[level 3]:
** A more sophisticated GUI that includes a list panel and an in-built Browser.
** More test cases, including automated GUI testing.
** Support for _Build Automation_ using Gradle and for _Continuous Integration_ using Travis CI.
* This is a desktop Wedding Planner application. It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).
* This Wedding Planner application is intended for Wedding Planner companies.
* It matches clients with their service providers based on various client requests.

== Site Map

* <<UserGuide#, User Guide>>
* <<DeveloperGuide#, Developer Guide>>
* <<LearningOutcomes#, Learning Outcomes>>
* <<AboutUs#, About Us>>
* <<ContactUs#, Contact Us>>

== Acknowledgements

* Some parts of this sample application were inspired by the excellent http://code.makery.ch/library/javafx-8-tutorial/[Java FX tutorial] by
_Marco Jakob_.
* This application was adapted from a SE-EDU initiative: https://github.com/se-edu/[AddressBook-Level4]
* Libraries used: https://github.com/TestFX/TestFX[TextFX], https://bitbucket.org/controlsfx/controlsfx/[ControlsFX], https://github.com/FasterXML/jackson[Jackson], https://github.com/google/guava[Guava], https://github.com/junit-team/junit5[JUnit5]

== Licence : link:LICENSE[MIT]
30 changes: 30 additions & 0 deletions _reposense/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"authors":
[
{
"githubId": "dongsiji",
"displayName": "DON...IJI",
"authorNames": ["dongsiji"]
},
{
"githubId": "NightYeti",
"displayName": "GAN C...N YAO",
"authorNames": ["NightYeti", "Gan Chin Yao"]
},
{
"githubId": "liaujianjie",
"displayName": "LIAU ...N JIE",
"authorNames": ["liaujianjie"]
},
{
"githubId": "wailunlim",
"displayName": "LIM W...I LUN",
"authorNames": ["wailunlim"]
},
{
"githubId": "eehooi",
"displayName": "NG EE... HOOI",
"authorNames": ["eehooi"]
}
]
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ asciidoctor {
idprefix: '', // for compatibility with GitHub preview
idseparator: '-',
'site-root': "${sourceDir}", // must be the same as sourceDir, do not modify
'site-name': 'AddressBook-Level4',
'site-githuburl': 'https://github.com/se-edu/addressbook-level4',
'site-name': 'main',
'site-githuburl': 'https://github.com/CS2103-AY1819S1-F10-3/main',
'site-seedu': true, // delete this line if your project is not a fork (not a SE-EDU project)
]

Expand Down
52 changes: 26 additions & 26 deletions docs/AboutUs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,53 @@
:imagesDir: images
:stylesDir: stylesheets

AddressBook - Level 4 was developed by the https://se-edu.github.io/docs/Team.html[se-edu] team. +
_{The dummy content given below serves as a placeholder to be used by future forks of the project.}_ +
Heart² was developed by the F10-3 team of NUS School of Computing AY18/19. +
{empty} +
We are a team based in the http://www.comp.nus.edu.sg[School of Computing, National University of Singapore].

== Project Team

=== John Doe
image::damithc.jpg[width="150", align="left"]
{empty}[http://www.comp.nus.edu.sg/~damithch[homepage]] [https://github.com/damithc[github]] [<<johndoe#, portfolio>>]
=== Dong SiJi
image::dongsiji.png[width="150", align="left"]
{empty}[https://github.com/dongsiji[github]] [<<dongsiji#, portfolio>>]

Role: Project Advisor
Role: Testing, Java guru +
Components: Model, Logic

'''

=== John Roe
image::lejolly.jpg[width="150", align="left"]
{empty}[http://github.com/lejolly[github]] [<<johndoe#, portfolio>>]
=== Gan Chin Yao
image::nightyeti.png[width="150", align="left"]
{empty}[http://github.com/NightYeti[github]] [<<nightyeti#, portfolio>>]

Role: Team Lead +
Responsibilities: UI
Role: Team Lead, Deliverables +
Components: Logic, Storage

'''

=== Johnny Doe
image::yijinl.jpg[width="150", align="left"]
{empty}[http://github.com/yijinl[github]] [<<johndoe#, portfolio>>]
=== Liau Jian Jie
image::liaujianjie.png[width="150", align="left"]
{empty}[http://github.com/liaujianjie[github]] [<<liaujianjie#, portfolio>>]

Role: Developer +
Responsibilities: Data
Role: Code quality, Git expert +
Components: Logic, Storage

'''

=== Johnny Roe
image::m133225.jpg[width="150", align="left"]
{empty}[http://github.com/m133225[github]] [<<johndoe#, portfolio>>]
=== Lim Wai Lun
image::wailunlim.png[width="150", align="left"]
{empty}[http://github.com/wailunlim[github]] [<<wailunlim#, portfolio>>]

Role: Developer +
Responsibilities: Dev Ops + Threading
Role: Integration, Java guru +
Components: Model, Logic

'''

=== Benson Meier
image::yl_coder.jpg[width="150", align="left"]
{empty}[http://github.com/yl-coder[github]] [<<johndoe#, portfolio>>]
=== Ng Ee Hooi
image::eehooi.png[width="150", align="left"]
{empty}[http://github.com/eehooi[github]] [<<eehooi#, portfolio>>]

Role: Developer +
Responsibilities: UI
Role: Documentation, UI master +
Components: Logic, UI

'''
4 changes: 2 additions & 2 deletions docs/ContactUs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
:site-section: ContactUs
:stylesDir: stylesheets

* *Bug reports, Suggestions* : Post in our https://github.com/se-edu/addressbook-level4/issues[issue tracker] if you noticed bugs or have suggestions on how to improve.
* *Bug reports, Suggestions* : Post in our https://github.com/CS2103-AY1819S1-F10-3/main/issues[issue tracker] if you noticed bugs or have suggestions on how to improve.
* *Contributing* : We welcome pull requests. Follow the process described https://github.com/oss-generic/process[here]
* *Email us* : You can also reach us at `damith [at] comp.nus.edu.sg`
* *Email us* : You can reach out to our Team Lead at `gan@u.nus.edu`
Loading