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-F10-3] CS2103/T Revision Tool #97

Open
wants to merge 479 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 35 commits
Commits
Show all changes
479 commits
Select commit Hold shift + click to select a range
7b54fff
pass checkstyle
wilfredbtan Oct 31, 2019
5763026
Implement custom mode v1.0
jxofficial Oct 31, 2019
985a9e8
Merge pull request #98 from wilfredbtan/master
jxofficial Oct 31, 2019
391fd70
Edit helpCommand URL
ShaunNgTX Oct 31, 2019
d5ed828
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
ShaunNgTX Oct 31, 2019
f17bf18
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
jxofficial Oct 31, 2019
6090698
Update history and stats functionalities
khiangleon Oct 31, 2019
e0ebce6
Merge pull request #99 from jxofficial/branch-timer
ShaunNgTX Oct 31, 2019
08136bb
Resolve bug in ArcadeMode
jxofficial Oct 31, 2019
e87639b
Merge pull request #101 from jxofficial/branch-timer
ShaunNgTX Oct 31, 2019
3e17ef6
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
ShaunNgTX Oct 31, 2019
1baa7a1
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
khiangleon Oct 31, 2019
be40a30
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
khiangleon Oct 31, 2019
c7f7a86
Troubleshooting stats and history commands
khiangleon Oct 31, 2019
279a6ab
update ui
wilfredbtan Nov 1, 2019
4c3c35c
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
wilfredbtan Nov 1, 2019
52355a5
update user guide with quiz mode
wilfredbtan Nov 1, 2019
56a5d16
add autocomplete to user guide
wilfredbtan Nov 1, 2019
ef2db8f
add EOF
wilfredbtan Nov 1, 2019
d8e9c58
give Window subclasses their own FXML
wilfredbtan Nov 1, 2019
afd07bc
Merge pull request #105 from wilfredbtan/master
wilfredbtan Nov 1, 2019
24daa39
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
khiangleon Nov 1, 2019
9e0bbaa
refactor mode, remove need to get list by mode
wilfredbtan Nov 2, 2019
058400f
Adds new line at EOF
khiangleon Nov 2, 2019
3b7597e
add Modes enum
wilfredbtan Nov 2, 2019
cd894cf
make mcq/tf buttons unclickable
wilfredbtan Nov 2, 2019
7f5cd2a
add icons to quiz popups
wilfredbtan Nov 2, 2019
94b71e8
change ui color
wilfredbtan Nov 2, 2019
5002499
add level label and touch up ui
wilfredbtan Nov 2, 2019
71f817b
Add sample history
khiangleon Nov 2, 2019
d409dbe
add AnswerTest, improve QuestionTest, add McqBuilder class
wilfredbtan Nov 2, 2019
c0f0942
add tests for Mcq class
wilfredbtan Nov 2, 2019
b77fbc6
pass checkstyle and tests
wilfredbtan Nov 2, 2019
ed4544a
remove duplicate UserGuide
wilfredbtan Nov 2, 2019
4751166
update icon
wilfredbtan Nov 2, 2019
b5f1ca5
update Ui.png
wilfredbtan Nov 2, 2019
07fc67d
Merge pull request #148 from wilfredbtan/create-tests
khiangleon Nov 2, 2019
0ec69ee
improve duplicate Answerable check by making notion of equality weaker
wilfredbtan Nov 3, 2019
cad3265
make valid answer check more stringent by ensuring no duplicates
wilfredbtan Nov 3, 2019
f793145
fix timer bug for HelpCommand and restarting timer whenever a wrong i…
wilfredbtan Nov 3, 2019
7b200d1
fix EditCommand by disallowing change of mcq types or multiple correc…
wilfredbtan Nov 3, 2019
866c034
add second ui image to display quiz mode
wilfredbtan Nov 3, 2019
bed8b8c
add tests for EditCommandTest, EditCommandParserTest, QuizCommandPars…
wilfredbtan Nov 3, 2019
e162468
pass checkstyle
wilfredbtan Nov 3, 2019
e23e73f
Improve on AutoComplete feature
ShaunNgTX Nov 3, 2019
f6a8f98
Updated AutoComplete to Pop Up as user is typing
ShaunNgTX Nov 3, 2019
204f389
Merge pull request #149 from wilfredbtan/master
ShaunNgTX Nov 3, 2019
b450a82
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
ShaunNgTX Nov 3, 2019
48e9891
Resolved bugs for autocomplete showing even in Quiz mode
ShaunNgTX Nov 3, 2019
a63e513
remove unused logs, improve alert function of StartQuizWindow
wilfredbtan Nov 4, 2019
ec9c2f7
refactor alerts into a separate class
wilfredbtan Nov 4, 2019
845f9cf
refactor Mode class to allow only CustomMode to be built
wilfredbtan Nov 4, 2019
2ba8b56
pass checkstyle, annotate defensive programming methods
wilfredbtan Nov 4, 2019
9426d08
refactor Answerable and Logic component
wilfredbtan Nov 5, 2019
e825523
pass checkstyle
wilfredbtan Nov 5, 2019
3888fbf
refactor Logic component
wilfredbtan Nov 5, 2019
12dd78e
update saq to take in multiple correct answers
neoshh Nov 5, 2019
ec379a2
updateHistory, handleStats, handleHistory
khiangleon Nov 5, 2019
8c03b9e
Merge pull request #150 from ShaunNgTX/AutoComplete-feature
khiangleon Nov 5, 2019
6b730dc
Merge pull request #151 from wilfredbtan/master
khiangleon Nov 5, 2019
2a77e0b
add quiz activity diagram, Answerable Class Diagram, quiz sequence di…
wilfredbtan Nov 5, 2019
92c3ba5
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
khiangleon Nov 5, 2019
87d185c
resolve conflicts with upstream master
wilfredbtan Nov 5, 2019
9c9fae8
pass checkstyle
wilfredbtan Nov 5, 2019
569f4f9
resolve conflicts with upstream master
wilfredbtan Nov 5, 2019
dfe11c1
Resolve delete duplicate questions issue
khiangleon Nov 5, 2019
9d7bcc7
Merge pull request #152 from wilfredbtan/master
neoshh Nov 6, 2019
471f04c
Merge branch 'master' into branch-saq-fuzzy-matcher
neoshh Nov 6, 2019
23f5549
Add in difficulty scores for statistics
khiangleon Nov 6, 2019
287256b
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
khiangleon Nov 6, 2019
951cc24
update - fix hanging issue due to stanfordcorenlp library processing …
neoshh Nov 6, 2019
c0d2e0f
update fix saq input parser
neoshh Nov 6, 2019
1416d1c
update AnswerChecker for Saq to take in a list of correct answers ins…
neoshh Nov 6, 2019
06b5aa8
added fuzzywuzzy library to gradle
neoshh Nov 6, 2019
1508d96
updated saq answer checker to be more accurate
neoshh Nov 6, 2019
a922249
updated travis issues
neoshh Nov 6, 2019
2112b14
update User Guide
wilfredbtan Nov 6, 2019
257bca5
udpate UG sections to Configuration Mode and Quiz Mode
wilfredbtan Nov 6, 2019
d9d6939
Added test for Restore and StartQuiz
ShaunNgTX Nov 6, 2019
ff21934
Merge https://github.com/AY1920S1-CS2103-F10-3/main into Refactor-Add…
ShaunNgTX Nov 6, 2019
5c4c0cc
Refactor AdressBook to RevisionTool
ShaunNgTX Nov 6, 2019
209ad0e
Refactoring part 2
ShaunNgTX Nov 6, 2019
50f311a
Merge pull request #153 from neoshh/branch-saq-fuzzy-matcher
ShaunNgTX Nov 6, 2019
95ae75d
Merge https://github.com/AY1920S1-CS2103-F10-3/main into Refactor-Add…
ShaunNgTX Nov 6, 2019
4555fac
update PPP till documentation
wilfredbtan Nov 6, 2019
08f06ea
update AnswerChecker check method parameters to take in List instead …
neoshh Nov 6, 2019
fdd0903
added AnswerCheckerTest
neoshh Nov 6, 2019
5588372
update AnswerCheckerTest
neoshh Nov 6, 2019
d503980
updated AnswerChecker check method to take ArrayList as parameters
neoshh Nov 6, 2019
11120de
Refactor part 3
ShaunNgTX Nov 6, 2019
0914705
added test for McqInputCommand
ShaunNgTX Nov 6, 2019
53a692a
remove AB3 references
wilfredbtan Nov 7, 2019
6313911
remove QuizParserManager dependency
wilfredbtan Nov 7, 2019
4f6c03b
Merge pull request #104 from khiangleon/branch-status
ShaunNgTX Nov 7, 2019
4bf3c59
Refactor 4
ShaunNgTX Nov 7, 2019
093e1b3
add ParserClassDiagram to DG
wilfredbtan Nov 7, 2019
acf2ffd
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
ShaunNgTX Nov 7, 2019
e098165
Edit for checkstyle
ShaunNgTX Nov 7, 2019
d31cc82
update autocomplete to include history
ShaunNgTX Nov 7, 2019
79c9f6e
Merge pull request #154 from ShaunNgTX/Refactor-AddressBook-naming
neoshh Nov 7, 2019
d71b920
update AnswerCheckerTest checkTest
neoshh Nov 7, 2019
3eb5bbf
Merge branch 'master' into branch-saq-fuzzy-matcher
neoshh Nov 7, 2019
6f75e19
added Saq questions to SampleDataUtil
neoshh Nov 7, 2019
88fb752
add wilfred PPP, reformat UG and DG
wilfredbtan Nov 7, 2019
ac2eb74
fixed issues
neoshh Nov 7, 2019
42409c2
update build issues
neoshh Nov 7, 2019
7a8538e
update AnswerCheckerTest
neoshh Nov 7, 2019
e6d3096
update saq AnswerChecker check to take in the whole answerable instea…
neoshh Nov 7, 2019
1fe6eb3
update AnswerCheckerTest to include assertFalse
neoshh Nov 7, 2019
bae43e3
updated user guide
neoshh Nov 7, 2019
66371e4
resolved travis issues
neoshh Nov 7, 2019
3b704d3
resolved build issues
neoshh Nov 7, 2019
c6b6e6d
update tests and pass checkstyle
wilfredbtan Nov 7, 2019
94b2e82
merge with master
wilfredbtan Nov 7, 2019
847bbfe
clean up McqInputCommandTest
wilfredbtan Nov 7, 2019
b9efb7d
added PPP for ShaunNgTX
ShaunNgTX Nov 7, 2019
3705c80
implement builder design
wilfredbtan Nov 7, 2019
cfaacc5
improve code quality by implementing factory design pattern for Answe…
wilfredbtan Nov 7, 2019
423d8ca
fix bug in StartQuizWindow for normal mode to function properly
wilfredbtan Nov 7, 2019
7f2b65b
add GUI tests, improve coveralls from 50% to 72%
wilfredbtan Nov 7, 2019
a3ca3f5
pass checkstyle
wilfredbtan Nov 7, 2019
b6d5647
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/main
jxofficial Nov 8, 2019
91bdbb1
update exit command for saq
neoshh Nov 8, 2019
9ab3f3e
update Answerable Class Diagram
wilfredbtan Nov 8, 2019
2007f60
testing for autocomplete. incomplete
ShaunNgTX Nov 8, 2019
b14774b
Remove AutoComplete test temporary
ShaunNgTX Nov 8, 2019
e075d24
add xvfb service to travis.yml
wilfredbtan Nov 8, 2019
08398bf
update to JUnit 5
wilfredbtan Nov 8, 2019
ed2da94
update travis header
wilfredbtan Nov 8, 2019
dccb107
Merge pull request #158 from wilfredbtan/fix-travis
ShaunNgTX Nov 8, 2019
4707096
pass Travis CI build
wilfredbtan Nov 8, 2019
2b56579
Implement TrueFalseInputCommandTest
jxofficial Nov 8, 2019
70f4747
fixed saq exit issues and invalid answers issues
neoshh Nov 8, 2019
9d501f3
add GUI tests to StartQuizWindowTest
wilfredbtan Nov 8, 2019
b7d11f8
add apt-get to travis
wilfredbtan Nov 8, 2019
8bd926d
try workarounds, move guitests into package
wilfredbtan Nov 8, 2019
ce29dc0
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
khiangleon Nov 9, 2019
03675e4
Conflicts resolved
neoshh Nov 9, 2019
3376113
Resolved travis and appveyor build issues
neoshh Nov 9, 2019
d26761e
Implement McqInputCommandTest
jxofficial Nov 9, 2019
b47631e
-
jxofficial Nov 9, 2019
82119f7
Merge pull request #155 from neoshh/branch-saq-fuzzy-matcher
jxofficial Nov 9, 2019
02c2b59
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
ShaunNgTX Nov 9, 2019
e658d8b
Implement 6 passing tests for TrueFalseTest
jxofficial Nov 9, 2019
9a8d3dd
fix travis by porting AB4 test structure
wilfredbtan Nov 9, 2019
aef8b3d
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
wilfredbtan Nov 9, 2019
44f067e
Merge pull request #161 from wilfredbtan/master
jxofficial Nov 9, 2019
483a8ba
Fix formatting bug
wilfredbtan Nov 9, 2019
e837e77
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
jxofficial Nov 9, 2019
819b8d7
Implement SaqTest
jxofficial Nov 10, 2019
97d8a45
Implement SaqInputCommandParserTest
jxofficial Nov 10, 2019
aa1e0b3
improve GUI tests
wilfredbtan Nov 10, 2019
69953a2
update user guide
wilfredbtan Nov 10, 2019
71d86fd
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/main
jxofficial Nov 10, 2019
f039a50
run levelLabelTest in headless
wilfredbtan Nov 10, 2019
40079be
update User Guide and About Us page
wilfredbtan Nov 10, 2019
349595f
remove AB3 references
wilfredbtan Nov 10, 2019
1512436
edit User Guide and PPP
wilfredbtan Nov 10, 2019
d7cd57f
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
khiangleon Nov 10, 2019
dbafcb1
update PPP
ShaunNgTX Nov 10, 2019
45ccf6f
Merge https://github.com/AY1920S1-CS2103-F10-3/main into Refactor-Add…
ShaunNgTX Nov 10, 2019
d132069
Merge pull request #163 from wilfredbtan/improve-gui-tests
ShaunNgTX Nov 10, 2019
77acf71
Updated DG
ShaunNgTX Nov 10, 2019
99a9e02
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
ShaunNgTX Nov 10, 2019
e1d88f4
update delete and quiz sequence diagram
wilfredbtan Nov 10, 2019
9b85278
Merge pull request #165 from wilfredbtan/master
ShaunNgTX Nov 10, 2019
7fce45c
update screenshots
wilfredbtan Nov 10, 2019
14e597c
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/main
wilfredbtan Nov 10, 2019
4273223
Update ppp, ug and dg
ShaunNgTX Nov 10, 2019
169bdc6
Merge pull request #167 from wilfredbtan/master
ShaunNgTX Nov 10, 2019
922fba2
Merge https://github.com/AY1920S1-CS2103-F10-3/main into PPP
ShaunNgTX Nov 10, 2019
ef48fe9
update dg
ShaunNgTX Nov 10, 2019
68c1261
update ppp
ShaunNgTX Nov 10, 2019
ed6d7fb
update ppp
ShaunNgTX Nov 10, 2019
eed0c7c
Update ppp
ShaunNgTX Nov 10, 2019
ba804b8
Update AboutUs
ShaunNgTX Nov 10, 2019
dab4570
update AboutUs
ShaunNgTX Nov 10, 2019
4eac6b9
Update UserGuide
ShaunNgTX Nov 10, 2019
b845efd
Update AutoComplete author
ShaunNgTX Nov 10, 2019
4cf7fb3
Update author
ShaunNgTX Nov 10, 2019
9937c66
improve code quality but renaming variables reorganising methods
wilfredbtan Nov 10, 2019
35422df
update AutoComplete
ShaunNgTX Nov 10, 2019
1e90fe4
minor changes
ShaunNgTX Nov 10, 2019
c5ceae2
Merge pull request #168 from ShaunNgTX/PPP
jxofficial Nov 11, 2019
7ec9a42
Star question sequence diagram
jxofficial Nov 11, 2019
3e21edc
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
jxofficial Nov 11, 2019
2015cc5
Generate statistics in ui
khiangleon Nov 11, 2019
622fd68
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
khiangleon Nov 11, 2019
44f2b73
Adjust feedback to user and results display for statscommand and hist…
khiangleon Nov 11, 2019
63a2b71
Add tests for history and stats
khiangleon Nov 11, 2019
9633dd2
Add UI class diagram
jxofficial Nov 11, 2019
ff5c986
Update user guide
khiangleon Nov 11, 2019
8ba1ec1
Merge branch 'master' into branch-ppp,-ug,-dg
neoshh Nov 11, 2019
dfd084f
Add Ui overview in DG
jxofficial Nov 11, 2019
7f8ac55
update UG, DG, add design considerations and implementation details o…
wilfredbtan Nov 11, 2019
974ea6e
resolve upstream conflicts
wilfredbtan Nov 11, 2019
b66ff2b
Add PPP
khiangleon Nov 11, 2019
ec66848
Update DG for restore and autocomplete
ShaunNgTX Nov 11, 2019
cd15cef
Merge pull request #170 from wilfredbtan/design-considerations
khiangleon Nov 11, 2019
9ba0c77
update sequence diagrams for delete and quiz
wilfredbtan Nov 11, 2019
ff3fedd
Updated developer guide with SaqAnswerChecker class diagram
neoshh Nov 11, 2019
02133f5
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
khiangleon Nov 11, 2019
1a82f77
fix find bug where '?' character is considered a word
wilfredbtan Nov 11, 2019
9c5fd6b
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
jxofficial Nov 11, 2019
033f4df
Merge pull request #171 from wilfredbtan/design-considerations
jxofficial Nov 11, 2019
50a6fa0
Updated DG appendix
ShaunNgTX Nov 11, 2019
ea0d1b1
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
jxofficial Nov 11, 2019
933de4f
Resolve Wifred's comments on PR#162
jxofficial Nov 11, 2019
ee519ff
Added Saq isCorrect sequence diagram to DG
neoshh Nov 11, 2019
509de14
Merge pull request #162 from jxofficial/branch-modes-list-test
wilfredbtan Nov 11, 2019
6f9f80f
Update autocomplete to remove double enter
ShaunNgTX Nov 11, 2019
30257e1
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
jxofficial Nov 11, 2019
0780ece
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
ShaunNgTX Nov 11, 2019
699c6c8
added Saq AnswerChecker activity diagram to DG
neoshh Nov 11, 2019
09ced1a
Update PPP
ShaunNgTX Nov 11, 2019
2e06c0f
add newline at EOF
ShaunNgTX Nov 11, 2019
b8acc74
Updated dev guide
neoshh Nov 11, 2019
281801d
update use case, copy UG DG into PPP
wilfredbtan Nov 11, 2019
00933bf
Merge pull request #172 from ShaunNgTX/PPP
wilfredbtan Nov 11, 2019
39e5989
merge upstream master
wilfredbtan Nov 11, 2019
572778c
updated dev guide
neoshh Nov 11, 2019
f153709
Merge pull request #173 from wilfredbtan/update-PPP
ShaunNgTX Nov 11, 2019
ac19b87
add manual test case
wilfredbtan Nov 11, 2019
91912da
updated user guide
neoshh Nov 11, 2019
2c04a89
updated sihao's PPP
neoshh Nov 11, 2019
e58b8ed
updated PPP
neoshh Nov 11, 2019
aca14a0
Merge branch 'master' into branch-ppp,-ug,-dg
neoshh Nov 11, 2019
34c9d4f
Final PPP, DG, UG
jxofficial Nov 11, 2019
70eabf9
resolved travis build issues
neoshh Nov 11, 2019
b5520a5
Merge pull request #175 from neoshh/branch-ppp,-ug,-dg
neoshh Nov 11, 2019
dad10ba
Temp Commit
ShaunNgTX Nov 11, 2019
2242f7f
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
jxofficial Nov 11, 2019
c556f99
Merge pull request #176 from jxofficial/branch-dg-ug
ShaunNgTX Nov 11, 2019
e9d7eea
Test for parser
ShaunNgTX Nov 11, 2019
b7ca766
Merge https://github.com/AY1920S1-CS2103-F10-3/main into PPP
ShaunNgTX Nov 11, 2019
ce10242
Update DG, UG and PPP
khiangleon Nov 11, 2019
3ee2a21
updated PPP to within 10 pages
neoshh Nov 11, 2019
b36f032
Update ppp
ShaunNgTX Nov 11, 2019
aff22d0
Merge pull request #178 from neoshh/branch-ppp,-ug,-dg
neoshh Nov 11, 2019
ebf0714
Merge pull request #177 from ShaunNgTX/PPP
ShaunNgTX Nov 11, 2019
7e01bac
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
khiangleon Nov 11, 2019
85c5ba0
Merge pull request #179 from khiangleon/branch-charts
ShaunNgTX Nov 11, 2019
577ab19
Merge branch 'master' of https://github.com/AY1920S1-CS2103-F10-3/mai…
wilfredbtan Nov 11, 2019
7cd6b2e
omit coveralls
wilfredbtan Nov 11, 2019
db9031a
Merge pull request #180 from wilfredbtan/revert-to-manual
ShaunNgTX Nov 11, 2019
77c5f50
push latest
wilfredbtan Nov 11, 2019
ff69963
Merge pull request #181 from wilfredbtan/pull-master
ShaunNgTX Nov 11, 2019
428d3d0
updated about us to link profiles to correct PPP
neoshh Nov 15, 2019
7f32ec1
Merge https://github.com/AY1920S1-CS2103-F10-3/main
neoshh Nov 15, 2019
ced6263
Merge pull request #184 from neoshh/master
jxofficial Nov 15, 2019
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
23 changes: 10 additions & 13 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
= Address Book (Level 3)
= CS2103/T Revision Tool
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://travis-ci.org/AY1920S1-CS2103-F10-3/main[image:https://travis-ci.org/AY1920S1-CS2103-F10-3/main.svg?branch=master[Build Status]]
https://ci.appveyor.com/project/khiangleon/main[image:https://ci.appveyor.com/api/projects/status/495w820p1xr6owq2?svg=true[Build status]]
https://coveralls.io/github/AY1920S1-CS2103-F10-3/main?branch=master[image:https://coveralls.io/repos/github/AY1920S1-CS2103-F10-3/main/badge.svg?branch=master[Coverage Status]]
https://app.netlify.com/sites/revisiontoolpreview/deploys[image:https://api.netlify.com/api/v1/badges/7af7f86f-2c47-49e2-ac61-ca1f2b2c794c/deploy-status[Netlify 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://gitter.im/se-edu/Lobby[image:https://badges.gitter.im/se-edu/Lobby.svg[Gitter chat]]

Expand All @@ -15,22 +16,18 @@ 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.

CS2103/T Revision Tool (RT) is a desktop application for storing test banks and acting as your one stop customisable revision tool before the exams! The features will be optimised for usage by CS2103/T students who happens to like using the CLI (Command Line Interface) for typing down their solutions. In addition, it also comes with the benefits of having a beautiful Graphical User Interface (GUI)!



== 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_.
* Libraries used: https://openjfx.io/[JavaFX], https://github.com/FasterXML/jackson[Jackson], https://github.com/junit-team/junit5[JUnit5]

== Licence : link:LICENSE[MIT]
* the original source of the code is from AddressBook-Level3 project created by SE-EDU initiative at https://se-education.org
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,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-seedu': true, // delete this line if your project is not a fork (not a SE-EDU project)
'site-name': 'CS2103/T Revision Tool',
'site-githuburl': 'https://github.com/AY1920S1-CS2103-F10-3/main',
]

options['template_dirs'].each {
Expand Down
52 changes: 29 additions & 23 deletions docs/AboutUs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,59 @@
: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.}_ +
CS2103/T Revision Tool was developed by the https://AY1920S1-CS2103-F10-3.github.io/docs/Team.html[AY1920S1-CS2103-F10-3] team. +
{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
=== Damith C. Rajapakse
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
Role: Project Advisor / Lecturer

'''

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

Role: Team Lead +
Responsibilities: UI
Responsibilities: Parser

'''

=== Johnny Doe
image::yijinl.jpg[width="150", align="left"]
{empty}[http://github.com/yijinl[github]] [<<johndoe#, portfolio>>]
=== Neo Si Hao
image::neoshh.png[width="150", align="left"]
{empty}[http://github.com/neoshh[github]] [<<johndoe#, portfolio>>]

Role: Developer +
Responsibilities: Data
Role: Scheduling and Tracking +
Responsibilities: UI

'''

=== Johnny Roe
image::m133225.jpg[width="150", align="left"]
{empty}[http://github.com/m133225[github]] [<<johndoe#, portfolio>>]
=== Ng Tze Xuan, Shuan
image::ShaunNgTX.png[width="150", align="left"]
{empty}[http://github.com/ShaunNgTX[github]] [<<johndoe#, portfolio>>]

Role: Developer +
Responsibilities: Dev Ops + Threading
Role: Code Quality +
Responsibilities: Logic

'''

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

Role: Developer +
Responsibilities: UI
Role: Integration +
Responsibilities: Model

'''

=== Keng Jun Xian
image::jxofficial.png[width="150", align="left"]
{empty}[http://github.com/jxofficial[github]] [<<johndoe#, portfolio>>]

Role: Testing +
Responsibilities: Storage
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/AY1920S1-CS2103-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 also reach us at `wilfred @ u.nus.edu`
Loading