Releases: AY2324S2-CS2103T-T15-2/tp
Releases · AY2324S2-CS2103T-T15-2/tp
v1.4
v1.3
AronaPro v1.3
Your fast and speedy partner has just gotten a new suite of neat features
What's new in release 1.3?
- You can now use the up down keys to navigate through previously typed commands
- The schedule command now adds another prominent card instead of being small text underneath the same person
- Your Tags are now more visible and colored to make them easy to see! 👀
- You can now delete an entire Group of people using the delete command. speedy! ⚡
What to look forward to
- We're currently working on rectifying potential bugs by testing multiple possible user inputs to make your experience smoother!
AronaPro v1.2.1
Merge pull request #91 from AY2324S2-CS2103T-T15-2/documentation_1.2 Documentation 1.2
v1.2
Key changes in this release:
- Key field
nusId
is now used for aPerson
: EachPerson
is now uniquely identified by theirnusID
and cannot be changed after addition of their contacts into the address book. - The removal of
address
field. - Rework of
tag
//t
field: Tags are now a specialised indicator to indicate if the person is a Professor, TA, Student or None. - The addition of a contact into the address book requires a compulsory
nusId
. - The deletion of an existing contact via
nusId
rather than the index of the contact in the address book. - The editing of an existing contact via
nusId
rather than the index of the contact in the address book. - The finding of an existing contact can be done by searching any fields in the contact (e.g. name, email, group, etc).
List
command has been renamed toView
command, retaining its same functionality as before which is to list all existing contacts in the address book.
Add Command
Before Command:
After Command:
Delete Command
Before Command:
After Command:
Edit Command
Before Command:
After Command:
Find Command
Before Command:
After Command:
Tag/ /t
Invalid Command:
Valid Command:
View Command
New features include:
Schedule
command allows users to schedule consultations/appointments with students.Group
command allows users to group their contacts together for easier accessibility and ease of usage.