Skip to content

Releases: AY2425S1-CS2103T-T09-2/tp

TalentSG v1.6

12 Nov 04:40
db3dc73
Compare
Choose a tag to compare

So What's New?

1. Fixed Bugs

We have listened to our users regarding the issues you have found. We have fixed some issues and recorded the rest under the User Guide and Developer Guide.

2. Updated User Guide

Refer to the UserGuide.pdf or visit here.

3. Updated Developer Guide

Refer to the DeveloperGuide.pdf or visit here.

TalentSG v1.5

07 Nov 13:08
67a2bb3
Compare
Choose a tag to compare

So What's New?

1. Updated UI

image
We hope that you would love this!

2. New Features

You can find out more here.

3. Updated User Guide

Refer to the UserGuide.pdf or visit here.

4. Updated Developer Guide

Refer to the DeveloperGuide.pdf or visit here.

5. Commitment to Bug-Free

We aim to deliver a bug-free product, hence users can rest easy.

TalentSG v1.4

24 Oct 13:26
6fcdbb6
Compare
Choose a tag to compare

So What's New?

1. Added new UI

We decided to improve the UI to give it a slick look!

New UI Page

MainUIPage
This is an image of our new UI.

2. Added a new command 'filter'

As an HR professional using TalentSG, there will be a need to filter applicants by their application status. Hence, the command 'filter' has been created.

Example

image
This image is an example of what happens when the command filter interviewed is invoked. The UI will only show the applicants with the status of 'Interviewed'.

3. Updated the User Guide

Check it out here.

4. Updated the Developer Guide

Check it out here.

TalentSG v1.3

17 Oct 15:14
32156b5
Compare
Choose a tag to compare

So What's New?

1. Added new field - DesiredRole

Under the TalentSG contacts, a new field will be meant for users to put the candidates' desired roles. Some examples may be 'Software Engineer', 'Data Analyst', and 'Project Manager'.

Image Example

image

This image is an example of a typical contact of a candidate. The 'Software Engineering' text is Alex Yeoh's desired role.

Code Example

edit 1 dr/Network Engineer

This line changes the first contact's desired role to be 'Network Engineer'.

2. Added new field - Skills

Under the TalentSG contacts, a new field will be meant for users to put the candidates' current skills. Some examples may be 'java', 'python', and 'C'.

Image Example

image

This image is an example of a typical contact of a candidate. The 'Javascript' text is Bernice Yu's current skill.

Code Example

edit 2 s/Java

This line changes the second contact's skill to be 'Java'.

3. Added new field - Experience

Under the TalentSG contacts, a new field will be meant for users to put the candidates' most recent experience. Some examples may be 'Intern at NUS', 'Intern at DSTA', and 'Head of Cyber Security'.

Image Example

image

This image is an example of a typical contact of a candidate. The 'Intern at SIM' text is Charlotte Oliveiro's most recent experience.

Code Example

edit 3 ex/Software Engineer at ABC Corp

This line changes the third contact's experience to be 'Software Engineer at ABC Corp'.

4. Added new field - Status

Under the TalentSG contacts, a new field will be meant for users to put the candidates' application status. Some examples may be 'Rejected', 'Applied', and 'Onboarding'.

Image Example

image

This image is an example of a typical contact of a candidate. The 'Applied' text is David Li's application status.

Code Example

edit 4 st/Rejected

This line changes the fourth contact's application status to 'Rejected'.

5. Added new field - Note

Under the TalentSG contacts, a new field will be meant for users to put any notes about the candidates. Some examples may be 'Smart', 'Talkative', and 'Very confident'.

Image Example

image

This image is an example of a typical contact of a candidate. The 'Loves to talk a lot' text is a note regarding Irfan Ibrahim.

Code Example

edit 5 note/Loves to talk a lot

This line changes the fifth contact's note to be 'Loves to talk a lot'.

6. Updated the 'Help' button

Now the 'Help' button displays all the available commands and shows the updated user guide for TalentSG.

Image Example

image

7. Added a new button 'Report Bug'

This button is located under the help button. This addition will allow users to report any bugs they come across in our product. This link will take users to a Google Form for bug reporting.

Image Example

image
image