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-T08-3] TaskHub #92

Open
wants to merge 769 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
769 commits
Select commit Hold shift + click to select a range
7c1ed6b
Add examples for add and delete task
aslam341 Nov 2, 2023
3e35b25
Fix addT bug - only allow employees in the project to be assigned tas…
timleow Nov 7, 2023
8d181d1
Merge pull request #192 from aslam341/br-userguide
timleow Nov 7, 2023
aad2533
Add fixes for invalid/missing deadline, and missing task name error m…
timleow Nov 7, 2023
2f5ac57
Fix storage bug
antonTan96 Nov 7, 2023
3eddefd
Fix Checkstyle issues
antonTan96 Nov 7, 2023
3120f3d
Revert "Fix Checkstyle issues"
antonTan96 Nov 7, 2023
bfad421
Fix checkstyle issues
antonTan96 Nov 7, 2023
3974dba
Update projects in test files
antonTan96 Nov 8, 2023
7235820
Fix checkstyle issues
antonTan96 Nov 8, 2023
f51c887
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
Chandan8186 Nov 8, 2023
47b12fa
Update DG and improve code quality, remove dead Task code
timleow Nov 8, 2023
c28a2db
Merge branch 'AY2324S1-CS2103T-T08-3:master' into master
antonTan96 Nov 8, 2023
d0060ac
Fix invalid dates showing as valid
aslam341 Nov 8, 2023
81e1534
Fix wrong date format in error message
aslam341 Nov 8, 2023
da69684
Add test case design for markT and unmarkT
Chandan8186 Nov 8, 2023
49bbe0f
Add test case design for predicate classes
Chandan8186 Nov 8, 2023
3d29d81
Add minor changes to Ui, Logic, Model sections of DG
timleow Nov 8, 2023
b358c86
Merge pull request #226 from antonTan96/fix-storage-branch
rayyan35p Nov 9, 2023
90d54f0
Merge branch 'master' of https://github.com/antonTan96/tp
antonTan96 Nov 9, 2023
78959b4
Fix UG bugs for assignT, unassignT, and commands with multiple indexes
rayyan35p Nov 9, 2023
e2d024b
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
rayyan35p Nov 9, 2023
ed10a01
Merge branch 'master' into userguide-branch
rayyan35p Nov 9, 2023
a0d09aa
Add remark regarding addT command in the UG
rayyan35p Nov 9, 2023
c09dbc9
Fix minor typo 'Comand'
timleow Nov 9, 2023
5484113
Remove dead task code from Model, ModelManager, TaskHub
timleow Nov 9, 2023
1e7a7d5
Add addT section for DG
timleow Nov 9, 2023
423ef35
Merge pull request #229 from aslam341/fix-incorrect-error-message
aslam341 Nov 9, 2023
514ac0d
Update PPP for Rayyan
rayyan35p Nov 9, 2023
1da9ea6
Merge pull request #233 from rayyan35p/ppp-update-branch
antonTan96 Nov 9, 2023
2b5d6ea
Merge pull request #228 from aslam341/fix-lenient-deadline-dates
antonTan96 Nov 9, 2023
a97a33c
Update Storage Component of Developer Guide
antonTan96 Nov 9, 2023
d33537f
Update ppp for aslam
aslam341 Nov 9, 2023
13875bf
Merge pull request #232 from rayyan35p/userguide-branch
Chandan8186 Nov 10, 2023
187237e
Merge pull request #235 from aslam341/aslam-aboutus-ppp
Chandan8186 Nov 10, 2023
e692aa8
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
Chandan8186 Nov 10, 2023
2e6d47c
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
rayyan35p Nov 10, 2023
b08d49b
Update PPP
Chandan8186 Nov 10, 2023
2bf5215
Merge pull request #237 from Chandan8186/br-ppp-2
aslam341 Nov 10, 2023
268c46d
Merge branch 'master' of https://github.com/antonTan96/tp
antonTan96 Nov 10, 2023
3f4f717
Updated PPP
antonTan96 Nov 10, 2023
8b61008
Merge pull request #239 from antonTan96/update-PPP
Chandan8186 Nov 10, 2023
e2f28a0
Fix documentation error
antonTan96 Nov 10, 2023
9000857
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
rayyan35p Nov 10, 2023
1166ec8
Merge branch 'master' into dg-update-branch
rayyan35p Nov 10, 2023
8806783
Merge pull request #234 from antonTan96/storage-dg-update
aslam341 Nov 10, 2023
48d8e20
Add proposed enhancement to DG
rayyan35p Nov 10, 2023
b23c964
Merge branch 'master' into userguide-branch
rayyan35p Nov 10, 2023
7c87ac8
Reformat UG and add getting started information
rayyan35p Nov 10, 2023
97de579
Fix typo in UG
rayyan35p Nov 10, 2023
dbc26d6
Add warning boxes to UG
rayyan35p Nov 10, 2023
fee00e3
Remove unnecessary images
rayyan35p Nov 10, 2023
83fd44e
Add newline at EOF in UG
rayyan35p Nov 10, 2023
d6e8cbe
Add more proposed enhancements to DG
rayyan35p Nov 10, 2023
f2256c2
Fix formatting in UG
rayyan35p Nov 10, 2023
89df092
Fix formatting in UG table of contents
rayyan35p Nov 10, 2023
967c92a
Merge pull request #240 from rayyan35p/userguide-branch
Chandan8186 Nov 11, 2023
98ee5ff
Update priorityP sequence diagrams in DG
rayyan35p Nov 11, 2023
17484d7
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
rayyan35p Nov 11, 2023
c3840dc
Merge branch 'master' into dg-update-branch
rayyan35p Nov 11, 2023
7a00e30
Fix formatting in DG
rayyan35p Nov 11, 2023
75c1881
Merge branch 'master' into dg-update-branch
rayyan35p Nov 11, 2023
b358cb8
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
Chandan8186 Nov 11, 2023
f8a6784
Add UG introduction and fix link bug
Chandan8186 Nov 11, 2023
ddad397
Fix small command summary typo from PE D
Chandan8186 Nov 11, 2023
fe8a321
Add bolding for symbol description
Chandan8186 Nov 11, 2023
3783e2b
Amend symbol boxes
Chandan8186 Nov 11, 2023
5e7cabf
Merge upstream with local repo
timleow Nov 11, 2023
71de66f
Merge pull request #243 from Chandan8186/br-userguide-4
aslam341 Nov 11, 2023
8e8d89a
Replace diagrams with removed field boxes and minor DG bug fixes
timleow Nov 11, 2023
ef236d1
Move proposed features in DG to Appendix
rayyan35p Nov 11, 2023
5d746b8
Merge pull request #241 from rayyan35p/dg-update-branch
aslam341 Nov 11, 2023
112fae5
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
rayyan35p Nov 11, 2023
46cf99e
Merge pull request #227 from timleow/branch-updateDG
rayyan35p Nov 11, 2023
c23950e
Update PPP
timleow Nov 11, 2023
4ef0ece
Fix merge conflicts due to tests
timleow Nov 11, 2023
df1a8cb
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
Chandan8186 Nov 11, 2023
5a03d43
Merge pull request #224 from timleow/branch-FixAddT
rayyan35p Nov 11, 2023
cd7647b
Merge pull request #244 from timleow/branch-timleowPPP
rayyan35p Nov 11, 2023
ae94bbc
Update Model section of DG
Chandan8186 Nov 11, 2023
232ba7d
Remove proposed features from AB3
Chandan8186 Nov 11, 2023
963aa63
Fix ProjectPriority bug in DG
Chandan8186 Nov 11, 2023
94af355
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
Chandan8186 Nov 11, 2023
1e887c7
Add tests and comments for tests
rayyan35p Nov 11, 2023
bf40454
Update FAQ section
antonTan96 Nov 11, 2023
ec820a3
Add more tests
rayyan35p Nov 11, 2023
f129e43
Improve format of UG
antonTan96 Nov 11, 2023
06885c0
Merge branch 'master' into br-improve-testing
Chandan8186 Nov 12, 2023
ebe3a78
Improve code quality for sortT
Chandan8186 Nov 12, 2023
d57a2e1
Add a test for ModelManager
Chandan8186 Nov 12, 2023
26c4b77
Add test case design for parser for find commands
Chandan8186 Nov 12, 2023
2121e43
Redistribute blame for ModelStub.java
Chandan8186 Nov 12, 2023
82c4779
Update Command Summary
antonTan96 Nov 12, 2023
49981b6
Update ModelStub blame again
Chandan8186 Nov 12, 2023
8f5e8bc
Update changes to UG
antonTan96 Nov 12, 2023
0fe87f6
Improve wording
antonTan96 Nov 12, 2023
a923108
Add test
rayyan35p Nov 12, 2023
04df10c
Fix test
rayyan35p Nov 12, 2023
31afc8a
Fix test
rayyan35p Nov 12, 2023
938a0d2
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
rayyan35p Nov 12, 2023
beda323
Merge branch 'master' into improve-testing-branch
rayyan35p Nov 12, 2023
163798d
Update images
antonTan96 Nov 12, 2023
b916299
Merge pull request #248 from antonTan96/UG-update
rayyan35p Nov 12, 2023
8c33b36
Update PPP
antonTan96 Nov 12, 2023
5436663
Export Storage Class Diagram
antonTan96 Nov 12, 2023
f606c62
Update more details
antonTan96 Nov 12, 2023
c1cdac1
Fix Format issues
antonTan96 Nov 12, 2023
c61b1a4
Update UG with Installation and Understanding of TaskHub components
timleow Nov 12, 2023
0f69aa4
Remove Attribute fields
antonTan96 Nov 12, 2023
827644f
Test table in markdown
antonTan96 Nov 12, 2023
676fe5b
Merge pull request #251 from antonTan96/UG-update
antonTan96 Nov 12, 2023
25756b5
Merge pull request #252 from antonTan96/UG-update
antonTan96 Nov 12, 2023
0fad8da
Add planned enhancements to DG
aslam341 Nov 12, 2023
30fa621
Fix Format
antonTan96 Nov 12, 2023
718ab38
Fix Format (#254)
antonTan96 Nov 12, 2023
3bdf8f9
Merge pull request #246 from Chandan8186/br-devguide-4
antonTan96 Nov 12, 2023
1906f0b
Merge pull request #230 from Chandan8186/br-improve-testing
antonTan96 Nov 12, 2023
7ec248d
Add QuickStart Anton story
timleow Nov 12, 2023
7cf77ed
Add name validation enhancement
aslam341 Nov 12, 2023
bc9eabf
Fix grammar
aslam341 Nov 12, 2023
b3a150a
Add danger warnings for delete commands
aslam341 Nov 12, 2023
ef4271e
Fix typo in danger warning
aslam341 Nov 12, 2023
f2b6dd1
Change warning symbol in quick start and fix minor command bug
timleow Nov 13, 2023
c5cf2e4
Merge pull request #249 from antonTan96/storage-dg-update
timleow Nov 13, 2023
fac33c9
Remove unwanted caution symbol from Quick Start and update PPP
timleow Nov 13, 2023
ff94da0
Update PPP
antonTan96 Nov 13, 2023
2faf4e5
Compress PPP
timleow Nov 13, 2023
f630c0e
Remove exported PPP
timleow Nov 13, 2023
981b502
Fix minor doc bugs
timleow Nov 13, 2023
41bbac6
Fix java link
timleow Nov 13, 2023
ba6606b
Merge pull request #250 from timleow/branch-GuideUpdates
Chandan8186 Nov 13, 2023
de95f16
Merge branch 'master' into br-userguide
aslam341 Nov 13, 2023
10513fc
Add danger to clear command
aslam341 Nov 13, 2023
e9b6ce2
Fix typo
aslam341 Nov 13, 2023
156925c
Fix UG bugs
timleow Nov 13, 2023
8050e22
Merge pull request #253 from aslam341/br-developerguide
aslam341 Nov 13, 2023
3dc2c7d
Add minor navigation link back to installation in quick start in UG
timleow Nov 13, 2023
55a7836
Add return to TOC link in UG
timleow Nov 13, 2023
76b9621
Merge pull request #255 from aslam341/br-userguide
Chandan8186 Nov 13, 2023
f1420d1
Fix scrollable commands in UG
timleow Nov 13, 2023
bbe37d3
Fix broken table of contents
aslam341 Nov 13, 2023
5b24347
Remove unwanted hyphen at link end
aslam341 Nov 13, 2023
167bbbd
Merge pull request #256 from timleow/branch-GuideUpdates
Chandan8186 Nov 13, 2023
88f23d2
Fix Link
antonTan96 Nov 13, 2023
bbe189d
Fix more links
antonTan96 Nov 13, 2023
af87a28
Fix Format
antonTan96 Nov 13, 2023
46ac0bd
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
rayyan35p Nov 13, 2023
e046a3c
Merge branch 'master' into dg-update-branch
rayyan35p Nov 13, 2023
3b0854e
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
Chandan8186 Nov 13, 2023
0307f48
Merge pull request #257 from aslam341/br-userguide
rayyan35p Nov 13, 2023
d531ea8
Resolve merge conflict
antonTan96 Nov 13, 2023
36a893f
Fix link
antonTan96 Nov 13, 2023
fdf3a22
Update Data Storage section
Chandan8186 Nov 13, 2023
09d98f0
Delete extra table
antonTan96 Nov 13, 2023
8c9a0f6
Merge pull request #258 from antonTan96/UG-update
rayyan35p Nov 13, 2023
d94558b
Add changes to FAQ section
antonTan96 Nov 13, 2023
36215b0
Merge pull request #259 from Chandan8186/br-userguide-5
timleow Nov 13, 2023
67ae076
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
Chandan8186 Nov 13, 2023
fdea707
Merge branch 'master' of https://github.com/antonTan96/tp into PPP-up…
antonTan96 Nov 13, 2023
69036af
Add help shortcut
antonTan96 Nov 13, 2023
33c992f
Update User Stories and Requirements yet to be implemented
timleow Nov 13, 2023
a334f1c
Update Effort section of DG
Chandan8186 Nov 13, 2023
f974d33
Merge pull request #261 from timleow/branch-GuideUpdates
Chandan8186 Nov 13, 2023
e438eba
Add more instructions for manual testing to DG
rayyan35p Nov 13, 2023
f45a159
Merge pull request #247 from rayyan35p/improve-testing-branch
Chandan8186 Nov 13, 2023
5047d71
Improve code quality
antonTan96 Nov 13, 2023
6ab296a
Merge branch 'master' of https://github.com/antonTan96/tp into UG-update
antonTan96 Nov 13, 2023
c838cef
Add return to Table of Content link
antonTan96 Nov 13, 2023
9c5a7dd
Add command parameters summary for each type
aslam341 Nov 13, 2023
197a6e1
Merge branch 'master' into br-userguide
aslam341 Nov 13, 2023
45a94af
Update PPP
Chandan8186 Nov 13, 2023
5a80a80
Remove rudimentary
Chandan8186 Nov 13, 2023
74e013c
Update UG section of PPP
Chandan8186 Nov 13, 2023
8e4ccc8
Merge pull request #262 from Chandan8186/br-devguide-5
antonTan96 Nov 13, 2023
d32568c
Merge pull request #260 from antonTan96/UG-update
Chandan8186 Nov 13, 2023
239c3dc
Add links back to table of contents
aslam341 Nov 13, 2023
dbc8bc2
Add Equivalence partitions
antonTan96 Nov 13, 2023
cb76f0d
Fix Delete Command to show correct error message
antonTan96 Nov 13, 2023
25436dd
Fix checkstyle issues
antonTan96 Nov 13, 2023
90c5d86
Fix standardization issues in command description
aslam341 Nov 13, 2023
90d9ee7
Fix Checkstyle Issues
antonTan96 Nov 13, 2023
33d6470
Add information on addp
aslam341 Nov 13, 2023
a1a6052
Merge branch 'master' of https://github.com/antonTan96/tp into improv…
antonTan96 Nov 13, 2023
5e72a5d
Add More test cases
antonTan96 Nov 13, 2023
fbb0e99
Fix tables
aslam341 Nov 13, 2023
5ed0ccf
Fix checkstyle issues
antonTan96 Nov 13, 2023
7eeae73
Add more manual testing instructions for Project commands in DG
rayyan35p Nov 13, 2023
0c6ed6c
Fix line breaks
aslam341 Nov 13, 2023
21414d0
Fix missing punctuations
aslam341 Nov 13, 2023
5f14aec
Merge pull request #265 from aslam341/br-userguide
Chandan8186 Nov 13, 2023
fdb822a
Fix broken tables in github pages
aslam341 Nov 13, 2023
10c5a9d
Fix grammar in command description
aslam341 Nov 13, 2023
f09dcfe
Merge pull request #269 from aslam341/br-userguide
antonTan96 Nov 13, 2023
9b75bfe
Add final contribution
antonTan96 Nov 13, 2023
a2a6055
Merge branch 'AY2324S1-CS2103T-T08-3:master' into master
antonTan96 Nov 13, 2023
d88ab08
Fix unordered lists not rendering
aslam341 Nov 13, 2023
9ab7c2c
Update tim's PPP
timleow Nov 13, 2023
d6b6b1f
Fix command parameter links not working
aslam341 Nov 13, 2023
c3fc792
Remove timleow.pdf
timleow Nov 13, 2023
519e6ca
Merge pull request #268 from antonTan96/PPP-update-final
timleow Nov 13, 2023
a5f978f
Merge pull request #270 from aslam341/br-userguide
Chandan8186 Nov 13, 2023
ef40d60
Merge pull request #271 from timleow/branch-GuideUpdates
timleow Nov 13, 2023
dc70e52
Update PPP
timleow Nov 13, 2023
4b39f36
Merge pull request #272 from timleow/branch-GuideUpdates
timleow Nov 13, 2023
24f0f75
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
Chandan8186 Nov 13, 2023
7956696
Add more manual testing instructions for Task commands in DG
rayyan35p Nov 13, 2023
f405955
Fix EP wording
antonTan96 Nov 13, 2023
dabb2b1
Fix typos in manual testing instructions in DG
rayyan35p Nov 13, 2023
afcba5d
Add use case for employee addition
aslam341 Nov 13, 2023
7e0a28a
Add edit and delete employee use cases
aslam341 Nov 13, 2023
0e86896
Fix manual testing instructions in DG
rayyan35p Nov 13, 2023
08d7eb3
Update PPP
rayyan35p Nov 13, 2023
de370ee
Fix typo
rayyan35p Nov 13, 2023
ebb3ad0
Merge branch 'AY2324S1-CS2103T-T08-3:master' into master
antonTan96 Nov 13, 2023
63a8684
Merge pull request #264 from rayyan35p/dg-update-branch
Chandan8186 Nov 13, 2023
85dc5f7
Add list and find employee use cases
aslam341 Nov 13, 2023
08a5af3
Merge branch 'master' of https://github.com/antonTan96/tp into improv…
antonTan96 Nov 13, 2023
eb63375
Re-render images
antonTan96 Nov 13, 2023
ce3c0bb
Update UG and DG regarding sortT functionality
Chandan8186 Nov 13, 2023
5f6d92c
Merge pull request #275 from Chandan8186/br-devguide-6
antonTan96 Nov 13, 2023
f73a94c
Merge pull request #267 from antonTan96/improve-code-quality
antonTan96 Nov 13, 2023
2e25f38
Add use cases for project commands
aslam341 Nov 13, 2023
3458323
Add rest of the use cases
aslam341 Nov 13, 2023
aaa7778
Merge branch 'master' into br-developerguide
aslam341 Nov 13, 2023
e9f3dbb
Fix indentation
aslam341 Nov 13, 2023
488bd41
Fix numbering
aslam341 Nov 14, 2023
bc5438e
Add deadline activity diagram
aslam341 Nov 14, 2023
dc05a5b
Add newline at eof
aslam341 Nov 14, 2023
4c99cf6
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
rayyan35p Nov 14, 2023
bf05172
Merge pull request #273 from aslam341/br-developerguide
Chandan8186 Nov 14, 2023
386db7f
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
Chandan8186 Nov 14, 2023
9a05010
Merge branch 'master' of https://github.com/AY2324S1-CS2103T-T08-3/tp
rayyan35p Nov 14, 2023
6550488
Fix missing bracket
aslam341 Nov 14, 2023
33b7fc1
Fix bolding issue
Chandan8186 Nov 14, 2023
35ec707
Change version number
Chandan8186 Nov 14, 2023
75ffc0f
Merge pull request #276 from aslam341/br-dg-diagram
Chandan8186 Nov 14, 2023
acbb038
Amend use case
Chandan8186 Nov 14, 2023
2dbb78c
Make small changes to UG and DG
Chandan8186 Nov 14, 2023
e50ca45
Improve javadocs for main code
aslam341 Nov 14, 2023
5fa28d4
Capitalize sentences
Chandan8186 Nov 14, 2023
1f85cee
Acknowledge reuse
aslam341 Nov 14, 2023
5bb9f1a
Update AboutUs
Chandan8186 Nov 14, 2023
b4c567c
Merge pull request #277 from Chandan8186/br-final-fixes
rayyan35p Nov 14, 2023
7d6fdf7
Merge pull request #279 from aslam341/br-developerguide
Chandan8186 Nov 14, 2023
2fe5523
Add equivalence partition comments to some tests
aslam341 Nov 14, 2023
23446d3
Merge pull request #278 from aslam341/improve-javadocs
rayyan35p Nov 14, 2023
b0c5f48
Update DG and PPP
rayyan35p Nov 14, 2023
28c8f63
Merge pull request #280 from rayyan35p/documentation-update-branch
Chandan8186 Nov 14, 2023
0ecb759
Update PPP
aslam341 Nov 14, 2023
17fbf18
Merge pull request #281 from aslam341/aslam-aboutus-ppp
Chandan8186 Nov 14, 2023
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: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/AY2324S1-CS2103T-T08-3/tp/actions)
[![codecov](https://codecov.io/gh/AY2324S1-CS2103T-T08-3/tp/graph/badge.svg?token=9G525C22LF)](https://codecov.io/gh/AY2324S1-CS2103T-T08-3/tp)

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

* This is **a sample project for Software Engineering (SE) students**.<br>
* This is a brownfield project named `TaskHub`, based on the project named `AddressBook Level 3`.
* `AddressBook Level 3` 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)**.
* For the detailed documentation of `AddressBook`, 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.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@ dependencies {
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: jUnitVersion
}

run {
enableAssertions = true
}

shadowJar {
archiveFileName = 'addressbook.jar'
archiveFileName = 'taskhub.jar'
}

defaultTasks 'clean', 'test'
4 changes: 2 additions & 2 deletions copyright.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Some code adapted from http://code.makery.ch/library/javafx-8-tutorial/ by Marco Jakob

Copyright by Susumu Yoshida - http://www.mcdodesign.com/
- address_book_32.png
- AddressApp.ico
- task_hub_32.png
- TaskHub.ico

Copyright by Jan Jan Kovařík - http://glyphicons.com/
- calendar.png
Expand Down
61 changes: 34 additions & 27 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,55 +5,62 @@ 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 email `chandan_ab@u.nus.edu`

## Project team

### John Doe
### Anton Tan Hong Zhi

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

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

* Role: Project Advisor
* Role: Developer
* Responsibilities:
* Co-ordinate product design

### Jane Doe
### Aslam

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

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

* Role: Team Lead
* Responsibilities: UI
* Role: Developer
* Responsibilities:
* Ensure code quality, standard and correctness

### Johnny Doe
### Chandan

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

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

* Role: Developer
* Responsibilities: Data
* Responsibilities:
* Manage and verify product releases

### Jean Doe
### Rayyan Ismail

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

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

* Role: Developer
* Responsibilities: Dev Ops + Threading
* Responsibilities:
* Ensure team meets deadlines for deliverables

### James Doe
### Timothy Leow

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

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

* Role: Developer
* Responsibilities: UI
* Responsibilities:
* Manage bug triaging

Loading
Loading