Releases: AY2324S2-CS2103T-T11-4/tp
Releases · AY2324S2-CS2103T-T11-4/tp
v1.4
v1.3.1
v1.3
v1.3.trial
Merge pull request #69 from kaitinghh/branch/find-command Branch/find command
v1.2
What's New
- Command flags are now prefixed by "/".
- A contact now belongs to two categories: student or TA
- Every contact can be uniquely identified by a new mandatory attribute ID
add
command now supports specifying the type of contact (stu/ta) to be added. When the field is left blank, it is by default a student.- Contact type (stu/ta) is reflected in the GUI as a colored tag
- A tag now has four status: COMPLETE_GOOD, COMPLETE_BAD, INCOMPLETE_GOOD and INCOMPLETE_BAD. They are differentiated by their GUI colour
mark
command is added to support edit of tags to update its status. Command format: mark {index} /t {tagName} /ts {tagStatus}