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-T11-4] TrAcker #174

Open
wants to merge 423 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
423 commits
Select commit Hold shift + click to select a range
767e207
Adjust checkstyle required changes
wang-xinrong Apr 1, 2024
7b5dc76
Bug fix: remove dangling tag label
yyccbb Apr 1, 2024
5ad784e
Merge pull request #83 from yyccbb/master
wang-xinrong Apr 1, 2024
fa1cb68
Add UniqueTutorialTagList to AddressBook
wang-xinrong Apr 1, 2024
a1c8be4
Restrict TutorialTag marking
wang-xinrong Apr 1, 2024
2a10ad3
Add CreateTutTag command
wang-xinrong Apr 1, 2024
897d8b7
Merge pull request #82 from wang-xinrong/branch-deletetag-command
wang-xinrong Apr 1, 2024
0419f9a
Correct past test data
wang-xinrong Apr 1, 2024
8a67a79
Merge remote-tracking branch 'upstream/master' into branch-tag-restri…
wang-xinrong Apr 1, 2024
a00bcd6
EditPersonDescriptor: remove type field
yyccbb Apr 1, 2024
86462c8
Fix GUI bug for Find command
yongkotaro Apr 1, 2024
90d2425
EditCommand: remove the tag field
yyccbb Apr 1, 2024
e2ce908
Merge pull request #91 from yyccbb/edit-person-descriptor
yyccbb Apr 1, 2024
6bbdb8e
Merge pull request #88 from yongkotaro/fix-bugs
wang-xinrong Apr 1, 2024
7f4c553
Merge remote-tracking branch 'upstream/master' into branch-tag-restri…
wang-xinrong Apr 1, 2024
e4faaff
edit sample data to include ta
wongkj12 Apr 1, 2024
c2bd416
Bug fix: display person in singular form when only 1 found
yyccbb Apr 1, 2024
8872b2a
Merge pull request #92 from yyccbb/master
yyccbb Apr 1, 2024
836c04d
Update UG
wongkj12 Apr 1, 2024
9807342
update filter to AND
wongkj12 Apr 1, 2024
ed04567
update parameter description
wongkj12 Apr 1, 2024
2d9ca4a
update text
wongkj12 Apr 1, 2024
fef6ef1
Update text
wongkj12 Apr 1, 2024
e27acc3
Update Tagging sections
wongkj12 Apr 1, 2024
449672f
Merge pull request #93 from wongkj12/fix-find-command
wongkj12 Apr 1, 2024
c572ead
fix sample data test
wongkj12 Apr 1, 2024
e466250
Merge pull request #94 from wongkj12/ug-v1.3-1
wongkj12 Apr 1, 2024
e68a35f
Merge remote-tracking branch 'upstream/master' into branch-tag-restri…
wang-xinrong Apr 2, 2024
1d60884
Add test cases
wang-xinrong Apr 2, 2024
a2ba4ba
Add test cases
wang-xinrong Apr 2, 2024
f62f615
Add more test cases
wang-xinrong Apr 2, 2024
e9d1f9f
Address PR review feedback
wang-xinrong Apr 2, 2024
85a010f
Add test cases for UniqueTutorialTagList
wang-xinrong Apr 2, 2024
e2e2f11
Checkstyle adjustment
wang-xinrong Apr 2, 2024
589db2d
Enable Find Command using tags with pre-defined
yongkotaro Apr 2, 2024
2920138
Add warning popup for high risk commands
kaitinghh Apr 2, 2024
ec4c84b
Fix checkstyle errors
kaitinghh Apr 2, 2024
a82f64a
MarkCommand: support multiple tag names in one field
yyccbb Apr 2, 2024
32691c2
Finish writing test cases for this PR
wang-xinrong Apr 3, 2024
c6650bb
Add one more test case on JsonAdaptedTutorialTag
wang-xinrong Apr 3, 2024
7c8f834
Merge pull request #85 from wang-xinrong/branch-tag-restrictions
wang-xinrong Apr 3, 2024
fd66cfb
Merge branch 'master' into find-tags
yongkotaro Apr 3, 2024
0b83e40
Fix command result GUI rendering bug
kaitinghh Apr 3, 2024
0ba6fba
Allow find command using tags
yongkotaro Apr 3, 2024
42a3d40
Fix checkstyle error.
yongkotaro Apr 3, 2024
f516ea3
Fix checkstyle error.
yongkotaro Apr 3, 2024
420699a
Merge branch 'find-tags' of https://github.com/yongkotaro/tp into fin…
yongkotaro Apr 3, 2024
a353937
Fix checkstyle error.
yongkotaro Apr 3, 2024
e2bd5c0
Fix test errors
yongkotaro Apr 3, 2024
300809d
Add BatchDeleteCommand class
kaitinghh Apr 3, 2024
24ed669
Merge branch 'master' into branch/batch-delete
kaitinghh Apr 3, 2024
b1c8515
Update MarkCommandParserTest
yyccbb Apr 3, 2024
15a8079
Bug fix: show 'person' in singular form when 0 is found
yyccbb Apr 3, 2024
b659d11
Abort the previous commit and implement the actual fix
yyccbb Apr 3, 2024
88db832
Add more test cases
yongkotaro Apr 3, 2024
f5fe447
Fix checkstyle errors
yongkotaro Apr 3, 2024
4fff335
Implement batchdelete ta command
kaitinghh Apr 3, 2024
d0f2205
More test cases
yongkotaro Apr 3, 2024
0bc6d6f
add numbering and separator
wongkj12 Apr 3, 2024
baa9c3d
fix alignment bug
wongkj12 Apr 3, 2024
01f4173
MarkCommand: support multiple indices
yyccbb Apr 3, 2024
cfc0775
Add test for multiple indices
yyccbb Apr 3, 2024
e4757ee
Merge branch 'AY2324S2-CS2103T-T11-4:master' into mark-batch-operation
yyccbb Apr 3, 2024
17fae22
Resolve conflicts
yyccbb Apr 3, 2024
d3be721
Merge pull request #100 from wongkj12/numbering
wang-xinrong Apr 4, 2024
fec93d5
Merge pull request #98 from yongkotaro/find-tags
wang-xinrong Apr 4, 2024
a4bc294
Implement available command
yongkotaro Apr 4, 2024
9123e21
Merge remote-tracking branch 'remotes/upstream/master' into mark-batc…
yyccbb Apr 4, 2024
db3a988
Fix merge conflicts from master
yongkotaro Apr 4, 2024
7edd015
Merge from master
kaitinghh Apr 4, 2024
1195345
Resolve merge conflicts
kaitinghh Apr 4, 2024
aa09f44
Merge pull request #97 from kaitinghh/branch/warning-popup
kaitinghh Apr 4, 2024
11c61d7
Merge branch 'master' into branch/batch-delete
kaitinghh Apr 4, 2024
395c5ad
Fix checkstyle errors
yongkotaro Apr 4, 2024
cc56b57
Merge branch 'master' into available-command-v2
yongkotaro Apr 4, 2024
b20b8f8
update gui for tutorial tags
wongkj12 Apr 4, 2024
21a6faf
fix checkstyle
wongkj12 Apr 4, 2024
dc4957a
Fix bug
yongkotaro Apr 4, 2024
e609af0
Merge branch 'available-command-v2' of
yongkotaro Apr 4, 2024
186fbf6
Update EditTutTagCommand Msg
wang-xinrong Apr 4, 2024
77c2c95
Update test cases
wang-xinrong Apr 4, 2024
5145ab0
Merge branch 'AY2324S2-CS2103T-T11-4:master' into mark-batch-operation
yyccbb Apr 4, 2024
05a4810
More test cases
yongkotaro Apr 4, 2024
9713777
Fix checkstyle error
yongkotaro Apr 4, 2024
dab7273
Update UserGuide.md for AvailableCommand
yongkotaro Apr 4, 2024
123a7c8
Update UserGuide.md for AvailableCommand
yongkotaro Apr 4, 2024
29931e0
Update EditTutTag Msg
wang-xinrong Apr 4, 2024
d632ac5
update ug
wongkj12 Apr 4, 2024
c30419e
update tuttag description
wongkj12 Apr 4, 2024
02fe339
update ug
wongkj12 Apr 4, 2024
5ab613d
Adjust code behaviour to clear past test cases
wang-xinrong Apr 4, 2024
9cef836
Merge pull request #105 from wongkj12/ug-v1.3-2
yongkotaro Apr 4, 2024
28235de
Merge branch 'master' into available-command-v2
yongkotaro Apr 4, 2024
62ced9a
Add test cases
wang-xinrong Apr 4, 2024
e40d615
Standardise batch commands
kaitinghh Apr 4, 2024
27621c2
Add test cases
wang-xinrong Apr 4, 2024
a743ac1
Update UserGuide.md for FindCommand using tags
yongkotaro Apr 4, 2024
62af202
Fix parameter description
yongkotaro Apr 4, 2024
e906560
Merge branch 'master' into branch-update-edittaglist-msg
wang-xinrong Apr 4, 2024
e4be7b5
Adjust checkstyle behaviour
wang-xinrong Apr 4, 2024
65afacb
Merge branch 'branch-update-edittaglist-msg' of https://github.com/wa…
wang-xinrong Apr 4, 2024
720b9a4
Change invalid indices logic for batch delete
kaitinghh Apr 4, 2024
330b141
MarkCommand: support mark all
yyccbb Apr 4, 2024
ed517ff
Change ListTutTag command to a subtype command of EditTutTagCommand
wang-xinrong Apr 4, 2024
87bfbf5
Remove ListTutTagCommandTest.java
wang-xinrong Apr 4, 2024
ea17146
Checkstyle adjustment
wang-xinrong Apr 4, 2024
9eb6b66
Merge pull request #103 from wongkj12/tutorial-status-gui
yyccbb Apr 4, 2024
53e5689
Add test case
wang-xinrong Apr 4, 2024
2097bda
Fix test case
kaitinghh Apr 4, 2024
336d875
Make StringUtil follow singleton pattern
yongkotaro Apr 4, 2024
fbc8a6e
Fix build error
yongkotaro Apr 4, 2024
e572699
rename deletetag to removetag externally
wongkj12 Apr 4, 2024
d6d7275
update removetag in ug
wongkj12 Apr 4, 2024
d883214
update tuttag del to remove tuttags from all persons
wongkj12 Apr 4, 2024
683b219
catch error when tuttag del has invalid tag name
wongkj12 Apr 4, 2024
3863fdd
update test
wongkj12 Apr 4, 2024
07d69fc
Merge pull request #109 from wang-xinrong/branch-update-edittaglist-msg
yyccbb Apr 4, 2024
62f8070
Merge branch 'master' into update-tuttag-del
wongkj12 Apr 4, 2024
c0f3af2
fix checkstyle
wongkj12 Apr 4, 2024
efb9edd
Merge pull request #102 from yongkotaro/available-command-v2
yyccbb Apr 4, 2024
f75b874
Standardise GUI for warning popup
kaitinghh Apr 4, 2024
c5aef0d
Fix checkstyle errors
kaitinghh Apr 4, 2024
08a8fce
Update UG and index
wang-xinrong Apr 4, 2024
0a3cbd8
Merge pull request #114 from kaitinghh/branch/standardise-warning-but…
kaitinghh Apr 4, 2024
fa74a98
Merge branch 'pr/101'
yyccbb Apr 4, 2024
a091031
Merge branch 'master' of https://github.com/AY2324S2-CS2103T-T11-4/tp
yyccbb Apr 4, 2024
72605d8
Merge pull request #111 from wongkj12/update-tuttag-del
wongkj12 Apr 4, 2024
af4d603
Merge branch 'master' into branch-update-ug
wongkj12 Apr 4, 2024
aeca9df
Merge pull request #115 from wang-xinrong/branch-update-ug
wongkj12 Apr 4, 2024
be4f229
Fix merge conflicts
kaitinghh Apr 4, 2024
51676d4
Merge pull request #108 from kaitinghh/branch/batch-delete
wang-xinrong Apr 4, 2024
3e6d4d9
Enable button selection by keys
kaitinghh Apr 4, 2024
38c5c8e
Merge pull request #118 from kaitinghh/branch/warning-gui-enhancement
kaitinghh Apr 4, 2024
3d4074a
Update UG
yyccbb Apr 4, 2024
ffd1a7c
Update UG
yyccbb Apr 4, 2024
458bf52
Merge branch 'AY2324S2-CS2103T-T11-4:master' into master
yyccbb Apr 4, 2024
8290777
RemovetagCommand: support multiple indices and multiple tags
yyccbb Apr 4, 2024
6cadb0d
Merge pull request #119 from yyccbb/master
yyccbb Apr 4, 2024
6dde01a
Refactor StringUtil into StatefulStringUtil
yyccbb Apr 4, 2024
e6a0f51
Fix GUI bugs and add interesting functionalities
yyccbb Apr 4, 2024
84cdc41
WarningWindow: restore margin values
yyccbb Apr 4, 2024
6c69139
Merge pull request #125 from yyccbb/fix-gui
wongkj12 Apr 5, 2024
bc58c57
Merge pull request #124 from yyccbb/enhance-util-classes
wongkj12 Apr 5, 2024
64e774d
fix UG print title
wongkj12 Apr 9, 2024
849b0df
update tuttag del behaviour in ug
wongkj12 Apr 9, 2024
258c84a
update product name in ug
wongkj12 Apr 9, 2024
bc5bc8f
Merge pull request #184 from wongkj12/fix/testerA-UG-bugs
wang-xinrong Apr 11, 2024
d42a5ec
update duplicate id behaviour in ug
wongkj12 Apr 11, 2024
b8b05af
Fix available command where students were also listed
yongkotaro Apr 11, 2024
9dbdadc
Fix UG Command Summary Format bug
yongkotaro Apr 11, 2024
a6bf381
Fix UG Find Command title
yongkotaro Apr 11, 2024
cda55df
Fix UG to explain behaviour of removetag command
yongkotaro Apr 11, 2024
414904a
Fix UG for Find Command
yongkotaro Apr 11, 2024
1b648a4
Merge pull request #185 from wongkj12/fix/ug-duplicate-id
yongkotaro Apr 11, 2024
5726a55
Fix UG spacing
yongkotaro Apr 12, 2024
dfabdfd
Update TutorialTagContainsGroupPredicate
yongkotaro Apr 12, 2024
b55719e
Add tag name constraints in UG
kaitinghh Apr 12, 2024
d573dd6
Merge from upstream/master
kaitinghh Apr 14, 2024
53b7a30
Add tag name constraints in UG
kaitinghh Apr 14, 2024
3966cda
Merge pull request #187 from kaitinghh/branch/ug-bugs
kaitinghh Apr 14, 2024
2ae2c6b
Merge branch 'master' into testerC-bugs
wang-xinrong Apr 14, 2024
bad4f12
Update UG
wang-xinrong Apr 14, 2024
afa474f
Add test for TutorialTagContainsGroupPredicate
yongkotaro Apr 14, 2024
110565b
Merge branch 'testerC-bugs' of https://github.com/yongkotaro/tp into …
yongkotaro Apr 14, 2024
17eb7ce
Update typo
wang-xinrong Apr 14, 2024
336b2d5
Merge pull request #188 from wang-xinrong/branch-tester-e-bugfixes
wang-xinrong Apr 14, 2024
11ba527
Merge pull request #186 from yongkotaro/testerC-bugs
wang-xinrong Apr 14, 2024
553e6f8
Throw parse exception for incomplete find command
kaitinghh Apr 14, 2024
61a12a5
Update ModelClassDiagram
yongkotaro Apr 14, 2024
006013d
Update ModelClassDiagram
yongkotaro Apr 14, 2024
a7132b8
Update DG to contain AvailableCommand implementation
yongkotaro Apr 14, 2024
f5a1711
Merge pull request #189 from kaitinghh/branch/fix-find-command-bug
wang-xinrong Apr 14, 2024
fd1af4f
Fix Available command
wang-xinrong Apr 14, 2024
2936df8
Improve bugfix
wang-xinrong Apr 14, 2024
5501eb1
Fix invalid input exception
wang-xinrong Apr 14, 2024
4c8ac88
Fix checkstyle error
yongkotaro Apr 14, 2024
d0c38b0
Add preamble check
wang-xinrong Apr 14, 2024
53c0668
Merge pull request #190 from wang-xinrong/branch-fix-available-command
yongkotaro Apr 14, 2024
74d5f2b
Merge branch 'master' into branch/doc-updates-1
kaitinghh Apr 14, 2024
bb71b4f
Merge pull request #192 from yongkotaro/update-DG
wongkj12 Apr 14, 2024
93cbc5e
Merge pull request #193 from kaitinghh/branch/doc-updates-1
yongkotaro Apr 14, 2024
b3f60cc
add tagging class diagram
wongkj12 Apr 14, 2024
d6011ea
Merge branch 'master' into dg-tagging
wongkj12 Apr 14, 2024
e4b3231
Merge pull request #194 from wongkj12/dg-tagging
yongkotaro Apr 14, 2024
e430fac
Update UG to fix #155
yongkotaro Apr 15, 2024
0041ca7
Update UG to fix #135
yongkotaro Apr 15, 2024
ea90839
Update UG
yongkotaro Apr 15, 2024
0367b18
Update QuickStart and Basic Features Section
wang-xinrong Apr 15, 2024
b0e52a1
Add, Edit, List and Find
wang-xinrong Apr 15, 2024
387b9d7
Update Ui.png
yongkotaro Apr 15, 2024
e1fa1fb
Merge pull request #195 from yongkotaro/update-UG
wang-xinrong Apr 15, 2024
3f8717c
Update Ui.png
yongkotaro Apr 15, 2024
34c1eb3
Merge pull request #196 from wang-xinrong/branch-v1.4-update-ug
wang-xinrong Apr 15, 2024
f3cfe68
add tuttag activity diagram
wongkj12 Apr 15, 2024
dd22d4e
Update SampleDataUtil
yongkotaro Apr 15, 2024
d8e90ae
Update Tagging
wang-xinrong Apr 15, 2024
b454894
Merge pull request #197 from yongkotaro/update-UG
wang-xinrong Apr 15, 2024
ad9f5c6
update planned enhancements
wongkj12 Apr 15, 2024
42bb612
Merge pull request #198 from wongkj12/dg-update-2
yongkotaro Apr 15, 2024
65bf422
Update tagging
wang-xinrong Apr 15, 2024
9b49275
Merge pull request #199 from wang-xinrong/branch-update-ug-2
wang-xinrong Apr 15, 2024
ddcd760
Fix the incorrect error message
yyccbb Apr 15, 2024
2c27d0a
Fix GUI OS-specific bug
kaitinghh Apr 15, 2024
dc382a8
Bugfix
wang-xinrong Apr 15, 2024
66c67d6
Merge pull request #200 from kaitinghh/branch/gui-os-bug
wang-xinrong Apr 15, 2024
71efa14
Fix UG "Known issues" section
yongkotaro Apr 15, 2024
ac3b02a
Fix format
yongkotaro Apr 15, 2024
9ded39a
Merge pull request #203 from yongkotaro/fix-UG
yongkotaro Apr 15, 2024
75ffe85
Update UG
wang-xinrong Apr 15, 2024
a6c061f
Update Command Summary in UG
yongkotaro Apr 15, 2024
42f9f5d
Merge pull request #202 from wang-xinrong/branch-fix-tuttag-delete-bug
wang-xinrong Apr 15, 2024
79e9fd6
Merge pull request #204 from wang-xinrong/branch-update-ug-3
yongkotaro Apr 15, 2024
222e351
Merge branch 'master' into fix-UG
yongkotaro Apr 15, 2024
3fd9771
update tuttag diagram
wongkj12 Apr 15, 2024
742a7c4
Merge pull request #205 from yongkotaro/fix-UG
wang-xinrong Apr 15, 2024
2ac1ce0
Merge pull request #206 from wongkj12/dg-update-2
yongkotaro Apr 15, 2024
abd0f36
Update DG
kaitinghh Apr 15, 2024
a3251dd
Update BetterModelClassDiagram.puml
kaitinghh Apr 15, 2024
b9ab11a
Update Command Summary in UG
yongkotaro Apr 15, 2024
8ab647f
Merge branch 'master' into fix-UG
yongkotaro Apr 15, 2024
f01e966
Merge pull request #207 from yongkotaro/fix-UG
wang-xinrong Apr 15, 2024
5b594e2
Update test cases
yyccbb Apr 15, 2024
a907098
Update UG
kaitinghh Apr 15, 2024
0ab95a5
Merge pull request #201 from yyccbb/fix-exception-index-display
yyccbb Apr 15, 2024
1433084
Merge pull request #208 from kaitinghh/branch/update-dg
kaitinghh Apr 15, 2024
680449a
Remove Acknowledgements in DG
yongkotaro Apr 15, 2024
6235149
Update UG and error messages
yyccbb Apr 15, 2024
b6e1842
Merge pull request #209 from yongkotaro/update-DG
wongkj12 Apr 15, 2024
bd57079
Fix checkstyle
yyccbb Apr 15, 2024
cd467ec
Update UG
wang-xinrong Apr 15, 2024
a30090d
Merge pull request #210 from yyccbb/fix-error-message
wang-xinrong Apr 15, 2024
f425103
Fix description for email regex
yyccbb Apr 15, 2024
5bdcd94
Merge pull request #212 from yyccbb/fix-error-message
yyccbb Apr 15, 2024
dde84e9
Merge pull request #211 from wang-xinrong/branch-fix-available-bug
wang-xinrong Apr 15, 2024
acf67c1
Update UG
kaitinghh Apr 15, 2024
22f6e67
Merge branch 'master' into branch/update-ug
kaitinghh Apr 15, 2024
aa67657
Merge pull request #213 from kaitinghh/branch/update-ug
kaitinghh Apr 15, 2024
35fcced
Update index.md
yyccbb Apr 15, 2024
cc259d8
Merge pull request #214 from yyccbb/master
wang-xinrong Apr 15, 2024
bd9eaf7
update find
wongkj12 Apr 15, 2024
d372043
Update UG
kaitinghh Apr 15, 2024
539cbc8
Merge pull request #215 from kaitinghh/branch/update-ug-2
yyccbb Apr 15, 2024
a22a8b1
Merge pull request #216 from wongkj12/dg-update-2
yyccbb Apr 15, 2024
a642ea0
Update UG
kaitinghh Apr 15, 2024
3c81fb2
Update UG
kaitinghh Apr 15, 2024
30dcdf3
Merge pull request #217 from kaitinghh/branch/update-ug-3
yongkotaro Apr 15, 2024
02bbdff
Update UG
kaitinghh Apr 15, 2024
8be0f48
DG update
yyccbb Apr 15, 2024
3ae7f81
Merge pull request #218 from kaitinghh/branch-update/ug3
yongkotaro Apr 15, 2024
2fdc33a
Merge pull request #219 from yyccbb/master
yyccbb Apr 15, 2024
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
18 changes: 8 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[![CI Status](https://github.com/se-edu/addressbook-level3/workflows/Java%20CI/badge.svg)](https://github.com/se-edu/addressbook-level3/actions)
[![codecov](https://codecov.io/gh/AY2324S2-CS2103T-T11-4/tp/graph/badge.svg?token=YS8FHD1IQM)](https://codecov.io/gh/AY2324S2-CS2103T-T11-4/tp)

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

* This is **a sample project for Software Engineering (SE) students**.<br>
* **TrAcker** is a student software engineering project that aims to create an application to help Head Teaching
Assistants (Head TAs) track the records of other Teaching Assistants (TAs) and students.
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.
* Add/delete contact details of TAs and students
* Update contact details of TAs and students
* Edit tags which reflect the attendance of students

* This project is based on the AddressBook-Level3 project created by the [SE-EDU initiative](https://se-education.org).
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ repositories {
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
}

run {
enableAssertions = true
}

checkstyle {
toolVersion = '10.2'
}
Expand Down Expand Up @@ -66,7 +70,8 @@ dependencies {
}

shadowJar {
archiveFileName = 'addressbook.jar'
archiveBaseName = 'TrAcker'
archiveClassifier = 'v1.4test'
}

defaultTasks 'clean', 'test'
47 changes: 23 additions & 24 deletions docs/AboutUs.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,51 +9,50 @@ You can reach us at the email `seer[at]comp.nus.edu.sg`

## Project team

### John Doe
### Ho Kai Ting

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

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

* Role: Project Advisor
* Role: Developer
* Responsibilities:

### Jane Doe
### Wang Xinrong

<img src="images/johndoe.png" width="200px">
<img src="images/wang-xinrong.png" width="200px">

[[github](http://github.com/johndoe)]
[[portfolio](team/johndoe.md)]
[[github](http://github.com/wang-xinrong)]
[[portfolio](team/wangxinrong.md)]

* Role: Team Lead
* Role: Developer
* Responsibilities: UI

### Johnny Doe
### Wong Kai Jie

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

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

* Role: Developer
* Responsibilities: Data

### Jean Doe
### Yong Kotaro

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

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

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

### James Doe
### Yu Chenbo

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

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

* Role: Developer
* Responsibilities: UI
* Responsibilities: Project Structure
265 changes: 218 additions & 47 deletions docs/DeveloperGuide.md

Large diffs are not rendered by default.

Loading
Loading