Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1166 commits
Select commit Hold shift + click to select a range
86a0b55
Merge pull request #256 from AY1920S2-CS2103T-F11-2/refactor-autocomp…
ziyingli Apr 12, 2020
0c589af
fix checkstyle
Yonggiee Apr 12, 2020
b413b80
Refactor export as util code for better code quality
AaronCQL Apr 12, 2020
4214c92
fix checkstyle and diagram
Yonggiee Apr 12, 2020
3f3cf2e
Merge branch 'master' into storage-refactor
AaronCQL Apr 12, 2020
1ba4c3c
fix checkstyle
Yonggiee Apr 12, 2020
7e18dc3
Add graph explanation
ziyingli Apr 12, 2020
f871a53
edit UI diagram
Yonggiee Apr 12, 2020
968c74e
Fixed trailling whitespace
Dban1 Apr 12, 2020
c95e498
Refactor CommandHistory to use FileUtil instead
AaronCQL Apr 12, 2020
f3ba5e5
revise diagram
Yonggiee Apr 12, 2020
1906061
Update dg
ziyingli Apr 12, 2020
16ce001
update ppp
Yonggiee Apr 12, 2020
06f0ca4
Fix checkstyle
ziyingli Apr 12, 2020
c5d6071
fix checkstyle
Yonggiee Apr 12, 2020
ccc5437
Refactor Logic and UI to adhere to OOP
AaronCQL Apr 12, 2020
3fc94dc
improve english
Yonggiee Apr 12, 2020
373cd71
Edited Logic
charrizard47 Apr 12, 2020
c29d6b4
Remove unnecessary constants
AaronCQL Apr 12, 2020
85cccb2
Fixed regression, filter-c can now handle sports name with space
charrizard47 Apr 12, 2020
91bec6d
Refactor event handlers as members of class
AaronCQL Apr 12, 2020
1fb9efc
Merge pull request #263 from AY1920S2-CS2103T-F11-2/storage-refactor
AaronCQL Apr 12, 2020
32e651f
Merge branch 'master' into dg-aaron
AaronCQL Apr 12, 2020
60122e9
Edited command summary for filter
charrizard47 Apr 12, 2020
61ca635
fix uml diagrams
Yonggiee Apr 12, 2020
2409bd2
more fix
Yonggiee Apr 12, 2020
9df94bf
reflect fix in dg
Yonggiee Apr 12, 2020
9eb578a
Update use cases
ziyingli Apr 12, 2020
400f14b
change name for better flow
Yonggiee Apr 12, 2020
173dd3d
Merge remote-tracking branch 'origin' into dg-ziying
ziyingli Apr 12, 2020
c35953a
add note about PB omission
Yonggiee Apr 12, 2020
7dd6e2d
Added first revision of Model DG
Dban1 Apr 12, 2020
e9580ca
increase fotn size
Yonggiee Apr 12, 2020
9403275
no message
Dban1 Apr 12, 2020
b48a503
Fixed whitespace
Dban1 Apr 12, 2020
8141e07
-Added name for Model
Dban1 Apr 12, 2020
1e98dc5
update to reflect new DG
Yonggiee Apr 12, 2020
689884f
Removed Compositions from Diagrams
Dban1 Apr 12, 2020
63800b5
update class diagram
Yonggiee Apr 12, 2020
3f2c285
Corrected diagrams to not include 1 in cases of Aggregation
Dban1 Apr 12, 2020
0013116
Update use cases
ziyingli Apr 12, 2020
573b525
remove aggregation
Yonggiee Apr 12, 2020
c2c71bf
change table size
Yonggiee Apr 12, 2020
c9e4a6d
Updated diagrams
Dban1 Apr 12, 2020
7a2f2ed
size
Yonggiee Apr 12, 2020
84d5b5f
link to UG
Yonggiee Apr 12, 2020
90bf608
Fix UML diagrams and namings
AaronCQL Apr 12, 2020
c7b23ad
Rename AutoComplete to Autocomplete for consistency
AaronCQL Apr 12, 2020
e5cc41d
Merge pull request #266 from AY1920S2-CS2103T-F11-2/refactor-autocomp…
ziyingli Apr 12, 2020
046507b
Merge branch 'master' of github.com:AY1920S2-CS2103T-F11-2/main into …
AaronCQL Apr 12, 2020
a1c7896
Added PPP
Dban1 Apr 12, 2020
41bb585
Merge branch 'master' into ML-DG-update
Dban1 Apr 12, 2020
35bff28
Add annotated GUI
AaronCQL Apr 12, 2020
9407a73
Fix command history diagrams to be full sized
AaronCQL Apr 12, 2020
dc318bb
Add export explanations
AaronCQL Apr 12, 2020
30977b9
Merge pull request #261 from AY1920S2-CS2103T-F11-2/Fix-filter-c-bug
charrizard47 Apr 12, 2020
40cf890
Fix GUI annotation
AaronCQL Apr 12, 2020
9fe10c4
Add delete-e explanation
AaronCQL Apr 12, 2020
595dec6
Remove trailing white space
AaronCQL Apr 12, 2020
d156a65
bold GUI elements and fix no clients listed
Yonggiee Apr 12, 2020
54c50a3
Added Schedule into UG.
Dban1 Apr 12, 2020
4b11d91
Add autocomplete draft
AaronCQL Apr 12, 2020
3c59c63
more bold to GUI elements
Yonggiee Apr 12, 2020
54dbe5e
fix english
Yonggiee Apr 12, 2020
6708757
fix colons
Yonggiee Apr 12, 2020
ca5396c
fix english
Yonggiee Apr 12, 2020
60845dd
reflect new UG
Yonggiee Apr 12, 2020
c45bc7a
Added annotations to diagrams
charrizard47 Apr 12, 2020
d9f53f5
Update UG for delete-c
ziyingli Apr 12, 2020
1f2243a
Update delete-c
ziyingli Apr 12, 2020
10f4879
Merge branch 'master' of https://github.com/AY1920S2-CS2103T-F11-2/main
Yonggiee Apr 12, 2020
099c1fe
Finalise UG for v1.4
AaronCQL Apr 12, 2020
9698a64
refactor exercise list to Exercise Table
Yonggiee Apr 12, 2020
164b4d8
Merge pull request #227 from AY1920S2-CS2103T-F11-2/UserGuide-YJ
AaronCQL Apr 12, 2020
d701f89
Merge pull request #246 from AY1920S2-CS2103T-F11-2/ChangeStorageDiagram
AaronCQL Apr 12, 2020
fbb539c
Merge pull request #247 from AY1920S2-CS2103T-F11-2/dg-ziying
AaronCQL Apr 12, 2020
82c4b54
Merge pull request #248 from AY1920S2-CS2103T-F11-2/DG-Kerwei
AaronCQL Apr 12, 2020
a4f94ab
Merge pull request #262 from AY1920S2-CS2103T-F11-2/ExerciseImplement…
AaronCQL Apr 12, 2020
022ae64
Merge pull request #264 from AY1920S2-CS2103T-F11-2/dg-UI
AaronCQL Apr 12, 2020
01cc306
Merge pull request #268 from AY1920S2-CS2103T-F11-2/refactor-exercise…
AaronCQL Apr 12, 2020
e92abfe
Added edit-c for UG
Dban1 Apr 12, 2020
c1952a8
Merge branch 'master' into ML-DG-update
Dban1 Apr 12, 2020
b973303
Merge branch 'master' into dg-aaron
AaronCQL Apr 12, 2020
2800541
Fixed asciidoc
Dban1 Apr 12, 2020
f0eb451
Merge pull request #267 from AY1920S2-CS2103T-F11-2/ug-aaron
ziyingli Apr 12, 2020
023a2c3
no message
Dban1 Apr 12, 2020
4b1ca95
Add explanations for sequence diagrams
AaronCQL Apr 12, 2020
2db8d86
Merge branch 'master' into ML-DG-update
Dban1 Apr 12, 2020
ae10e45
Remove trailing whitespace
AaronCQL Apr 12, 2020
3842772
no message
Dban1 Apr 12, 2020
9ff9beb
Merge pull request #244 from AY1920S2-CS2103T-F11-2/dg-aaron
AaronCQL Apr 12, 2020
9f03b20
Merge branch 'master' into Update-UG-KW
charrizard47 Apr 12, 2020
82dab9e
fix format of steps
Yonggiee Apr 12, 2020
e2e6598
Add view-c explanations
ziyingli Apr 12, 2020
ce040c5
Merge pull request #269 from AY1920S2-CS2103T-F11-2/YJ-Ug-fixes
AaronCQL Apr 12, 2020
f76964b
Merge pull request #260 from AY1920S2-CS2103T-F11-2/Update-UG-KW
AaronCQL Apr 12, 2020
db8cec4
Resolve conflicts with master
ziyingli Apr 12, 2020
ed9a40c
Merge remote-tracking branch 'origin' into ug-ziying
ziyingli Apr 12, 2020
671ab2f
Change to recursive help command explanation
AaronCQL Apr 12, 2020
f875c98
Added class diagram for filter and edited design considerations
charrizard47 Apr 12, 2020
67d3f8f
Update wrong diagram for filter-c
charrizard47 Apr 12, 2020
3b7dab4
Merge branch 'master' into ppp-aaron
AaronCQL Apr 13, 2020
9e2c557
Finalise PPP
AaronCQL Apr 13, 2020
ad101bc
Merge branch 'ppp-aaron' into doc-fix
AaronCQL Apr 13, 2020
89d116c
Update export message success
AaronCQL Apr 13, 2020
7088ee7
Fix and add relevant links
AaronCQL Apr 13, 2020
8ed7c43
Reword miscellaneous sections
AaronCQL Apr 13, 2020
eb24403
Update graph ug
ziyingli Apr 13, 2020
ce6349c
Update diagrams and labels
ziyingli Apr 13, 2020
967722e
Merge pull request #273 from AY1920S2-CS2103T-F11-2/Update_wrong_UG_d…
charrizard47 Apr 13, 2020
72ac71c
Merge pull request #272 from AY1920S2-CS2103T-F11-2/DG-update-kw
charrizard47 Apr 13, 2020
6196190
Add autocomplete activity diagram and fix english
AaronCQL Apr 13, 2020
0240cc8
Merge pull request #276 from AY1920S2-CS2103T-F11-2/diagrams-fix-zy
AaronCQL Apr 13, 2020
a5e795d
Finish graph ug
ziyingli Apr 13, 2020
d5226c9
Change english
ziyingli Apr 13, 2020
307ebac
Merge pull request #270 from AY1920S2-CS2103T-F11-2/ug-ziying
ziyingli Apr 13, 2020
9ca35e0
Rework ppp
AaronCQL Apr 13, 2020
98691a1
Complete fitbiz suite of tests
AaronCQL Apr 13, 2020
3fdadf8
Fix namings
AaronCQL Apr 13, 2020
aa21ced
Merge pull request #271 from AY1920S2-CS2103T-F11-2/doc-fix
AaronCQL Apr 13, 2020
73f1060
add fig numbers
Yonggiee Apr 13, 2020
d2fb9b1
Add links to project portfolio
AaronCQL Apr 13, 2020
fe72f12
Add css to trim links for export
AaronCQL Apr 13, 2020
545b13d
Merge pull request #278 from AY1920S2-CS2103T-F11-2/about-us
ziyingli Apr 13, 2020
a4683c4
refactor
Yonggiee Apr 13, 2020
6a33d40
change stuff
Yonggiee Apr 13, 2020
d245a1d
fix missing link
Yonggiee Apr 13, 2020
bd0cce6
Fix appendix
AaronCQL Apr 13, 2020
a06f31d
Merge remote-tracking branch 'origin/master' into ppp-yj
Yonggiee Apr 13, 2020
5b1d9fd
Remove useless line
AaronCQL Apr 13, 2020
af0a1c7
fix PPP
Yonggiee Apr 13, 2020
18954ad
Added list-c to UG.
Dban1 Apr 13, 2020
fe67ad3
Merge branch 'master' into ML-DG-update
Dban1 Apr 13, 2020
819c12a
Add autocomplete manual testing
AaronCQL Apr 13, 2020
9cc36e0
Added ppp and tags in UG DG
charrizard47 Apr 13, 2020
5e0f8bd
add manual tests for add-e
Yonggiee Apr 13, 2020
0db2fcc
Updated PPP
Dban1 Apr 13, 2020
e8370a6
Fixed build
charrizard47 Apr 13, 2020
af5dc17
Tagging of DG to PPP
Dban1 Apr 13, 2020
2d6d11a
add fig number
Yonggiee Apr 13, 2020
3778d53
remove "---- YONGJIE"
Yonggiee Apr 13, 2020
2993a71
better formatting
Yonggiee Apr 13, 2020
04966e5
Add PPP
ziyingli Apr 13, 2020
e52a393
fix naming of diagram
Yonggiee Apr 13, 2020
f7a4a50
Fix checkstyle
ziyingli Apr 13, 2020
275bec4
Reword UG
AaronCQL Apr 13, 2020
30be4eb
Merge remote-tracking branch 'origin' into ppp-zy
ziyingli Apr 13, 2020
eb231a3
Merge pull request #280 from AY1920S2-CS2103T-F11-2/dg-appendix
ziyingli Apr 13, 2020
d73dc21
change bigO
Yonggiee Apr 13, 2020
a0ce719
Added manual testing
charrizard47 Apr 13, 2020
d84af66
Tweak diagrams to follow dg
AaronCQL Apr 13, 2020
6901829
Merge branch 'master' into PPP-kerwei-final
charrizard47 Apr 13, 2020
2bbdbd1
Rearrange glossary
ziyingli Apr 13, 2020
5c0dcde
Merge pull request #279 from AY1920S2-CS2103T-F11-2/refactor-storage
AaronCQL Apr 13, 2020
8f9745c
Merge pull request #281 from AY1920S2-CS2103T-F11-2/PPP-kerwei-final
AaronCQL Apr 13, 2020
13a6455
Merge remote-tracking branch 'origin' into appendix-zy
ziyingli Apr 13, 2020
3ad9729
Merge pull request #283 from AY1920S2-CS2103T-F11-2/dg-appendix
charrizard47 Apr 13, 2020
9b405df
Merge branch 'master' into UG-cleaning
Yonggiee Apr 13, 2020
8672386
fix UG
Yonggiee Apr 13, 2020
ea0f86d
add schedule
Yonggiee Apr 13, 2020
159c454
Merge branch 'YJ-Ug-fixes' into UG-cleaning
Yonggiee Apr 13, 2020
1de0762
rearrange
Yonggiee Apr 13, 2020
5a1868a
Fix class diagrams
AaronCQL Apr 13, 2020
e4be0d6
Added Manual Testing for list-c, schedule and edit-c
Dban1 Apr 13, 2020
a45cf0c
Merge branch 'master' into ML-DG-update
Dban1 Apr 13, 2020
cdccff2
Merge pull request #285 from AY1920S2-CS2103T-F11-2/dg-fix-diagram
ziyingli Apr 13, 2020
f58a3d1
Update manual testing section
ziyingli Apr 13, 2020
f02d2c1
Tidied up Developer Guide
Dban1 Apr 13, 2020
1e8e7f9
Change english
ziyingli Apr 13, 2020
973c317
Removed trailling whitespaces
Dban1 Apr 13, 2020
d205451
Merge pull request #284 from AY1920S2-CS2103T-F11-2/appendix-zy
AaronCQL Apr 13, 2020
ed3344b
Merge branch 'master' into ML-DG-update
Dban1 Apr 13, 2020
cdb8c71
Merge pull request #259 from AY1920S2-CS2103T-F11-2/ML-DG-update
Dban1 Apr 13, 2020
f2041bf
Finalise PPP
Dban1 Apr 13, 2020
e3e4709
english
Yonggiee Apr 13, 2020
a0f9d76
Merge branch 'master' into yj-DG-fixes
Yonggiee Apr 13, 2020
1c7f2b7
Merge remote-tracking branch 'origin' into ppp-zy
ziyingli Apr 13, 2020
ede8fe9
Merge pull request #277 from AY1920S2-CS2103T-F11-2/yj-DG-fixes
Yonggiee Apr 13, 2020
618ffbe
in process
Yonggiee Apr 13, 2020
c25f25f
fix english
Yonggiee Apr 13, 2020
22f07cb
improve PPP
Yonggiee Apr 13, 2020
56e7ea3
add more things
Yonggiee Apr 13, 2020
e78e4d2
Merge pull request #236 from AY1920S2-CS2103T-F11-2/UG-cleaning
Yonggiee Apr 13, 2020
f1213fd
fix parameter for find-c
Yonggiee Apr 13, 2020
975ff14
Update filter class diagram
charrizard47 Apr 13, 2020
aa0c4a0
fix bad english
Yonggiee Apr 13, 2020
34771e1
Merge pull request #287 from AY1920S2-CS2103T-F11-2/UML-digrams
ziyingli Apr 13, 2020
fbfbfed
fix UML diagram
Yonggiee Apr 13, 2020
b6fbf2f
format UG due to consistency errors
Yonggiee Apr 13, 2020
e637ca8
add "considerations"
Yonggiee Apr 13, 2020
0928ef3
Fix autocomplete uml
AaronCQL Apr 13, 2020
7ffce29
Fix userguide
AaronCQL Apr 13, 2020
6b40513
Merge pull request #286 from AY1920S2-CS2103T-F11-2/yj-DG-fixes
ziyingli Apr 13, 2020
6dbe16b
Merge pull request #288 from AY1920S2-CS2103T-F11-2/UG-fix-yj
AaronCQL Apr 13, 2020
dc869e5
Merge branch 'master' of github.com:AY1920S2-CS2103T-F11-2/main into …
AaronCQL Apr 13, 2020
c2feda3
Merge pull request #289 from AY1920S2-CS2103T-F11-2/final-tweaks
Yonggiee Apr 13, 2020
937433a
revise
Yonggiee Apr 13, 2020
406d49c
change size of table
Yonggiee Apr 13, 2020
8458308
Merge branch 'master' into ppp-yj
Yonggiee Apr 13, 2020
8fedb33
Merge pull request #265 from AY1920S2-CS2103T-F11-2/ppp-yj
Yonggiee Apr 13, 2020
1c43704
Rename Yonggiee.adoc to yonggiee.adoc
Yonggiee Apr 13, 2020
c7c1806
Updated
Dban1 Apr 13, 2020
ef5e595
Make app v1.4
AaronCQL Apr 13, 2020
cc80f30
Update Diagrams
charrizard47 Apr 13, 2020
cf43732
Merge pull request #292 from AY1920S2-CS2103T-F11-2/v1.4-release
AaronCQL Apr 13, 2020
0a14d14
Removed my own UML
Dban1 Apr 13, 2020
f48318c
Merge branch 'master' into ML-final-touch-up
Dban1 Apr 13, 2020
949c9ab
Add UML submission
ziyingli Apr 13, 2020
704876d
Fix checkstyle
ziyingli Apr 13, 2020
fee06cb
Merge pull request #291 from AY1920S2-CS2103T-F11-2/Yonggiee-patch-1
ziyingli Apr 13, 2020
779e974
Update diagram
charrizard47 Apr 13, 2020
a9192c0
Updated color of arrow
Dban1 Apr 13, 2020
20f31fe
Update Diagram
charrizard47 Apr 13, 2020
bd8d0b6
Rename Dban1.adoc to dban1.adoc
Yonggiee Apr 13, 2020
84aaf4d
Update diagram
charrizard47 Apr 13, 2020
f2c1d1c
Update with png
charrizard47 Apr 13, 2020
3779888
Merge pull request #294 from AY1920S2-CS2103T-F11-2/ML-final-touch-up
Yonggiee Apr 13, 2020
aa6882b
Update class diagram
charrizard47 Apr 13, 2020
31a2d4e
Small changes
ziyingli Apr 13, 2020
7c4c7b6
Merge remote-tracking branch 'origin' into ppp-zy
ziyingli Apr 13, 2020
fdd595f
update delete sequence diagram
charrizard47 Apr 13, 2020
4cd78bd
Merge branch 'master' of https://github.com/AY1920S2-CS2103T-F11-2/ma…
charrizard47 Apr 13, 2020
580ec24
Merge pull request #282 from AY1920S2-CS2103T-F11-2/ppp-zy
Dban1 Apr 13, 2020
6868841
fix dg
Yonggiee Apr 13, 2020
a828a2e
Delete weird files
charrizard47 Apr 13, 2020
b80916d
fix
Yonggiee Apr 13, 2020
fcb21f7
Fixed critical UG error for list-c
Dban1 Apr 13, 2020
04863f4
Fix formatting
ziyingli Apr 13, 2020
6bbd700
Merge pull request #293 from AY1920S2-CS2103T-F11-2/DG_diagrams
charrizard47 Apr 13, 2020
60e0dab
change to tags
Yonggiee Apr 13, 2020
845ee24
remove
Yonggiee Apr 13, 2020
cbe268b
Formatting
ziyingli Apr 13, 2020
df4af48
Merge pull request #295 from AY1920S2-CS2103T-F11-2/fix-dg
Yonggiee Apr 13, 2020
a77d1f3
fix "..."
Yonggiee Apr 13, 2020
c969c29
fix dg
Yonggiee Apr 13, 2020
154bb8d
Updated sequences
Dban1 Apr 13, 2020
13c9a73
Merge pull request #298 from AY1920S2-CS2103T-F11-2/UGEE
Dban1 Apr 13, 2020
ca2bad9
Fixed trailing whitespaces
Dban1 Apr 13, 2020
2a7f969
Fix DG
AaronCQL Apr 13, 2020
a3c8d07
fix
Yonggiee Apr 13, 2020
80f930c
Merge branch 'master' into UG
Yonggiee Apr 13, 2020
0cada51
Format
ziyingli Apr 13, 2020
870d2fb
Merge pull request #299 from AY1920S2-CS2103T-F11-2/aaron-dg-fix
AaronCQL Apr 13, 2020
2ff4d66
Merge remote-tracking branch 'origin' into ug-fix-zy
ziyingli Apr 13, 2020
c681f31
add compulsory
Yonggiee Apr 13, 2020
21f0936
Merge pull request #296 from AY1920S2-CS2103T-F11-2/fix-list-C-diagram
charrizard47 Apr 13, 2020
815cd40
change english
Yonggiee Apr 13, 2020
f7403ef
Merge pull request #297 from AY1920S2-CS2103T-F11-2/ug-fix-zy
charrizard47 Apr 13, 2020
7098127
Merge branch 'master' into UG
charrizard47 Apr 13, 2020
6db899d
Merge pull request #300 from AY1920S2-CS2103T-F11-2/UG
charrizard47 Apr 13, 2020
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
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,17 @@ src/main/resources/docs/
/config.json
/preferences.json
/*.log.*
/exports

# Test sandbox files
src/test/data/sandbox/

# MacOS custom attributes files created by Finder
.DS_Store

# VSC files
.classpath
.project
.settings
.vscode
/bin
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 client 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 clients 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
20 changes: 10 additions & 10 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
= Address Book (Level 3)
= FitBiz
ifdef::env-github,env-browser[:relfileprefix: docs/]

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

https://travis-ci.com/AY1920S2-CS2103T-F11-2/main[image:https://travis-ci.com/AY1920S2-CS2103T-F11-2/main.svg?branch=master[Build Status]]
https://coveralls.io/github/AY1920S2-CS2103T-F11-2/main[image:https://coveralls.io/repos/github/AY1920S2-CS2103T-F11-2/main/badge.svg?branch=master[Coverage Status]]

ifdef::env-github[]
image::docs/images/Ui.png[width="600"]
Expand All @@ -15,20 +12,23 @@ 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.
* The Fitness Business Management App you never knew you needed
* Tailored made for fitness coaches to manage their clients without the hassle of traditional pen and paper
* Here are some things you can do:
** Track your client's exercises and training schedules
** Display detailed graphs and charts of your client's training data
** Export a client's training data in `csv` format, allowing clients to easily store or view their own data on Excel

== Site Map

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

== Acknowledgements

* Adapted from the https://se-education.org/[AddressBook-Level3 project] created by SE-EDU initiative
* 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_.
* Libraries used: https://openjfx.io/[JavaFX], https://github.com/FasterXML/jackson[Jackson], https://github.com/junit-team/junit5[JUnit5]
Expand Down
16 changes: 11 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ mainClassName = 'seedu.address.Main'
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11

application {
applicationDefaultJvmArgs = ['-Dglass.gtk.uiScale=1.5']
}

repositories {
mavenCentral()
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
Expand All @@ -39,6 +43,8 @@ jacocoTestReport {

test {
useJUnitPlatform()
// uncomment this to enable printing to stdout in tests
// testLogging.showStandardStreams = true
}

dependencies {
Expand Down Expand Up @@ -67,7 +73,7 @@ dependencies {
}

shadowJar {
archiveName = 'addressbook.jar'
archiveName = 'FitBiz.jar'

destinationDir = file("${buildDir}/jar/")
}
Expand All @@ -77,8 +83,8 @@ task coverage(type: JacocoReport) {
classDirectories.from files(sourceSets.main.output)
executionData.from files(jacocoTestReport.executionData)
afterEvaluate {
classDirectories.from files(classDirectories.files.collect {
fileTree(dir: it, exclude: ['**/*.jar'])
classDirectories = files(classDirectories.files.collect {
fileTree(dir: it, exclude: ['seedu/address/ui', 'seedu/address/model/util'])
})
}
reports {
Expand Down Expand Up @@ -133,8 +139,8 @@ asciidoctor {
idprefix: '', // for compatibility with GitHub preview
idseparator: '-',
'site-root': "${sourceDir}", // must be the same as sourceDir, do not modify
'site-name': 'AddressBook-Level3',
'site-githuburl': 'https://github.com/se-edu/addressbook-level3',
'site-name': 'FitBiz',
'site-githuburl': 'https://github.com/AY1920S2-CS2103T-F11-2/main',
'site-seedu': true, // delete this line if your project is not a fork (not a SE-EDU project)
]

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

AddressBook - Level 3 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.}_ +
{empty} +
FitBiz is developed by 5 passionate software engineering students who aim to help fitness coaches manage their clients in a dynamic and innovative way.

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>>]
=== Choo Qi Le Aaron
image::aaroncql.png[width="200", align="left"]
{empty}[https://github.com/AaronCQL[GitHub]] [<<aaroncql#, Project Portfolio>>]

Role: Project Advisor
Role: Team Leader + Developer

'''

=== John Roe
image::lejolly.jpg[width="150", align="left"]
{empty}[http://github.com/lejolly[github]] [<<johndoe#, portfolio>>]
=== Fong Yong Jie
image::yonggiee.png[width="200", align="left"]
{empty}[https://github.com/Yonggiee[GitHub]] [<<yonggiee#, Project Portfolio>>]

Role: Team Lead +
Responsibilities: UI
Role: Developer

'''

=== Johnny Doe
image::yijinl.jpg[width="150", align="left"]
{empty}[http://github.com/yijinl[github]] [<<johndoe#, portfolio>>]
=== Li Zi Ying
image::ziyingli.png[width="200", align="left"]
{empty}[https://github.com/ziyingli[GitHub]] [<<ziyingli#, Project Portfolio>>]

Role: Developer +
Responsibilities: Data
Role: Developer

'''

=== Johnny Roe
image::m133225.jpg[width="150", align="left"]
{empty}[http://github.com/m133225[github]] [<<johndoe#, portfolio>>]
=== Ng Ming Liang
image::dban1.png[width="200", align="left"]
{empty}[https://github.com/Dban1[GitHub]] [<<dban1#, Project Portfolio>>]

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

'''

=== Benson Meier
image::yl_coder.jpg[width="150", align="left"]
{empty}[http://github.com/yl-coder[github]] [<<johndoe#, portfolio>>]
=== Toh Ker Wei
image::tohkerwei.png[width="200", align="left"]
{empty}[https://github.com/tohkerwei[GitHub]] [<<tohkerwei#, Project Portfolio>>]

Role: Developer +
Responsibilities: UI
Role: Developer

'''
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-level3/issues[issue tracker] if you noticed bugs or have suggestions on how to improve.
* *Bug reports, Suggestions* : Post in our https://github.com/AY1920S2-CS2103T-F11-2/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 `e0310119[at]u.nus.edu.sg`
2 changes: 1 addition & 1 deletion docs/DevOps.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= AddressBook Level 3 - Dev Ops
= FitBiz Level 3 - Dev Ops
:site-section: DeveloperGuide
:toc:
:toc-title:
Expand Down
Loading