Skip to content

Releases: AY2425S2-CS2103T-F13-4/tp

v1.6

08 Apr 05:20
a71fcb4

Choose a tag to compare

Version 1.6 of ClassHive

v1.5.1

03 Apr 18:04
8488a4d

Choose a tag to compare

Merge pull request #134 from ambertan77/modify-developer-guide

Update Developer Guide

v1.5

03 Apr 16:00
f25575c

Choose a tag to compare

Version 1.5 of ClassHive

v1.4

27 Mar 15:55
ac90e98

Choose a tag to compare

Alpha version of ClassHive

ClassHive V1.3

20 Mar 13:43
d933170

Choose a tag to compare

New features:

  1. Contacts can be sorted by the ascending or descending order of the contact's name or date added.
    image
    424998878-f043b062-201c-433a-bf18-f7990fd2d4b7

  2. Contacts can be grouped by their roles.
    image

Updated features:

  1. Partial matching is now supported when using the find command. Contacts can be found using either their name or their phone number.
    It no longer allows to find multiple contacts at once through name.
    image
    image

  2. Contacts can be added with additional parameters - role, class, grade and parent name.

  3. Edit command allows the changing of roles.

  4. Instead of specifying the index of the contact to be deleted, users can now use the delete command with the name and phone number of a person.

  5. UI now shows the role of the contacts. If the contact is a student, the UI will also show the grade, class and name of parent.