Skip to content

Releases: AY2324S2-CS2103T-T15-2/tp

v1.4

15 Apr 15:58
28173a5
Compare
Choose a tag to compare
Merge pull request #261 from Rikko1204/master

Add contributions

v1.3

04 Apr 15:31
2ee9664
Compare
Choose a tag to compare

AronaPro v1.3

Your fast and speedy partner has just gotten a new suite of neat features

partner

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

27 Mar 08:57
02d35e7
Compare
Choose a tag to compare
Merge pull request #91 from AY2324S2-CS2103T-T15-2/documentation_1.2

Documentation 1.2

v1.2

21 Mar 15:37
1077b52
Compare
Choose a tag to compare

Key changes in this release:

  1. Key field nusId is now used for a Person: Each Person is now uniquely identified by their nusID and cannot be changed after addition of their contacts into the address book.
  2. The removal of address field.
  3. Rework of tag//t field: Tags are now a specialised indicator to indicate if the person is a Professor, TA, Student or None.
  4. The addition of a contact into the address book requires a compulsory nusId.
  5. The deletion of an existing contact via nusId rather than the index of the contact in the address book.
  6. The editing of an existing contact via nusId rather than the index of the contact in the address book.
  7. The finding of an existing contact can be done by searching any fields in the contact (e.g. name, email, group, etc).
  8. List command has been renamed to View command, retaining its same functionality as before which is to list all existing contacts in the address book.

Add Command

Before Command:

Before add command

After Command:

After add command

Delete Command

Before Command:

Pre DeleteCommand

After Command:

Post DeleteCommand

Edit Command

Before Command:

Pre EditCommand

After Command:

Post EditCommand

Find Command

Before Command:

Before findCommand

After Command:

After findCommand

Tag/ /t

Invalid Command:

invalid tag command

Valid Command:

valid tag command

View Command

view comand

New features include:

  1. Schedule command allows users to schedule consultations/appointments with students.
  2. Group command allows users to group their contacts together for easier accessibility and ease of usage.

Schedule Command

Before Command:

Before schedule command

After Command:

After schedule command

Group Command

Before Command:

Before groupCommand

After Command:

After groupCommand