Skip to content

Releases: AY2324S2-CS2103T-W08-1/tp

v1.4

14 Apr 18:53
Compare
Choose a tag to compare

Final release for hirehub application

v1.3

04 Apr 12:40
0a9fd00
Compare
Choose a tag to compare
Merge pull request #138 from AY2324S2-CS2103T-W08-1/docs/ryan-user-guide

make minor edits to UG

v1.2.1

23 Mar 17:25
425fad9
Compare
Choose a tag to compare

Trial JAR release was done with our MVP from v1.2.1. See more information on updates from release v1.2.

v1.2

20 Mar 11:55
425a223
Compare
Choose a tag to compare

What's New

  • Country attribute: the address attribute has been refactored to this new attribute.

  • Status attribute: can only be one of the following 5 different stages: PRESCREEN, IN_PROGRESS, ACCEPTED, REJECTED, and WAITLIST. By default, the status of a candidate will be PRESCREEN.

  • Comment command: adds a comment to the candidate at the specified index.

  • Get command: displays the candidate at the specified index.

  • Search command: searches candidates whose attributes matches all the corresponding specified attributes.

  • Status command: updates the status of the candidate at the specified index to one of the following 5 different stages as stated above. Input for candidate status is case insensitive.

  • Tag command: appends a list of tags to the candidate at the specified index.

Added a confirmation message when a user tries to delete a candidate or clear the candidate list.

The screenshots of the new features are as below:

Comment command:

image

Get command:

image

image

Search command:

Status command:

image
image
image

Tag command:

image
image

Confirmation message before deletion: