Releases: AY2324S2-CS2103T-F11-3/tp
v1.4
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
andInterviewer
- Generalised some error messages relating to adding interviews, filtering by status, etc.
- Clarified feature quirks in User Guide
Full Changelog
v1.3
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
andemail
as well instead of justname
. - 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
Finding persons by phone and email.
Filtering interviewers by date.
Filtering persons by status.
View overall statistics.
Cool new GUI.
Full Changelog
v1.3.trial
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
andemail
as well instead of justname
. - 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
Editing the applicant/interviewer status.
Finding persons by phone and email.
Cool new GUI.
Full Changelog
https://github.com/AY2324S2-CS2103T-F11-3/tp/commits/v1.3.trial/
v1.2
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