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

Pr branch #194

Open
wants to merge 653 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
653 commits
Select commit Hold shift + click to select a range
6b4e08b
Handle Attendance in EditPersonDescriptor
robertvictoreen Oct 31, 2018
d5ee394
Attendance in XmlAdaptedPerson
robertvictoreen Oct 31, 2018
ed70893
PersonBuilder
robertvictoreen Oct 31, 2018
4386820
Merge branch 'Attendance' into Robert
robertvictoreen Oct 31, 2018
2d13681
Javadoc comment required
robertvictoreen Oct 31, 2018
deda75c
Merge pull request #99 from CS2103-AY1819S1-W12-4/Robert
robertvictoreen Oct 31, 2018
2b0a108
Attendance Uid List
robertvictoreen Oct 31, 2018
ecb7d06
Attendance ArrayList
robertvictoreen Oct 31, 2018
c42b1b6
Merge pull request #100 from CS2103-AY1819S1-W12-4/Attendance
robertvictoreen Oct 31, 2018
53b5141
Reupdate class diagram
spencertan96 Oct 31, 2018
8b5309b
Update DG, UG, fixed tags,
spencertan96 Oct 31, 2018
66daee2
Portfolio: Flesh out intro (purpose, team, features), add Preface to …
spencertan96 Oct 31, 2018
eb8a82f
Portfolio page: Add proposed enhancements for v2.0 for UG and DG
spencertan96 Oct 31, 2018
0cdbe21
add HenryJk portofolio
HenryJk Nov 1, 2018
eb048b6
Merge pull request #102 from CS2103-AY1819S1-W12-4/HenryJk
HenryJk Nov 1, 2018
55f6193
Project Portfolio Draft
robertvictoreen Nov 1, 2018
88e3a59
Fix EOF
spencertan96 Nov 1, 2018
4b5e9ba
Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main
spencertan96 Nov 1, 2018
7a61498
Remove collated code section
spencertan96 Nov 1, 2018
a476551
Edit intro of UG,
spencertan96 Nov 1, 2018
96b9c6c
Add index argument for "add" command
spencertan96 Nov 1, 2018
98c7758
Make all parameters except name in "add" command optional
spencertan96 Nov 1, 2018
5ec6dab
Make all parameters except name in "add" command optional #2
spencertan96 Nov 1, 2018
d712d19
#3
spencertan96 Nov 1, 2018
99cdc05
Edit note isDefault() method to hasChanged()
spencertan96 Nov 1, 2018
7de29f5
Update UG, Clean spacing for PersonCard
spencertan96 Nov 1, 2018
18ad11f
FIx add command tests
spencertan96 Nov 1, 2018
0a8aeb3
Formatting
spencertan96 Nov 1, 2018
a8627a5
Fix checkstyle
spencertan96 Nov 1, 2018
148a824
Add .equals() override for Empty model classes
spencertan96 Nov 1, 2018
7419aeb
Remove sort options from UG,
spencertan96 Nov 1, 2018
61f18ba
Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main
robertvictoreen Nov 2, 2018
9c6ae82
Merge commit '7419aeb935fc23a7ae6a4bd7e96e59a8d0853a58' into Attendance
robertvictoreen Nov 2, 2018
5c0323e
Fix AddCommand test
robertvictoreen Nov 2, 2018
4fdad09
Remove AddCommandTests for missing arguments
robertvictoreen Nov 2, 2018
00b391d
Debug AddCommandSystemTest
robertvictoreen Nov 2, 2018
0a7778b
EditCommandSystemTest
robertvictoreen Nov 2, 2018
95447d1
Updates
robertvictoreen Nov 3, 2018
1d826a5
Merge pull request #104 from CS2103-AY1819S1-W12-4/Attendance
robertvictoreen Nov 4, 2018
a507cb1
Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main
robertvictoreen Nov 5, 2018
e260a7f
Update UG for edit command format
spencertan96 Nov 5, 2018
00415d0
Fix note command to allow special characters,
spencertan96 Nov 5, 2018
4863583
Update UG for editnote
spencertan96 Nov 5, 2018
024441e
Update UG format and inconsistency for issue #118
spencertan96 Nov 5, 2018
4db04a2
Remove unexisting commands from UG, Fix format of note commands in UG…
spencertan96 Nov 5, 2018
63ac2e8
Add list, select and find to UG
spencertan96 Nov 5, 2018
8992260
Merge pull request #141 from spencertan96/master
spencertan96 Nov 6, 2018
b3e4df0
Add parser test for NoteCommandParser
spencertan96 Nov 6, 2018
5f71e8d
Merge commit '89922601949fe5384925a990c5aee64fba675b91' into Robert
robertvictoreen Nov 6, 2018
a76a86c
Scroll for MoreDetailsPanel
robertvictoreen Nov 6, 2018
7a28a03
fxml formatting
robertvictoreen Nov 6, 2018
0ce31bb
Wrap Text for PersonCard
robertvictoreen Nov 6, 2018
1a4cf07
Bugfixes
HenryJk Nov 6, 2018
eccccd9
Bugfixes
HenryJk Nov 6, 2018
2413b89
Merge branch 'master' into HenryJk
HenryJk Nov 6, 2018
9933a3c
changed MainWindow minimum size
HenryJk Nov 6, 2018
5efa858
Merge branch 'HenryJk' of https://github.com/CS2103-AY1819S1-W12-4/ma…
HenryJk Nov 6, 2018
0fe57a3
Fixing addphoto bug
HenryJk Nov 6, 2018
f545aad
fix addphoto/deletephoto bug
HenryJk Nov 6, 2018
343760c
Fix style
HenryJk Nov 6, 2018
a21e073
Add parser test for DeleteNoteCommandParser, update UG for newfound b…
spencertan96 Nov 6, 2018
14c7ab7
Fix checkstyle
spencertan96 Nov 6, 2018
d0373c3
Merge pull request #142 from CS2103-AY1819S1-W12-4/Robert
spencertan96 Nov 6, 2018
0dd3152
Merge pull request #143 from CS2103-AY1819S1-W12-4/HenryJk
spencertan96 Nov 6, 2018
0b4f308
Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main
spencertan96 Nov 6, 2018
e75ce40
Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main
spencertan96 Nov 6, 2018
cc45452
Add sample data (marks not working), fix sizing
spencertan96 Nov 6, 2018
080a2eb
Merge pull request #145 from spencertan96/Spencer_Admin
spencertan96 Nov 6, 2018
b308dea
Portfolio
robertvictoreen Nov 6, 2018
19dae64
Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main
robertvictoreen Nov 6, 2018
2799332
Merge branch 'master' into Robert
robertvictoreen Nov 6, 2018
17bfdd1
Fix scroll
robertvictoreen Nov 6, 2018
83ec755
Fix side scroll for details panel
spencertan96 Nov 6, 2018
6117fde
Fix AddCommand wrong parameter message, Add sample avatar pictures
spencertan96 Nov 7, 2018
bac7214
Extract repeated code in Note parser and EditNote parser, add EditNot…
spencertan96 Nov 7, 2018
0a65801
Fix MoreDetailsPanel tests
spencertan96 Nov 7, 2018
082207e
Fix Checkstyle
spencertan96 Nov 7, 2018
08b45f2
Update portfolio
Zackkh95 Nov 8, 2018
505dd0c
Add NoteCommandTest, add assertion to NoteCommand
spencertan96 Nov 8, 2018
e85f983
Fix tests
spencertan96 Nov 8, 2018
923bd0d
Fix checkstyle
Zackkh95 Nov 9, 2018
331b534
Add DeleteNoteCommandTest
spencertan96 Nov 9, 2018
0852bdf
Add in Code Contributed section
Zackkh95 Nov 9, 2018
329d82e
Checkstyle Fix
Zackkh95 Nov 9, 2018
8e70cbc
Add EditNoteCommandTest and add undo/redo tests for other note comman…
spencertan96 Nov 9, 2018
290a4ae
Improve EditNoteCommandTest code
spencertan96 Nov 9, 2018
1015fc4
Fix AddCommandTest
spencertan96 Nov 9, 2018
6d1fdfe
Enable stack trace on Travis
spencertan96 Nov 9, 2018
4e46e91
Add toString for VersionedAddressBook and ModelManager to debug Travis
spencertan96 Nov 10, 2018
22f2045
Add note print to Person.toString()
spencertan96 Nov 10, 2018
9ebf3ff
Add @Rule to initialization
spencertan96 Nov 10, 2018
3b02cca
Fix checkstyle
spencertan96 Nov 10, 2018
01ac673
Replace @Rule with @Before
spencertan96 Nov 10, 2018
8557f01
Fix
spencertan96 Nov 10, 2018
c18c407
Update Sort UML Sequence Diagram
Zackkh95 Nov 10, 2018
13f5ba8
Fix note command tests
spencertan96 Nov 10, 2018
72cf4f3
Fix typo
Zackkh95 Nov 10, 2018
1606a57
Fix Formatting of DG (Photo section)
Zackkh95 Nov 10, 2018
f108968
Fix formatting of DG
Zackkh95 Nov 10, 2018
6d7f5d0
Improve format of DG
Zackkh95 Nov 10, 2018
6c5ad45
update formatting of DG
Zackkh95 Nov 10, 2018
8ea07c1
Revert "Fix scroll"
robertvictoreen Nov 10, 2018
68bd372
Update format of DG
Zackkh95 Nov 10, 2018
bc5c2d4
update formatting of DG
Zackkh95 Nov 10, 2018
33e227b
Fix DG formatting and add DeleteProfilePhotoUML
Zackkh95 Nov 10, 2018
1aad140
Fix Photo
Zackkh95 Nov 10, 2018
584d0f5
Fix photo jpg to png
Zackkh95 Nov 10, 2018
ad0fa50
Fix uml diagrams of addphotocommand and deletephotocommand
Zackkh95 Nov 10, 2018
544db18
Fix formatting for sortcommand DG section
Zackkh95 Nov 10, 2018
e9eacb7
Add NoteTest, improve code quality
spencertan96 Nov 10, 2018
155d094
Fix tests due to persistent edit of TypicalPersons
spencertan96 Nov 10, 2018
2d9b8d6
Fix checkstyle
spencertan96 Nov 10, 2018
e5b5f26
Merge pull request #149 from spencertan96/master
spencertan96 Nov 10, 2018
ec08e37
Fix checkstyle
Zackkh95 Nov 10, 2018
5907136
Update UG
Zackkh95 Nov 10, 2018
362ff9d
Documentation
robertvictoreen Nov 10, 2018
40578f0
Acknowledge fork
robertvictoreen Nov 10, 2018
932bd02
ASSIGNMENT_INDEX
robertvictoreen Nov 10, 2018
38b4527
Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main
robertvictoreen Nov 10, 2018
3925531
GitHub links
robertvictoreen Nov 10, 2018
c7bcf72
Re-add MoreDetailsPanelHandle
spencertan96 Nov 10, 2018
31ffdb0
Fix EditNoteCommand + Test
spencertan96 Nov 10, 2018
101e83d
Fix PersonListPanelTest
spencertan96 Nov 10, 2018
2a0d185
Statistics Tests
robertvictoreen Nov 11, 2018
805098d
Merge branch 'master' into Robert
robertvictoreen Nov 11, 2018
2e4fbaf
String formatting
robertvictoreen Nov 11, 2018
b44fa86
Merge branch 'Robert' of https://github.com/CS2103-AY1819S1-W12-4/mai…
robertvictoreen Nov 11, 2018
5eafa87
Merge pull request #150 from CS2103-AY1819S1-W12-4/Robert
robertvictoreen Nov 11, 2018
3ab03fd
Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main
robertvictoreen Nov 11, 2018
a587a56
Remove unused field
Zackkh95 Nov 11, 2018
e5b69c9
Add comment to UG
Zackkh95 Nov 11, 2018
9b6b5c4
Add code contributed section
Zackkh95 Nov 11, 2018
0505686
Fix checkstyle
Zackkh95 Nov 11, 2018
0a5b499
Fix MoreDetailsPanelHandle and SystemTests (Left display bug), Update UG
spencertan96 Nov 11, 2018
44b6ff2
Fix checkstyle
spencertan96 Nov 11, 2018
7c76a14
Define Magic Numbers
robertvictoreen Nov 11, 2018
fcc2141
Merge pull request #152 from CS2103-AY1819S1-W12-4/Zach_Branch_V1.4
Zackkh95 Nov 11, 2018
b1c86c7
Additional documentation for PPP
Zackkh95 Nov 11, 2018
ee00dd2
Fix checkstyle
Zackkh95 Nov 11, 2018
afa86e6
Merge pull request #153 from CS2103-AY1819S1-W12-4/Robert
robertvictoreen Nov 11, 2018
1ef56fc
Add bug reports
robertvictoreen Nov 11, 2018
034066a
Add documentation for portfolio
Zackkh95 Nov 11, 2018
bd3ca08
Merge pull request #154 from CS2103-AY1819S1-W12-4/Zach_Branch_V1.4
Zackkh95 Nov 11, 2018
064e1f1
Change tags
Zackkh95 Nov 11, 2018
6d582e4
Merge pull request #156 from CS2103-AY1819S1-W12-4/Zach_Branch_V1.4
Zackkh95 Nov 11, 2018
936bb98
Fix UG & DG tags
Zackkh95 Nov 11, 2018
e5e89de
Merge pull request #157 from CS2103-AY1819S1-W12-4/Zach_Branch_V1.4
Zackkh95 Nov 11, 2018
d72c995
Fix sort tag
Zackkh95 Nov 11, 2018
446c113
Merge pull request #158 from CS2103-AY1819S1-W12-4/Zach_Branch_V1.4
Zackkh95 Nov 11, 2018
ea400fc
Merge pull request #155 from CS2103-AY1819S1-W12-4/Robert
robertvictoreen Nov 11, 2018
5c2bb56
Add comment to UG
Zackkh95 Nov 11, 2018
a960532
Add comment to UG
Zackkh95 Nov 11, 2018
99639fe
Merge pull request #159 from CS2103-AY1819S1-W12-4/Zach_Branch_V1.4
Zackkh95 Nov 11, 2018
fe85ca8
Update UML in DG, intro & undo in UG
spencertan96 Nov 11, 2018
f7dd83f
Edit about us
Zackkh95 Nov 11, 2018
a8b1dc2
Add textwrap to note area in MoreDetailsPanel
spencertan96 Nov 11, 2018
4d88517
Merge pull request #160 from CS2103-AY1819S1-W12-4/Zach_Branch_V1.4
Zackkh95 Nov 11, 2018
95eca91
Add test for assignment properties
HenryJk Nov 11, 2018
a60db75
Merge branch 'master' into HenryJk
HenryJk Nov 11, 2018
962cc38
Fix moredetailspanel bug
HenryJk Nov 11, 2018
434c06b
Increase test coverage
HenryJk Nov 11, 2018
a2042f4
Add ActivityDiag to DG, edit Note text to be final, remove Person.add…
spencertan96 Nov 11, 2018
05741ea
Fix display bug with clear and find MoreDetailsPanel
spencertan96 Nov 11, 2018
9184d14
Fix checkstyle
spencertan96 Nov 11, 2018
b4e7801
Fix checkstyle
spencertan96 Nov 11, 2018
4c8f2df
Merge pull request #162 from spencertan96/Spencer_Docs
spencertan96 Nov 11, 2018
8d11bda
Merge branch 'master' into HenryJk
spencertan96 Nov 11, 2018
914be40
add test for assignment model
HenryJk Nov 11, 2018
011de12
Merge branch 'HenryJk' of https://github.com/CS2103-AY1819S1-W12-4/ma…
HenryJk Nov 11, 2018
25de672
Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/main
robertvictoreen Nov 11, 2018
f99a986
Add Attendance command
zzsmao Nov 12, 2018
b78f3de
Merge branch 'master' into PR_Branch
zzsmao Nov 12, 2018
be3d3fe
Improve logic
robertvictoreen Nov 12, 2018
74e97ad
Merge branch 'master' into Robert
robertvictoreen Nov 12, 2018
72bdb0b
Add comments
robertvictoreen Nov 12, 2018
5125ba3
Merge pull request #163 from CS2103-AY1819S1-W12-4/Robert
robertvictoreen Nov 12, 2018
d5dcac5
Refactor quartiles
robertvictoreen Nov 12, 2018
d78c230
Quartiles class
robertvictoreen Nov 12, 2018
eae3465
Sequence Diagrams
robertvictoreen Nov 12, 2018
afd8abe
Merge pull request #164 from CS2103-AY1819S1-W12-4/Robert
robertvictoreen Nov 12, 2018
acc0991
Add Sequence Diagram for EditNoteCommand
spencertan96 Nov 12, 2018
a3f8560
Update name in AboutUs
spencertan96 Nov 12, 2018
ff0172a
Update UG with graphics
spencertan96 Nov 12, 2018
4123e8e
Add add and note test instructions
spencertan96 Nov 12, 2018
2f77f3e
Add delete and editnote to instructions for Testing
spencertan96 Nov 12, 2018
0ac46f3
add tests to assignment related commands
HenryJk Nov 12, 2018
e666ce0
Merge pull request #161 from CS2103-AY1819S1-W12-4/HenryJk
HenryJk Nov 12, 2018
fb92502
Update all docs
spencertan96 Nov 12, 2018
b3a8c69
Merge pull request #165 from spencertan96/Spencer_Docs
spencertan96 Nov 12, 2018
ae84b97
Test instructions
robertvictoreen Nov 12, 2018
3d40b7c
Testing title
robertvictoreen Nov 12, 2018
d98c8f5
add tests for assignment related command parser
HenryJk Nov 12, 2018
68aa022
Merge pull request #166 from CS2103-AY1819S1-W12-4/Robert
robertvictoreen Nov 12, 2018
530b376
correcting comments
HenryJk Nov 12, 2018
da255fa
Link to PR
robertvictoreen Nov 12, 2018
d5cb468
Merge pull request #168 from CS2103-AY1819S1-W12-4/Robert
robertvictoreen Nov 12, 2018
1d71060
Improve code quality (SLAP)
spencertan96 Nov 12, 2018
e9aca9f
Merge pull request #167 from CS2103-AY1819S1-W12-4/HenryJk
HenryJk Nov 12, 2018
cd66fb3
Bugfix
spencertan96 Nov 12, 2018
c3b21f8
Add comments
spencertan96 Nov 12, 2018
979cdd8
Improve code quality (Extract repeated code)
spencertan96 Nov 12, 2018
c218cd2
Merge branch 'master' into Spencer_Docs
spencertan96 Nov 12, 2018
e5dbbf1
Update MoreDetailsPanel.java
spencertan96 Nov 12, 2018
612cb8b
Fix float double conversion
spencertan96 Nov 12, 2018
edf99ad
Fix double float conversion
spencertan96 Nov 12, 2018
6e2e295
Fix conversion
spencertan96 Nov 12, 2018
a21d9df
Merge pull request #169 from spencertan96/Spencer_Docs
spencertan96 Nov 12, 2018
3f55e51
Edit Attendance
zzsmao Nov 12, 2018
add6a3c
Remove toString from MM and VersionedAB
spencertan96 Nov 12, 2018
375a563
Remove AssignmentStub and dead code
spencertan96 Nov 12, 2018
38f90ce
Remove remnants
spencertan96 Nov 12, 2018
0a57bea
Edit MoreDetailsPanel
zzsmao Nov 12, 2018
8c7920f
Resolve imports
robertvictoreen Nov 12, 2018
8a9bf84
Merge pull request #170 from spencertan96/Spencer_Docs
spencertan96 Nov 12, 2018
fef9b94
Merge branch 'master' into PR_Branch
robertvictoreen Nov 12, 2018
59d7a31
Merge branch 'master' into PR_Branch
spencertan96 Nov 12, 2018
ba781e0
Validator
robertvictoreen Nov 12, 2018
ca93925
Update UserGuide.adoc
zzsmao Nov 12, 2018
6736535
Fix
robertvictoreen Nov 12, 2018
dadbc79
Attendance UG
robertvictoreen Nov 12, 2018
bf55223
Update ppp 2
HenryJk Nov 12, 2018
3e74c67
Merge pull request #172 from CS2103-AY1819S1-W12-4/HenryJk
HenryJk Nov 12, 2018
8b9057a
Add sample pictures
spencertan96 Nov 12, 2018
819d27f
update ug
spencertan96 Nov 12, 2018
4879270
Add requirement to UG and DG
Zackkh95 Nov 12, 2018
1836314
Merge pull request #174 from spencertan96/NewMaster
spencertan96 Nov 12, 2018
7e59e99
Merge branch 'master' into Zach_Branch_V1.4
Zackkh95 Nov 12, 2018
6eb3a87
Merge pull request #176 from CS2103-AY1819S1-W12-4/Zach_Branch_V1.4
Zackkh95 Nov 12, 2018
dd1da9d
Merge branch 'PR_Branch' of https://github.com/CS2103-AY1819S1-W12-4/…
zzsmao Nov 12, 2018
c1aeaf3
RepoSense
robertvictoreen Nov 13, 2018
82164fe
Add back if statement from previous commit 72bdb0b00b5f475004882cfc20…
robertvictoreen Nov 13, 2018
7928891
author
robertvictoreen Nov 13, 2018
caf11e4
Merge pull request #177 from CS2103-AY1819S1-W12-4/Robert
robertvictoreen Nov 13, 2018
242a5fa
Update Attendance feature
zzsmao Nov 14, 2018
6410af1
Update UserGuide.adoc
zzsmao Nov 15, 2018
5979d8a
Merge branch 'master' of https://github.com/CS2103-AY1819S1-W12-4/mai…
zzsmao Nov 16, 2018
49d58be
update UG
zzsmao Nov 16, 2018
f8d707a
update MoreDetailsPanel
zzsmao Nov 16, 2018
be8d049
Fix Travis
zzsmao Nov 18, 2018
c375fc7
fixed travis
zzsmao Nov 19, 2018
27e8b3a
Fix Travis
zzsmao Nov 19, 2018
edc3500
Fix Travis
zzsmao Nov 19, 2018
a11bbcc
Fix Travis
zzsmao Nov 19, 2018
ec222b7
Fix Travis
zzsmao Nov 19, 2018
c2aa5ae
Fix Travis
zzsmao Nov 19, 2018
7cfdbbe
FIx Travis
zzsmao Nov 19, 2018
e2cf761
Fix Travis
zzsmao Nov 20, 2018
db65995
Fix Travis
zzsmao Nov 20, 2018
d561932
Fix Travis
zzsmao Nov 20, 2018
38099a7
Fix Travis
zzsmao Nov 20, 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
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ build/
.idea/
lib/*
*.iml
*.ipr
*.iws
*.log
*.log.*
*.csv
config.json
!_reposense/config.json
src/test/data/sandbox/
preferences.json
.DS_Store
Expand All @@ -18,3 +21,9 @@ classes/
/bin/
src/main/resources/docs/
out/
EzTutor/
src/sandbox/
src/main/java/seedu.address.ui.AddStudentWindow.java
src/main/resources/view/AddStudentWindow.fxml
src/test/java/guitests/guihandles/AddStudentWindowHandle.java
src/test/java/seedu/address/ui/AddStudentWindowTest.java
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ matrix:

script: >-
./config/travis/run-checks.sh &&
travis_retry ./gradlew clean checkstyleMain checkstyleTest headless allTests coverage coveralls asciidoctor copyDummySearchPage
travis_retry ./gradlew clean checkstyleMain checkstyleTest headless allTests coverage coveralls asciidoctor

deploy:
skip_cleanup: true
Expand Down
30 changes: 15 additions & 15 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
= Address Book (Level 4)
= EazyTutors
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/CS2103-AY1819S1-W12-4/main[image:https://travis-ci.org/CS2103-AY1819S1-W12-4/main.svg?branch=master[Build Status]]
https://ci.appveyor.com/project/spencertan96/main[image:https://ci.appveyor.com/api/projects/status/16rotceog2iv3617?svg=true[Build Status]]
https://coveralls.io/github/CS2103-AY1819S1-W12-4/main?branch=master[image:https://coveralls.io/repos/github/CS2103-AY1819S1-W12-4/main/badge.svg?branch=master[Coverage Status]]

ifdef::env-github[]
image::docs/images/Ui.png[width="600"]
Expand All @@ -15,26 +13,28 @@ 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 Student Management application for NUS tutors to manage their administrative tasks.*
*It has a GUI but most of the user interactions happen using a CLI (Command Line Interface).*
*This application helps NUS tutors to track student's attendance, participation, submissions and grades for their modules.*
*It is written in OOP fashion.*
*What's good about this project:*
*A more sophisticated GUI that includes a list panel and an in-built statistics calculator.*
*More test cases, including automated GUI testing.*
*Support for _Build Automation_ using Gradle and for _Continuous Integration_ using Travis CI.*

== 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
* Forked from https://github.com/nus-cs2103-AY1819S1/addressbook-level4[Address Book (Level 4)]
* Some parts of this application were inspired by the excellent http://code.makery.ch/library/javafx-8-tutorial/[Java FX tutorial] by
_Marco Jakob_.
* Code from SE-EDU was used in this application.
* 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": "zzsmao",
"displayName": "CHUA ...N HAO",
"authorNames": ["zzsmao"]
},
{
"githubId": "HenryJk",
"displayName": "HENRY...USUMA",
"authorNames": ["HenryJk"]
},
{
"githubId": "spencertan96",
"displayName": "SPENC...N HAO",
"authorNames": ["spencertan96", "Spencer", "Spencer Tan"]
},
{
"githubId": "Zackkh95",
"displayName": "TAN K...CHARY",
"authorNames": ["Zackkh95","Zachary Tan"]
},
{
"githubId": "robertvictoreen",
"displayName": "VICTO...LLIOT",
"authorNames": ["robertvictoreen", "Robert Victoreen"]
}
]
}
11 changes: 3 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ test {

testLogging {
events TestLogEvent.FAILED, TestLogEvent.SKIPPED
exceptionFormat 'full'

// Prints the currently running test's name in the CI's build log,
// so that we can check if tests are being silently skipped or
Expand Down Expand Up @@ -207,9 +208,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-seedu': true, // delete this line if your project is not a fork (not a SE-EDU project)
'site-name': 'EazyTutors',
'site-githuburl': 'https://github.com/CS2103-AY1819S1-W12-4/main',
]

options['template_dirs'].each {
Expand All @@ -236,11 +236,6 @@ task deployOfflineDocs(type: Copy) {
}
}

task copyDummySearchPage(type: Copy) {
from 'docs/DummySearchPage.html'
into "${buildDir}/docs/html5"
}

deployOfflineDocs.dependsOn asciidoctor
processResources.dependsOn deployOfflineDocs

Expand Down
53 changes: 25 additions & 28 deletions docs/AboutUs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,53 +4,50 @@
: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.}_ +
EazyTutors was developed by the https://W12-4.github.io/docs/Team.html[W12-4] 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
image::damithc.jpg[width="150", align="left"]
{empty}[http://www.comp.nus.edu.sg/~damithch[homepage]] [https://github.com/damithc[github]] [<<johndoe#, portfolio>>]
=== Victoreen Robert Elliot
image::robertvictoreen.png[width="150", align="left"]
{empty}[https://github.com/robertvictoreen[github]] [<<robertvictoreen#, portfolio>>]

Role: Project Advisor
Role: Developer +
Responsibilities: Back-End

'''
=== Tan Ken Hao Zachary
image::zackkh95.png[width="150", align="left"]
{empty}[https://github.com/Zackkh95[github]] [<<zackkh95#,portfolio>>]

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

Role: Team Lead +
Responsibilities: UI
=== Spencer Tan Wen Hao
image::spencertan96.png[width="150", align="left"]
{empty}[https://github.com/spencertan96[github]] [<<spencertan96#, portfolio>>]

'''
Role: Developer +
Responsibilities: UI + Deliverables and deadlines

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

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

Role: Developer +
Responsibilities: Data
Responsibilities: UI

'''
=== Henry Jayakusuma

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

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

'''

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

Role: Developer +
Responsibilities: 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-W12-4/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`

Loading