Skip to content

Releases: AY2324S2-CS2103T-F11-3/tp

v1.4

15 Apr 08:19
15b4310
Compare
Choose a tag to compare

What's New

In v1.4 we've made some feature removals and bug fixes to Tether, our open-source Applicant Tracking System:

  • Users can now no longer edit persons
  • Users can now no longer customise tags for persons
  • Users can now no longer set interviewer statuses manually
  • Users can now not set interviews whose end timings precede start timings
  • Users can now no longer delete persons who are still involved in interviews
  • Sample data now no longer shows tags other than Applicant and Interviewer
  • Generalised some error messages relating to adding interviews, filtering by status, etc.
  • Clarified feature quirks in User Guide

Full Changelog

https://github.com/AY2324S2-CS2103T-F11-3/tp/commits/v1.4/

v1.3

02 Apr 12:10
4e8322b
Compare
Choose a tag to compare

What's New

In v1.3 we've extended our MVP for Tether, our open-source Applicant Tracking System that now allows hiring managers to:

  • Add and edit statuses to applicants for ease of tracking progress. Available statuses are resume review, pending interview, completed interview, waiting list, accepted, rejected.
  • Add and edit statuses to interviewers for ease of tracking availability for interviews. Available statuses are free, interview with [applicant name].
  • Find applicants and interviewers by phone and email as well instead of just name.
  • Have interviews sorted in chronological order at all times, allowing them to view upcoming interviews at a glance.
  • Filter interviews by date
  • Filter persons by status
  • View some overall statistics, namely number of applicants (as well as breakdown by status), number of interviewers (as well as breakdown by status), and number of interviews

In addition, we have a cool new user interface that renders both upcoming interviews and persons side-by-side and eliminates the extra command to list_interviews!

Seeing is believing?

Applicant/Interviewer statuses

image image

Finding persons by phone and email.

image image

Filtering interviewers by date.

image image

Filtering persons by status.

image image

View overall statistics.

image

Cool new GUI.

image

Full Changelog

https://github.com/AY2324S2-CS2103T-F11-3/tp/commits/v1.3/

v1.3.trial

28 Mar 12:40
6bbdf7a
Compare
Choose a tag to compare

What's New

In v1.3.trial we've extended our MVP for Tether, our open-source Applicant Tracking System that now allows hiring managers to:

  • Add and edit statuses to applicants for ease of tracking progress. Available statuses are resume review, pending interview, completed interview, waiting list, accepted, rejected.
  • Add and edit statuses to interviewers for ease of tracking availability for interviews. Available statuses are free, interview with [applicant name/phone number].
  • Find applicants and interviewers by phone and email as well instead of just name.
  • Have interviews sorted in chronological order at all times, allowing them to view upcoming interviews at a glance.

In addition, we have a cool new user interface that renders both upcoming interviews and persons side-by-side and eliminates the extra command to list_interviews!

Seeing is believing?

Applicant/Interviewer statuses

image

Editing the applicant/interviewer status.

image

Finding persons by phone and email.

image image

Cool new GUI.

image

Full Changelog

https://github.com/AY2324S2-CS2103T-F11-3/tp/commits/v1.3.trial/

v1.2

20 Mar 11:39
aac2ce4
Compare
Choose a tag to compare

What's New

In v1.2 we've created a MVP for Tether, our open-source Applicant Tracking System that allows hiring managers to:

  • Add, view, edit, and delete applicants they're currently considering
  • Add, view, edit, and delete interviewers from their workplace that would be assigned to the applicants
  • Record, view, and delete interviews down to their starting and ending date-time

Seeing is believing?

Adding an applicant/interviewer.

image

Editing the applicant/interviewer.

image

Adding an interview.

image image

Deleting an applicant/interviewer.

image

Deleting an interview.

image

Full Changelog

https://github.com/AY2324S2-CS2103T-F11-3/tp/commits/v1.2