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-T14-3] Tutor Tracker #45

Open
wants to merge 1,025 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1025 commits
Select commit Hold shift + click to select a range
7fc4a55
Add PPP
glatiuden Apr 7, 2021
819d4c5
Merge pull request #305 from Winniehyx/branch-PPP
jared98lyj Apr 7, 2021
632a69d
Add Schedule Command Unit Test
glatiuden Apr 7, 2021
9ed065a
Merge pull request #309 from glatiuden/branch-ppp
glatiuden Apr 8, 2021
b187422
Merge pull request #307 from yutingzou/update-DG-grade
glatiuden Apr 8, 2021
bc3a440
Fix bug typo
glatiuden Apr 8, 2021
9d55bd1
Add equals method to AddScheduleCommand
glatiuden Apr 8, 2021
1077b5e
Fix bugs
glatiuden Apr 8, 2021
4c4366b
Add Schedule related testing variables
glatiuden Apr 8, 2021
f7b0c9a
Add additional test cases to AddScheduleCommand
glatiuden Apr 8, 2021
3e80162
Add Schedule CommandParser tests
glatiuden Apr 8, 2021
68b8c2a
Add Schedule Storage test files
glatiuden Apr 8, 2021
a074c04
Add test cases to ParserUtil
glatiuden Apr 8, 2021
2392ffd
Add EditScheduleDescriptorBuilder
glatiuden Apr 8, 2021
cbd74ef
Fix checkstyle
glatiuden Apr 8, 2021
e915267
Fix bugs
glatiuden Apr 8, 2021
7a627fd
Add more test cases
glatiuden Apr 8, 2021
271719b
Add testcase to EditScheduleCommand
glatiuden Apr 8, 2021
eca8c01
Remove ModelManagerBuilder
glatiuden Apr 8, 2021
a4cf7f9
Add ScheduleTracker and ScheduleList Unit Test
glatiuden Apr 8, 2021
d09c114
Fix hour computation bugs
glatiuden Apr 8, 2021
681d5f6
Revert "Fix hour computation bugs"
glatiuden Apr 8, 2021
568df03
Auto stash before revert of "Fix hour computation bugs"
glatiuden Apr 8, 2021
0c0b268
Check if all subject fields are provided in edit_tutor and provide cl…
kingsleykuan Apr 8, 2021
c8ff5b2
Update user guide to clarify subject attribute requirements
kingsleykuan Apr 8, 2021
48897f3
Updated DG for Budget.
jared98lyj Apr 8, 2021
07e4030
no message
jared98lyj Apr 8, 2021
77470f1
no message
jared98lyj Apr 8, 2021
a11d2c0
Fix qualification parsing to reject blank input and update error message
kingsleykuan Apr 8, 2021
a788f89
Update user guide to fix composed filter rule list
kingsleykuan Apr 8, 2021
e1c6786
Merge pull request #311 from glatiuden/branch-schedule-test
glatiuden Apr 8, 2021
38ec96e
Add check for no filters provided in filter command parsing
kingsleykuan Apr 8, 2021
55733e0
Merge pull request #312 from kingsleykuan/fix-edit-tutor-command
jared98lyj Apr 8, 2021
9651d3c
Merge pull request #315 from kingsleykuan/fix-user-guide
jared98lyj Apr 8, 2021
cd83e61
Merge pull request #314 from kingsleykuan/fix-qualification-parsing
jared98lyj Apr 8, 2021
e1d3992
Fixed syntax errors.
jared98lyj Apr 8, 2021
d3308af
Move parsing of filters into FilterParserUtil and throw ParseExceptio…
kingsleykuan Apr 8, 2021
ba58774
Fix regex in SubjectQualificationFilter
kingsleykuan Apr 8, 2021
5fdf69a
Fix bug where user could delete filters that did not exist
kingsleykuan Apr 8, 2021
8af6cca
Merge pull request #313 from jared98lyj/branch-developer-guide
Winniehyx Apr 8, 2021
8657b7b
Merge pull request #316 from kingsleykuan/fix-filter-parsing
Winniehyx Apr 8, 2021
4afa09e
Add Reminder, Schedule and Timetable Implementation to DG
glatiuden Apr 8, 2021
d4f6942
Fix image path
glatiuden Apr 8, 2021
cad8e56
Merge pull request #317 from glatiuden/branch-dg
Winniehyx Apr 9, 2021
c81be0f
Deprecate Filterable interface
kingsleykuan Apr 9, 2021
0291e20
Add Reminder Model Unit Test
glatiuden Apr 9, 2021
93d864f
Add Reminder Command Unit Test
glatiuden Apr 9, 2021
ce2f5c0
Add Reminder Command Parser Unit Test
glatiuden Apr 9, 2021
bcc4aef
Age Reminder Storage Unit Test
glatiuden Apr 9, 2021
872ab26
Add DateTimeValidationUtil Unit Test
glatiuden Apr 9, 2021
5e68f60
Refactor list of filters and predicates into FilterSet and update Tut…
kingsleykuan Apr 9, 2021
8d8c2fb
Fix bug where an InclusiveFilterSet was used instead of a ExclusiveFi…
kingsleykuan Apr 9, 2021
b510acd
Update AppointmentFilter to use FilterSet
kingsleykuan Apr 9, 2021
58ed8df
Add Event Unit Test
glatiuden Apr 9, 2021
66452ce
Add Schedule and Reminder Commands Unit Test to TTParserTrackerTest
glatiuden Apr 9, 2021
bfc61b1
Add Add Command Integration Unit Test
glatiuden Apr 9, 2021
841f3d0
Removed additional spaces
glatiuden Apr 9, 2021
56c410e
Merge pull request #318 from kingsleykuan/refactor-filter-feature
kingsleykuan Apr 9, 2021
6a65d34
Update Kingsley Project Portfolio Page to list features added
kingsleykuan Apr 9, 2021
6aa808d
Merge pull request #319 from glatiuden/branch-reminder-test
glatiuden Apr 9, 2021
9f272bd
Merge remote-tracking branch 'upstream/master'
glatiuden Apr 9, 2021
4bf165c
Merge pull request #322 from kingsleykuan/add-ppp
Winniehyx Apr 9, 2021
ff633b6
Rename winniehyx.md
Winniehyx Apr 9, 2021
5b3a8fc
Merge pull request #323 from Winniehyx/branch-renamePPP
kingsleykuan Apr 9, 2021
a27be08
Added check for length of integer string for subject exp and rate
Winniehyx Apr 10, 2021
f003fe7
Merge https://github.com/AY2021S2-CS2103-T14-3/tp into branch-BugFixes2
Winniehyx Apr 10, 2021
f997864
update dg
Winniehyx Apr 10, 2021
7c1afd9
Merge remote-tracking branch 'upstream/master'
glatiuden Apr 10, 2021
a363b0b
Fix reuse codes comments
glatiuden Apr 10, 2021
dc83b6a
Modify success message to display size
glatiuden Apr 10, 2021
a11493f
Fix Unit Test
glatiuden Apr 10, 2021
92da18f
Update success message output
glatiuden Apr 11, 2021
429489b
Change archieveName to tutortracker.jar
glatiuden Apr 11, 2021
b24a7aa
Update UG
glatiuden Apr 11, 2021
5be6b5e
Add tutor attribute filter unit tests and fix found bugs
kingsleykuan Apr 11, 2021
8d9fdb3
Update DG
glatiuden Apr 11, 2021
3b42584
Add unit tests for subject attribute filters
kingsleykuan Apr 11, 2021
80c316e
Add unit test for appointment date time filter
kingsleykuan Apr 11, 2021
bf17fc3
Merge pull request #325 from Winniehyx/branch-BugFixes2
yutingzou Apr 11, 2021
68d3edc
Merge pull request #327 from kingsleykuan/add-filter-tests
Winniehyx Apr 11, 2021
844477a
Merge remote-tracking branch 'upstream/master' into branch-fix
glatiuden Apr 11, 2021
9ad2e31
Update DG
glatiuden Apr 11, 2021
b8c46e5
Update GradeBook implementation
Apr 11, 2021
39d2eca
Update DG
glatiuden Apr 11, 2021
955130d
Add GradeSequenceDiagram
Apr 11, 2021
f23abc3
Update GradeBook implementation and add AddGradeActivityDiagram
Apr 11, 2021
f71b1e5
Add GradeSequenceDiagram
Apr 11, 2021
4afe919
Update Glossary and Implementation
Apr 11, 2021
3d1410b
Update Glossary and GradeActivityDiagram
Apr 11, 2021
e8e9d2a
Fix SubjectExperienceFilterTest to match new length limit
kingsleykuan Apr 11, 2021
e92095b
Merge pull request #331 from kingsleykuan/add-filter-tests
glatiuden Apr 11, 2021
4fb6b3d
Merge remote-tracking branch 'upstream/master' into branch-fix
glatiuden Apr 11, 2021
008dd46
Update Class Diagram
glatiuden Apr 11, 2021
b1570d2
Merge branch 'master' into DG-grade
Apr 11, 2021
06f451b
Fix bugs and CI
glatiuden Apr 11, 2021
f4b3066
Merge pull request #332 from glatiuden/branch-fix
Winniehyx Apr 11, 2021
9d1659f
Merge branch 'master' into DG-grade
yutingzou Apr 11, 2021
2c0f344
Merge pull request #329 from yutingzou/DG-grade
Winniehyx Apr 11, 2021
050bf3f
Update user guide
Apr 11, 2021
c9207e6
Update Manual Test
Apr 11, 2021
b64eadc
Merge branch 'master' into fix-bug-grade
Apr 11, 2021
d44f8f4
Fix Add_Tutor Subjects Bug
glatiuden Apr 11, 2021
b70b784
Add GradeClassDiagram
Apr 11, 2021
1fb60e2
Modify DeleteCommand success message
glatiuden Apr 11, 2021
ccac8d9
Fix export success message
glatiuden Apr 11, 2021
3191910
Update AddNote MESSAGE_USAGE
glatiuden Apr 11, 2021
170e179
Limit description length
glatiuden Apr 11, 2021
55e1895
Update PPP
Apr 11, 2021
7311ebb
Fix timetable bug
glatiuden Apr 11, 2021
7d37620
Update message constraint
Apr 11, 2021
6d0deef
Update PPP
Apr 11, 2021
1e84870
Improve Grade by adding character limit to subject and graded item
Apr 11, 2021
415f93a
Improve GradeTest and GradedItemTest
Apr 11, 2021
6d39c45
Fix Schedule Bugs
glatiuden Apr 11, 2021
b02350f
Fix checkstyle error
Apr 11, 2021
dcd5493
Fix checkstyle error
Apr 11, 2021
eee2da2
Fix checkstyle error
Apr 11, 2021
ec63e56
Fix timetablepanel bug
glatiuden Apr 11, 2021
7b7ab8a
Add unit tests for filter sets
kingsleykuan Apr 11, 2021
6714e7c
Merge pull request #333 from yutingzou/fix-bug-grade
glatiuden Apr 11, 2021
53ad75f
Add tests for TutorFilter and AppointmentFilter
kingsleykuan Apr 11, 2021
3f5c924
Impose string length limit
glatiuden Apr 11, 2021
e28196e
Update StorageClassDiagram
glatiuden Apr 11, 2021
7090dcc
Update PPP
glatiuden Apr 11, 2021
1dd3004
Merge remote-tracking branch 'upstream/master' into branch-fix
glatiuden Apr 11, 2021
11b721f
Slight modification in formatting of DG
glatiuden Apr 11, 2021
8ca66ef
Add tests for filter parser and command and refactor to use TypicalFi…
kingsleykuan Apr 11, 2021
751cc85
Add tests for delete filter parser
kingsleykuan Apr 11, 2021
45e14fe
Add tests for delete filter command
kingsleykuan Apr 11, 2021
699a431
Rename tests for tutor filter parser and command to fit class names
kingsleykuan Apr 11, 2021
8797c8d
Add unit tests for subject classes
kingsleykuan Apr 11, 2021
b620111
Update user stories for filter feature
kingsleykuan Apr 12, 2021
d2daf78
Update use case for editing tutor
kingsleykuan Apr 12, 2021
e27ca74
Update use cases for filter feature
kingsleykuan Apr 12, 2021
88b4847
Merge pull request #336 from kingsleykuan/add-subject-tests
yutingzou Apr 12, 2021
20799f9
Merge pull request #335 from kingsleykuan/add-filter-tests
yutingzou Apr 12, 2021
1ebb010
Update DG
glatiuden Apr 12, 2021
0deb322
Update DG
glatiuden Apr 12, 2021
160de98
Added others as a possible gender value
Winniehyx Apr 12, 2021
ea42cfd
Bug Fix
glatiuden Apr 12, 2021
5f6f317
Update Diagrams
glatiuden Apr 12, 2021
1a11ee0
Update DG
glatiuden Apr 12, 2021
104fc62
Change location
glatiuden Apr 12, 2021
2201217
Merge pull request #337 from glatiuden/branch-fix
Winniehyx Apr 12, 2021
5681a53
Merge branch 'master' into branch-UpdateGender
Winniehyx Apr 12, 2021
2e3b0a1
Merge pull request #338 from Winniehyx/branch-UpdateGender
glatiuden Apr 12, 2021
5638355
Update logic class diagram
glatiuden Apr 12, 2021
76f6dbe
Update Logic Class Diagram
glatiuden Apr 12, 2021
15bfe60
Update use cases
Apr 12, 2021
41e8e33
Update Grade GUI and AddGradeActivityDiagram
Apr 12, 2021
5f2b950
Update UserGuide
Apr 12, 2021
fa5545a
Add parseSubjectNameInGrade method in parseUtil
Apr 12, 2021
47d9378
Update the usage of parseSubjectNameInGrade method in AddGradeCommand…
Apr 12, 2021
c578da1
Update ParserUtilTest, AddGradeCommandParserTest, EditGradeCommandPar…
Apr 12, 2021
d28a7c3
Fixed edit_tutor bug
jared98lyj Apr 12, 2021
acd2cff
Update constraint message
Apr 12, 2021
62f0efc
Update tests
Apr 12, 2021
db4b7a2
Update user guide
Apr 12, 2021
d09d506
Improve GUI
Apr 12, 2021
fc0bbff
Fix typo
Apr 12, 2021
5c32d95
Update JavaDoc
Apr 12, 2021
403f97f
Update comment
Apr 12, 2021
0efd71b
Updated text format of exported text file
Winniehyx Apr 12, 2021
9e2594e
Improve TutorCard to display subject details of each tutor
Apr 12, 2021
d0e32c7
Fix checkstyle error
Apr 12, 2021
2812622
Merge pull request #343 from jared98lyj/branch_tutor_bug_fix
jared98lyj Apr 12, 2021
09a1fb3
Add Filter feature class diagram
kingsleykuan Apr 12, 2021
c215316
Update Developer Guide
Apr 12, 2021
bc5757e
Add filter feature activity diagram
kingsleykuan Apr 12, 2021
291d76a
Add 'use case ends.' to use cases
Apr 12, 2021
7486019
Update DG
glatiuden Apr 12, 2021
05d5ffd
Merge pull request #341 from glatiuden/branch-fix
glatiuden Apr 12, 2021
ec0165e
Merge remote-tracking branch 'origin/branch-fix' into branch-fix
glatiuden Apr 12, 2021
9e871d2
Wrap text for labels
glatiuden Apr 12, 2021
5032025
Remove redundant paragraphs
glatiuden Apr 12, 2021
dd2abc5
Fix error copying
glatiuden Apr 12, 2021
1395fe0
Merge pull request #344 from yutingzou/improve-documentation
Winniehyx Apr 12, 2021
e13e020
Merge remote-tracking branch 'upstream/master' into branch-fix
glatiuden Apr 12, 2021
67d6ae1
Add filter feature sequence diagram
kingsleykuan Apr 12, 2021
47ad31f
Export filter feature diagrams to images
kingsleykuan Apr 12, 2021
e0ed3c5
Merge branch 'master' into update-developer-guide-filter
kingsleykuan Apr 12, 2021
965926a
Merge pull request #345 from Winniehyx/branch-Export
yutingzou Apr 12, 2021
c4b714e
Update DG
glatiuden Apr 12, 2021
35a52fe
Add Diagrams
glatiuden Apr 12, 2021
4d11e5f
Edit user guide
Winniehyx Apr 12, 2021
e2f0c35
Merge remote-tracking branch 'upstream/master' into branch-fix
glatiuden Apr 12, 2021
a05b690
Update developer guide for filter feature implementation
kingsleykuan Apr 12, 2021
e87bff9
edit ug
Winniehyx Apr 12, 2021
0a725cc
Add view_tutor, list_tutors, edit_grade and list_grades manual test c…
Apr 12, 2021
5eb4bfb
edit ug
Winniehyx Apr 12, 2021
526f1cd
Update PPP
Apr 12, 2021
f45730f
fixed type and changed some sequence
Winniehyx Apr 12, 2021
0786cd8
Update user guide
Apr 12, 2021
3e1570b
edit PPP to include UML diagram addition
Winniehyx Apr 12, 2021
89394aa
Updated diagrams for Budget and Appointment
jared98lyj Apr 12, 2021
6c724c9
Update DG and bug fix
glatiuden Apr 12, 2021
089711f
edited sequence of description
Winniehyx Apr 12, 2021
5f757d0
Add manual test cases to developer guide
kingsleykuan Apr 12, 2021
5e664b6
Update string length
glatiuden Apr 12, 2021
3c7513f
Update DG
glatiuden Apr 12, 2021
b0a1fb7
More updates
glatiuden Apr 12, 2021
24d1045
Merge pull request #347 from kingsleykuan/update-developer-guide-filter
kingsleykuan Apr 12, 2021
253bbb1
Merge remote-tracking branch 'upstream/master' into branch-fix
glatiuden Apr 12, 2021
b526574
Integrated diagrams into DG
jared98lyj Apr 12, 2021
67593ac
no message
jared98lyj Apr 12, 2021
ed3df3c
Merge pull request #348 from Winniehyx/branch-editUG6
Winniehyx Apr 12, 2021
d90bc5d
Update Diagrams
glatiuden Apr 12, 2021
aa2e9d2
Fix unit test
glatiuden Apr 12, 2021
2abf766
Merge pull request #352 from glatiuden/branch-fix
Winniehyx Apr 12, 2021
27a724e
Merge branch 'master' into update_dg_class_diagram
jared98lyj Apr 12, 2021
2299c01
no message
jared98lyj Apr 12, 2021
5dc5929
Merge pull request #351 from jared98lyj/update_dg_class_diagram
jared98lyj Apr 12, 2021
22e8166
Fixed formatting errors
jared98lyj Apr 12, 2021
a7b3f26
Merge branch 'master' into update_dg_class_diagram
jared98lyj Apr 12, 2021
e930557
edit typo and changes to (s) - plural/singluar for some words
Winniehyx Apr 12, 2021
e228f85
Update Kingsley PPP
kingsleykuan Apr 12, 2021
5500dd4
no message
jared98lyj Apr 12, 2021
85a2d3f
Update DG to include design considerations for filter feature
kingsleykuan Apr 12, 2021
e4e4eb6
Merge pull request #353 from jared98lyj/update_dg_class_diagram
jared98lyj Apr 12, 2021
98eb098
Merge branch 'master' into update-developer-guide-filter
kingsleykuan Apr 12, 2021
3667dca
Merge branch 'master' into update-documentation
yutingzou Apr 12, 2021
045aa56
Fix typo
Apr 12, 2021
ef0e884
Merge branch 'update-documentation' of https://github.com/yutingzou/t…
Apr 12, 2021
a8084c2
Edited use cases
Winniehyx Apr 12, 2021
62d93da
Merge branch 'master' into branch-editDG2
Winniehyx Apr 12, 2021
501a09d
Merge pull request #349 from yutingzou/update-documentation
yutingzou Apr 12, 2021
7850b46
Merge pull request #355 from Winniehyx/branch-editDG2
Winniehyx Apr 12, 2021
4a589b1
Merge pull request #357 from kingsleykuan/update-developer-guide-filter
kingsleykuan Apr 12, 2021
3f58058
Bug Fix and Update PPP
glatiuden Apr 12, 2021
6bbf3c4
Merge pull request #356 from kingsleykuan/add-ppp
kingsleykuan Apr 12, 2021
3a2d848
no message
jared98lyj Apr 12, 2021
2b5f4d1
Change to v1.4
glatiuden Apr 12, 2021
7769a50
Merge pull request #358 from glatiuden/branch-fix
yutingzou Apr 12, 2021
4257ae6
Merge pull request #360 from jared98lyj/update_dg_class_diagram
yutingzou Apr 12, 2021
4d848b7
Update list grades
Apr 12, 2021
44a9ed4
Merge remote-tracking branch 'upstream/master' into branch-fix
glatiuden Apr 12, 2021
127ec84
Update UG
glatiuden Apr 12, 2021
a2ec5f5
Change AB-3 to Tutor Tracker in header
kingsleykuan Apr 12, 2021
c2648a7
Update ui screenshots
Apr 12, 2021
9e53dd2
Merge branch 'master' into update-developer-guide-filter
kingsleykuan Apr 12, 2021
56177fc
Edit DG
Winniehyx Apr 12, 2021
b94da07
Update GUI screenshots in user guide
Apr 12, 2021
ed3de81
Merge pull request #364 from kingsleykuan/update-developer-guide-filter
kingsleykuan Apr 12, 2021
386959c
Update UG
Apr 12, 2021
d7fcfb4
Update Images
glatiuden Apr 12, 2021
f1165b8
Merge pull request #365 from Winniehyx/branch-editDG2
kingsleykuan Apr 12, 2021
faca493
Fix typo
glatiuden Apr 12, 2021
3fcd789
Merge pull request #363 from glatiuden/branch-fix
glatiuden Apr 12, 2021
7a0e94d
Update DG
Apr 12, 2021
7cf28c7
Merge pull request #362 from yutingzou/final-update
kingsleykuan Apr 12, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ src/main/resources/docs/
/config.json
/preferences.json
/*.log.*
/export/

# Test sandbox files
src/test/data/sandbox/
Expand Down
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
# Tutor Tracker

[![CI Status](https://github.com/AY2021S2-CS2103-T14-3/tp/workflows/Java%20CI/badge.svg)](https://github.com/AY2021S2-CS2103-T14-3/tp/actions)
[![codecov](https://codecov.io/gh/AY2021S2-CS2103-T14-3/tp/branch/master/graph/badge.svg)](https://codecov.io/gh/AY2021S2-CS2103-T14-3/tp)

![Ui](docs/images/Ui.png)

* This is **a sample project for Software Engineering (SE) students**.<br>
Example usages:
* as a starting point of a course project (as opposed to writing everything from scratch)
* as a case study
* The project simulates an ongoing software project for a desktop application (called _AddressBook_) used for managing contact details.
* It is **written in OOP fashion**. It provides a **reasonably well-written** code base **bigger** (around 6 KLoC) than what students usually write in beginner-level SE modules, without being overwhelmingly big.
* It comes with a **reasonable level of user and developer documentation**.
* It is named `AddressBook Level 3` (`AB3` for short) because it was initially created as a part of a series of `AddressBook` projects (`Level 1`, `Level 2`, `Level 3` ...).
* For the detailed documentation of this project, see the **[Address Book Product Website](https://se-education.org/addressbook-level3)**.
* This project is a **part of the se-education.org** initiative. If you would like to contribute code to this project, see [se-education.org](https://se-education.org#https://se-education.org/#contributing) for more info.
* **Tutor Tracker** is a desktop app designed to **help students search for tutors and manage tuition appointments**, optimised for use via a Command Line Interface (CLI) for a fast and streamlined experience.
* For the detailed documentation of this project, see the **[Tutor Tracker Product Website](https://ay2021s2-cs2103-t14-3.github.io/tp/)**.
* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ checkstyle {
toolVersion = '8.29'
}

run {
enableAssertions = true
}

test {
useJUnitPlatform()
finalizedBy jacocoTestReport
Expand Down Expand Up @@ -66,7 +70,7 @@ dependencies {
}

shadowJar {
archiveName = 'addressbook.jar'
archiveName = 'tutortracker.jar'
}

defaultTasks 'clean', 'test'
63 changes: 33 additions & 30 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,58 @@ title: About Us

We are a team based in the [School of Computing, National University of Singapore](http://www.comp.nus.edu.sg).

You can reach us at the email `seer[at]comp.nus.edu.sg`
You can reach us at the emails:
```
kingsley.kuan[at]u.nus.edu
vinleon[at]u.nus.edu
jared_lyj[at]u.nus.edu
e0425411[at]u.nus.edu
zou.yuting[at]u.nus.edu
```

## Project team

### John Doe
### Kingsley Kuan Jun Hao

<img src="images/johndoe.png" width="200px">
<img src="images/kingsleykuan.png" width="200px">

[[homepage](http://www.comp.nus.edu.sg/~damithch)]
[[github](https://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](https://github.com/kingsleykuan)]
[[portfolio](team/kingsleykuan.md)]

* Role: Project Advisor
* Role: Documentation, Testing

### Jane Doe
### Koh Vinleon

<img src="images/johndoe.png" width="200px">
<img src="images/glatiuden.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/glatiuden)]
[[portfolio](team/glatiuden.md)]

* Role: Team Lead
* Responsibilities: UI
* Role: Integration

### Johnny Doe
### Lim Yong Jian Jared

<img src="images/johndoe.png" width="200px">
<img src="images/jared98lyj.png" width="200px">

[[github](http://github.com/johndoe)] [[portfolio](team/johndoe.md)]
[[github](http://github.com/jared98lyj)]
[[portfolio](team/jared98lyj.md)]

* Role: Developer
* Responsibilities: Data
* Role: Scheduling and tracking

### Jean Doe
### Winnie Ho Yi Xuan

<img src="images/johndoe.png" width="200px">
<img src="images/winniehyx.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/Winniehyx)]
[[portfolio](team/winniehyx.md)]

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Role: Deliverables and deadlines

### James Doe
### Zou Yuting

<img src="images/johndoe.png" width="200px">
<img src="images/yutingzou.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/yutingzou)]
[[portfolio](team/yutingzou.md)]

* Role: Developer
* Responsibilities: UI
* Role: Code quality
Loading