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

[v1.5][F14-B4] Bibliotek #65

Open
wants to merge 290 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 124 commits
Commits
Show all changes
290 commits
Select commit Hold shift + click to select a range
5251a78
Add tests for storage of Book and BookShelf
takuyakanbr Mar 8, 2018
633976e
Add reading and saving book shelf to Storage and StorageManager
takuyakanbr Mar 8, 2018
86d5e6c
Fix unused imports in storage tests
takuyakanbr Mar 8, 2018
520af70
Fix typo in storage test data
takuyakanbr Mar 9, 2018
9bf11dc
Merge pull request #49 from takuyakanbr/update-storage
qiu-siqi Mar 9, 2018
508342c
Update UndoableCommand to support books
qiu-siqi Mar 9, 2018
2df3235
Update CommandTestUtil and CliSyntax
qiu-siqi Mar 9, 2018
9dd4c55
Update UndoableCommandTest
qiu-siqi Mar 9, 2018
e123fdb
Update UndoCommandTest
qiu-siqi Mar 9, 2018
ed10c5f
Update RedoCommandTest
qiu-siqi Mar 9, 2018
3cf6d2c
Update DeleteCommand
qiu-siqi Mar 9, 2018
697c60f
Remove unused import statements
qiu-siqi Mar 9, 2018
80d663c
Update DeleteCommandTest
qiu-siqi Mar 9, 2018
286632c
Rename method in Command
qiu-siqi Mar 9, 2018
12455ce
Change text in ExitCommand
qiu-siqi Mar 9, 2018
f35476f
Update ClearCommand
qiu-siqi Mar 9, 2018
116f085
Update ClearCommandTest
qiu-siqi Mar 9, 2018
5390c7c
Change AddCommand
qiu-siqi Mar 9, 2018
383668d
Change AddCommandParser
qiu-siqi Mar 9, 2018
12adba6
Add BookShelfParser
qiu-siqi Mar 9, 2018
7c707a0
Change tests and parsers for add command
qiu-siqi Mar 9, 2018
b1b51a2
Change constant names in TypicalIndexes
qiu-siqi Mar 9, 2018
0af2101
Update ListCommand
qiu-siqi Mar 9, 2018
35abe81
Update ListCommandTest
qiu-siqi Mar 9, 2018
33cb156
Update SelectCommand
qiu-siqi Mar 9, 2018
9e76a20
Update SelectCommandTest
qiu-siqi Mar 9, 2018
ced34cf
Rename constants in commons/core/Messages
qiu-siqi Mar 9, 2018
ae3b567
Ignore EditCommandTests temporarily
qiu-siqi Mar 9, 2018
a644576
Fix style issues
qiu-siqi Mar 9, 2018
58bc815
Deleted yl_coder.jpg
fishTT Mar 9, 2018
745174a
Merge pull request #52 from fishTT/Jianghao
qiu-siqi Mar 9, 2018
3e99de7
Remove unrequired info
qiu-siqi Mar 9, 2018
8723dbc
Merge pull request #53 from qiu-siqi/fix-dg-issue
takuyakanbr Mar 9, 2018
5c1f763
Change style used for documentation
takuyakanbr Mar 9, 2018
f8e9706
Move UG and DG table of content to left sidebar
takuyakanbr Mar 9, 2018
095900e
Merge branch 'master' into change-doc-style
takuyakanbr Mar 9, 2018
11fe259
Fix style issues
qiu-siqi Mar 9, 2018
f223dfd
Change fxml files for UI
qiu-siqi Mar 9, 2018
d98da78
Add UI classes to support books
qiu-siqi Mar 9, 2018
b62e863
Update guihandles to support books
qiu-siqi Mar 9, 2018
9bd6c64
Update GuiTestAssert
qiu-siqi Mar 9, 2018
065f8ea
Update UI tests
qiu-siqi Mar 9, 2018
37378f4
Update BrowserPanel
qiu-siqi Mar 9, 2018
612ce95
Update MainWindow in UI
qiu-siqi Mar 9, 2018
79bfa65
Update MainApp
qiu-siqi Mar 9, 2018
718f84f
Update TestApp
qiu-siqi Mar 9, 2018
2a61225
Rename and update AddressBookSystemTest to BibliotekSystemTest
qiu-siqi Mar 9, 2018
9c0d1a6
Adjust asciidoc styling
takuyakanbr Mar 9, 2018
ecec6a4
Add newline in asciidoctor.css
takuyakanbr Mar 9, 2018
f1f97d0
Adjust asciidoc styling of table of content
takuyakanbr Mar 9, 2018
6708ca9
Fix font import in asciidoctor.css to use https
takuyakanbr Mar 9, 2018
a79d024
Remove EditCommand and FindCommand
qiu-siqi Mar 9, 2018
29edb82
Fix style issues
qiu-siqi Mar 9, 2018
7eccfb2
Merge pull request #55 from takuyakanbr/change-asciidoc-style
takuyakanbr Mar 9, 2018
99327fe
Merge pull request #56 from qiu-siqi/update-commands
takuyakanbr Mar 9, 2018
bc3b594
Merge branch 'morph' into update-ui
qiu-siqi Mar 9, 2018
f86798d
Fix all unit tests
qiu-siqi Mar 9, 2018
840b84a
Change formatting of BookListCard
qiu-siqi Mar 9, 2018
b6d681e
Fix style issues
qiu-siqi Mar 9, 2018
42edc2c
Fix style issues
qiu-siqi Mar 9, 2018
3c85b7f
Remove guihandles and UI tests for person
qiu-siqi Mar 9, 2018
ff5e3de
Fix unit tests
qiu-siqi Mar 9, 2018
fe4e92a
Add network component
takuyakanbr Mar 10, 2018
c6ebdfb
Add json deserializers
takuyakanbr Mar 10, 2018
67f9ed9
Remove getAuthorSet and getCategorySet from SampleDataUtil
takuyakanbr Mar 10, 2018
adfbb6b
Add tests for json deserializers
takuyakanbr Mar 10, 2018
a165464
Add tests for GoogleBooksApi
takuyakanbr Mar 10, 2018
99b9655
Add request and result events for obtaining book details
takuyakanbr Mar 10, 2018
0bab297
Fix comments and style
qiu-siqi Mar 10, 2018
ea85fa2
Merge pull request #57 from qiu-siqi/update-ui
takuyakanbr Mar 10, 2018
b884360
Fix issues in network component
takuyakanbr Mar 10, 2018
6ff902f
Fix content type check in GoogleBooksApi
takuyakanbr Mar 10, 2018
f3a8030
Merge pull request #58 from takuyakanbr/add-google-books-api
qiu-siqi Mar 10, 2018
23fed18
Fix system tests
takuyakanbr Mar 10, 2018
21707bb
Fix more tests
takuyakanbr Mar 10, 2018
8d75062
Remove deprecated parts of the code
takuyakanbr Mar 10, 2018
c4f9361
Fix errors in ParserUtilTest
takuyakanbr Mar 10, 2018
2e3f90d
Remove unused command prefixes / test strings
takuyakanbr Mar 11, 2018
bbd7425
Remove unused fxml files
takuyakanbr Mar 11, 2018
6892c98
Fix issues in AddCommandSystemTest and DeleteCommandSystemTest
takuyakanbr Mar 11, 2018
1d45ea7
Merge pull request #59 from takuyakanbr/fix-tests
qiu-siqi Mar 11, 2018
fcad327
Add additional tests for the model component
takuyakanbr Mar 11, 2018
9cc6cd2
Fix BookShelfTest to use static imports for typical books
takuyakanbr Mar 11, 2018
2b082cd
Merge pull request #60 from takuyakanbr/add-model-tests
qiu-siqi Mar 11, 2018
9b64700
Add search command
takuyakanbr Mar 11, 2018
6eaee95
Update MainApp to start and stop the network component
takuyakanbr Mar 11, 2018
0ecae8c
Add UI support for displaying search results
takuyakanbr Mar 11, 2018
53d6ad8
Add model support for displaying search results
takuyakanbr Mar 11, 2018
02845b2
Add logic support for displaying search results
takuyakanbr Mar 11, 2018
434123d
Add unit and integration tests for search command
takuyakanbr Mar 11, 2018
9c9db3e
Add unit tests for clear, delete, select commands
takuyakanbr Mar 11, 2018
09257bc
Add system tests for search command
takuyakanbr Mar 12, 2018
8961618
Improve search and select command system tests
takuyakanbr Mar 12, 2018
cd8d49d
for v1.1 change the photo name to githubname.jpg
592363789 Mar 12, 2018
3cdad36
change jpg to png
592363789 Mar 12, 2018
f2ca24c
Change photo name and format
qiu-siqi Mar 12, 2018
b021db9
Change photo name and format
qiu-siqi Mar 12, 2018
b7b078f
Merge pull request #63 from 592363789/v1.1phote
qiu-siqi Mar 12, 2018
368ffd6
Merge pull request #64 from qiu-siqi/photo
takuyakanbr Mar 12, 2018
1c9b9b4
Update user guide to add search command
takuyakanbr Mar 12, 2018
096677e
Update diagrams in DG
qiu-siqi Mar 13, 2018
0170235
Merge pull request #67 from qiu-siqi/update-diagrams
takuyakanbr Mar 13, 2018
f0bf220
Implement request changes
takuyakanbr Mar 13, 2018
99b7c65
Fix import order for MainWindow
takuyakanbr Mar 13, 2018
025baf6
Change introduction of UG
qiu-siqi Mar 13, 2018
dafb511
Use a different way to switch between book list and search results
takuyakanbr Mar 13, 2018
1c96521
Merge pull request #62 from takuyakanbr/add-search-command
qiu-siqi Mar 13, 2018
bea4bd0
Update commands in UG
qiu-siqi Mar 13, 2018
ec7ee3a
Resolve merge conflicts
qiu-siqi Mar 13, 2018
4d3b24f
Add additional tests for network component
takuyakanbr Mar 14, 2018
3e8c1a8
Update readme
takuyakanbr Mar 14, 2018
cb708ef
Add tests for NetworkManager
takuyakanbr Mar 14, 2018
478fb1b
Add more components to Book, Update Deserializer, Change AddCommand
qiu-siqi Mar 14, 2018
ba81cd2
Update classes with dependency on Book, Update tests for AddCommand
qiu-siqi Mar 14, 2018
9faf78d
Remove unused variable
qiu-siqi Mar 14, 2018
9e93eed
Merge pull request #69 from takuyakanbr/add-network-tests
takuyakanbr Mar 15, 2018
8f34f93
Merge pull request #70 from takuyakanbr/update-readme
takuyakanbr Mar 15, 2018
cb15b46
Make suggested changes
qiu-siqi Mar 15, 2018
f105959
Make style changes
qiu-siqi Mar 15, 2018
1faff78
Add tests for XmlAdaptedBook
qiu-siqi Mar 15, 2018
a207b72
Change BookDeserializer to reject Book when no ISBN
qiu-siqi Mar 15, 2018
0375913
Add InvalidBookException, Fix style
qiu-siqi Mar 15, 2018
d6410d3
Merge pull request #72 from qiu-siqi/add-command
takuyakanbr Mar 15, 2018
a291921
Add book details panel
takuyakanbr Mar 15, 2018
631bf9c
Add more commands to UG
qiu-siqi Mar 15, 2018
d4c992a
Add unit and integration test for book details panel
takuyakanbr Mar 15, 2018
2a37d5a
Remove browser panel and related test code
takuyakanbr Mar 15, 2018
06c4f50
Add a light-blue based theme
takuyakanbr Mar 15, 2018
8bcc783
Move selection change event handlers into MainWindow
takuyakanbr Mar 15, 2018
a1c6aaf
Merge pull request #73 from takuyakanbr/update-ui
takuyakanbr Mar 15, 2018
0b96cca
Merge pull request #74 from takuyakanbr/add-light-theme
takuyakanbr Mar 15, 2018
8da3f93
Add more commands into UG
qiu-siqi Mar 15, 2018
c9380dc
Merge pull request #68 from qiu-siqi/update-UG
takuyakanbr Mar 15, 2018
b27d44c
Remove RedoCommand
qiu-siqi Mar 15, 2018
03533db
Remove fishTT.png
takuyakanbr Mar 15, 2018
78c672c
Add fishtt.png
takuyakanbr Mar 15, 2018
c24d5d9
Merge pull request #75 from qiu-siqi/delete-redo
takuyakanbr Mar 15, 2018
ca74fb0
Merge pull request #76 from takuyakanbr/fix-aboutus
takuyakanbr Mar 15, 2018
8f61c55
Merge branch 'master' into dev
takuyakanbr Mar 15, 2018
6b57ef9
Bump library versions
takuyakanbr Mar 15, 2018
808c55c
Fix setting of default width and height
takuyakanbr Mar 15, 2018
4328a8d
Bump version to v1.1
takuyakanbr Mar 15, 2018
d8d083e
Fix null exception in GuiSettings
takuyakanbr Mar 15, 2018
9be9082
Merge pull request #77 from takuyakanbr/release-v1.1
takuyakanbr Mar 15, 2018
83c961b
Update DeveloperGuide to add feature contribution
takuyakanbr Mar 19, 2018
50671d0
Merge pull request #81 from takuyakanbr/update-dg
takuyakanbr Mar 19, 2018
ee887c4
Add contribution to developer guide
qiu-siqi Mar 19, 2018
dc476b1
Merge pull request #82 from qiu-siqi/update-DG
takuyakanbr Mar 19, 2018
1d52665
Add contribution to DeveloperGuide (#83)
592363789 Mar 19, 2018
f39ca4e
Make book details panel scroll to top when selected book changes (#79)
takuyakanbr Mar 19, 2018
4656d46
Add theme command and update UI styling (#80)
takuyakanbr Mar 19, 2018
cf155e6
Add rating field to Book (#66)
592363789 Mar 20, 2018
700d860
Add contribution to DeveloperGuide (#84)
fishTT Mar 20, 2018
41d3c2e
Refactor network component (#88)
takuyakanbr Mar 22, 2018
8bb0d3c
Add recent command (#86)
qiu-siqi Mar 22, 2018
af7deca
Improve system tests (#85)
takuyakanbr Mar 22, 2018
1d3b364
Add recent command to implementation in DG (#92)
qiu-siqi Mar 22, 2018
6e43f9a
Update DG to describe implementation of search feature (#93)
takuyakanbr Mar 23, 2018
49f24d4
Bump version to v1.2 (#94)
takuyakanbr Mar 23, 2018
f0f4125
Update build scripts (#95)
takuyakanbr Mar 25, 2018
deecdee
Run junit tests in parallel (#96)
takuyakanbr Mar 25, 2018
201f019
Add Priority and Status fields to Book (#97)
takuyakanbr Mar 25, 2018
b52f1e5
Update User Guide and Developer Guide (#102)
qiu-siqi Mar 26, 2018
72bc477
Update badges and library list in README
takuyakanbr Mar 26, 2018
81bc266
Merge pull request #105 from takuyakanbr/update-readme
qiu-siqi Mar 26, 2018
5e40f01
Fix selection issues due to recent (#104)
qiu-siqi Mar 26, 2018
8ae1db0
Handle xxxSelectionChangedEvent in LogicManager (#106)
qiu-siqi Mar 26, 2018
790f2dd
Update list command to allow filtering and sorting (#100)
takuyakanbr Mar 26, 2018
a72d05e
Make ClearCommand clear BookDetailsPanel (#107)
qiu-siqi Mar 27, 2018
46e4bf3
Make BookCard when in view (#108)
qiu-siqi Mar 27, 2018
bf07471
Add command to view book reviews (#112)
qiu-siqi Mar 29, 2018
0862b10
Reduce time taken to compare UI book lists against book array (#114)
takuyakanbr Mar 29, 2018
f0ba6e5
Refactor network component (#113)
takuyakanbr Mar 29, 2018
7051c81
Make some changes in tests (#115)
qiu-siqi Mar 29, 2018
788b922
Fix tests (#118)
takuyakanbr Mar 29, 2018
635836f
Update dev ops section of developer guide (#117)
takuyakanbr Mar 29, 2018
a1e5ace
Bump version to v1.3 (#119)
takuyakanbr Mar 30, 2018
d15b065
Use randomized file name for recent books file when testing (#121)
takuyakanbr Mar 30, 2018
73872c6
Add edit command (#111)
592363789 Mar 30, 2018
8347538
Fix appveyor test issues (#123)
takuyakanbr Apr 1, 2018
ce2ecab
Display book description in WebView (#116)
qiu-siqi Apr 1, 2018
34cbf51
Edit reviews command (#120)
takuyakanbr Apr 1, 2018
575a5ce
Bump TestFX version (#126)
takuyakanbr Apr 2, 2018
13f1845
Disable the command box when a long-running action is active (#127)
takuyakanbr Apr 4, 2018
36df60d
Add book image to book details panel (#129)
takuyakanbr Apr 5, 2018
d656706
Add icons to author and category tags (#130)
takuyakanbr Apr 5, 2018
43845ef
Keep the ordering of authors and categories as per original API data …
takuyakanbr Apr 5, 2018
6805d77
Annotate code for collation and add output of collate (#133)
takuyakanbr Apr 5, 2018
0ed79b4
Add collate (#136)
qiu-siqi Apr 5, 2018
46a4eeb
Update README and user guide (#137)
takuyakanbr Apr 5, 2018
65f0f93
Bump version to v1.4 (#139)
takuyakanbr Apr 6, 2018
e36433f
Add command aliasing system (#150)
takuyakanbr Apr 8, 2018
eaffbf9
Add welcome panel (#132)
fishTT Apr 9, 2018
59b499e
Add additional tests (#153)
takuyakanbr Apr 9, 2018
65465c5
Add library command (#138)
qiu-siqi Apr 9, 2018
42133e5
Update user guide (#154)
takuyakanbr Apr 9, 2018
2d0b8a7
Update Developer Guide (#155)
qiu-siqi Apr 9, 2018
ca93514
Add getActiveList in model, update and refactor commands (#156)
qiu-siqi Apr 9, 2018
d6c62ea
Collate code (#151)
592363789 Apr 10, 2018
b8f6427
Improve UI consistency across OSes (#160)
takuyakanbr Apr 11, 2018
78b8c58
Fix saving of window position when UI is minimized (#161)
takuyakanbr Apr 11, 2018
8147bf8
Restrict the number of help windows to 1 (#162)
takuyakanbr Apr 11, 2018
226fbd6
Update search command (#163)
takuyakanbr Apr 11, 2018
7c4cc15
Fix use of WebViewManager (#164)
qiu-siqi Apr 11, 2018
8e38c9f
Adjust UI styling and sizing (#165)
takuyakanbr Apr 11, 2018
f90a342
Remove duplicated code in XmlRecentBooksStorage, update class diagram…
qiu-siqi Apr 11, 2018
6b72b7e
Use only one class for left panel (#169)
qiu-siqi Apr 11, 2018
bf22df0
Make commands handle undo logic themselves (#170)
qiu-siqi Apr 11, 2018
f261528
Add command auto correction (#171)
qiu-siqi Apr 12, 2018
0a2924d
Collate code (#176)
fishTT Apr 12, 2018
f60e432
Add PPP (#175)
qiu-siqi Apr 12, 2018
38238a4
Update documentation (#157)
592363789 Apr 13, 2018
2902859
PPP (#177)
fishTT Apr 13, 2018
85839ed
Make commands case-insensitive (#179)
592363789 Apr 13, 2018
4dbc3b7
Add project portfolio page (#180)
takuyakanbr Apr 13, 2018
31ed89a
Add Events to fix command issues (#178)
qiu-siqi Apr 13, 2018
eece552
Bump version to v1.5rc (#181)
takuyakanbr Apr 13, 2018
e8da19d
Add delay to makeGetRequest on event of exception (#183)
takuyakanbr Apr 13, 2018
43c1604
Store recentbooks in UserPrefs rather than Config (#185)
qiu-siqi Apr 13, 2018
f3ba16b
Change behaviour for pressing Enter in CommandBox (#184)
qiu-siqi Apr 13, 2018
d912afb
Add more tests for add and recent commands (#186)
qiu-siqi Apr 13, 2018
3db7225
Update Developer Guide (#187)
qiu-siqi Apr 14, 2018
b9ebb4e
Update User Guide (#188)
qiu-siqi Apr 14, 2018
497790f
Add hint feature (#159)
fishTT Apr 14, 2018
9b1acca
Improve various parts of the code and tests (#190)
takuyakanbr Apr 14, 2018
e915fcc
Add test for case-insensitive commands (#192)
fishTT Apr 14, 2018
f2f0db1
Add tests for hint system (#194)
takuyakanbr Apr 14, 2018
7075f18
Update collated code (#197)
fishTT Apr 14, 2018
ff91a53
Update collated code (#195)
takuyakanbr Apr 14, 2018
612bf94
Fix consistency issue with filtering and sorting (#198)
takuyakanbr Apr 14, 2018
d06ba27
Add encryption/decryption of book shelf data (#134)
592363789 Apr 14, 2018
8ecd83e
Refactor some stuff (#199)
qiu-siqi Apr 14, 2018
0bace63
Improve security of encryption system (#200)
takuyakanbr Apr 14, 2018
bf884e9
Make minor changes to Developer Guide (#204)
qiu-siqi Apr 15, 2018
b5134a9
Add some tests (#201)
qiu-siqi Apr 15, 2018
a9be94d
Update User Guide (#203)
qiu-siqi Apr 15, 2018
e8bef4d
Add command alias system to developer guide (#207)
takuyakanbr Apr 15, 2018
ead5e8d
Add some tests and collate for test (#206)
592363789 Apr 15, 2018
1fe1952
Finalize collate (#208)
qiu-siqi Apr 15, 2018
fc38bcf
Finalize PPP (#205)
qiu-siqi Apr 15, 2018
e5e7d03
Add more tests for lock system (#210)
takuyakanbr Apr 15, 2018
b035009
Fix various issues (#209)
takuyakanbr Apr 15, 2018
43f6ff4
Refactor a method and make style changes (#211)
qiu-siqi Apr 15, 2018
a7200ee
update ugdg and PPP (#193)
592363789 Apr 15, 2018
e30b9f0
Update all collated code (#212)
takuyakanbr Apr 15, 2018
fd432aa
Update sample book shelf (#214)
takuyakanbr Apr 15, 2018
517eff7
Add testing instructions (#215)
qiu-siqi Apr 15, 2018
9a4269f
Bump version to v1.5 (#213)
takuyakanbr Apr 15, 2018
c369fb0
Fix various bugs (#216)
takuyakanbr May 14, 2018
aa9d59a
Bump version to v1.5.1 (#217)
takuyakanbr May 15, 2018
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
15 changes: 7 additions & 8 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
= Address Book (Level 4)
= Bibliotek
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]]
https://gitter.im/se-edu/Lobby[image:https://badges.gitter.im/se-edu/Lobby.svg[Gitter chat]]
https://travis-ci.org/CS2103JAN2018-F14-B4/main[image:https://travis-ci.org/CS2103JAN2018-F14-B4/main.svg?branch=master[Build Status]]
https://ci.appveyor.com/project/takuyakanbr/main[image:https://ci.appveyor.com/api/projects/status/0b9xn6cwd3i8a80b?svg=true[Build status]]
https://coveralls.io/github/CS2103JAN2018-F14-B4/main?branch=master[image:https://coveralls.io/repos/github/CS2103JAN2018-F14-B4/main/badge.svg?branch=master[Coverage Status]]
https://www.codacy.com/app/takuyakanbr/main[image:https://api.codacy.com/project/badge/Grade/aa9140dcebbd474c9dc16c57fe247e78[Codacy Badge]]

ifdef::env-github[]
image::docs/images/Ui.png[width="600"]
Expand All @@ -15,9 +14,9 @@ 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).
* This is a desktop book management 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.
* 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.
Expand Down
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jacocoTestReport {
dependencies {
String testFxVersion = '4.0.7-alpha'

compile group: 'org.asynchttpclient', name: 'async-http-client', version: '2.4.3'
compile group: 'org.fxmisc.easybind', name: 'easybind', version: '1.0.3'
compile group: 'org.controlsfx', name: 'controlsfx', version: '8.40.11'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.7.0'
Expand Down Expand Up @@ -170,7 +171,7 @@ asciidoctor {
'source-highlighter': 'coderay',
icons: 'font',
experimental: true,
sectlinks: true,
sectAnchors: true,
idprefix: '', // for compatibility with GitHub preview
idseparator: '-'
}
Expand Down
5 changes: 2 additions & 3 deletions copyright.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
Some code adapted from http://code.makery.ch/library/javafx-8-tutorial/ by Marco Jakob

Copyright by Susumu Yoshida - http://www.mcdodesign.com/
- address_book_32.png
- AddressApp.ico
Copyright by Icon Shop - http://freeiconshop.com/
- book_flat_32.png

Copyright by Jan Jan Kovařík - http://glyphicons.com/
- calendar.png
Expand Down
45 changes: 19 additions & 26 deletions docs/AboutUs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,44 @@
: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.}_ +
Bibliotek was developed by https://github.com/CS2103JAN2018-F14-B4[Team F14-B4]. +
{empty} +
We developed this project as part of our Software Engineering Module, CS2103T. +
{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>>]

Role: Project Advisor

'''
=== Qiu Siyu
image::qiusiyu.jpg[width="150", align="left"]
{empty}[https://danielteo.me[homepage]] [http://github.com/takuyakanbr[github]] [<<johndoe#, portfolio>>]

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

Role: Team Lead +
Responsibilities: UI
Role: Developer +
Responsibilities: Dev Ops + Model

'''

=== Johnny Doe
image::yijinl.jpg[width="150", align="left"]
{empty}[http://github.com/yijinl[github]] [<<johndoe#, portfolio>>]
=== Qiu Siqi
image::qiusiqi.jpg[width="150", align="left"]
{empty}[http://github.com/qiu-siqi[github]] [<<johndoe#, portfolio>>]

Role: Developer +
Responsibilities: Data
Responsibilities: Logic

'''

=== Johnny Roe
image::m133225.jpg[width="150", align="left"]
{empty}[http://github.com/m133225[github]] [<<johndoe#, portfolio>>]
=== Shi Jin
image::SHIJIN.jpg[width="150", align="left"]
{empty}[http://github.com/592363789[github]] [<<johndoe#, portfolio>>]

Role: Developer +
Responsibilities: Dev Ops + Threading
Responsibilities: Storage

'''

=== Benson Meier
image::yl_coder.jpg[width="150", align="left"]
{empty}[http://github.com/yl-coder[github]] [<<johndoe#, portfolio>>]
=== Liu Jianghao
image::liujianghao.jpg[width="150", align="left"]
{empty}[http://github.com/fishTT[github]] [<<johndoe#, portfolio>>]

Role: Developer +
Responsibilities: UI
Expand Down
4 changes: 2 additions & 2 deletions docs/ContactUs.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= Contact Us
: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/CS2103JAN2018-F14-B4/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 also reach us at `qiusiyu [at] u.nus.edu`
Loading