Skip to content

Releases: AY2122S2-CS2103-W17-4/tp

v1.4

11 Apr 15:46
1dd23ac
Compare
Choose a tag to compare

Final release of HireLah

Internal Testing

10 Apr 09:20
2862ad1
Compare
Choose a tag to compare

To be used for internal testing of HireLah by the project Team

v1.3b

01 Apr 02:08
ab5d627
Compare
Choose a tag to compare

This is the final release of HireLah for v1.3.
Overview of new features:

  • Interview status flow with new commands pass fail accept reject
  • New filter and sort feature added to list command
  • Export data to CSV file with export command
  • Ability to navigate through commands history with up/down arrows

v1.3.1

31 Mar 09:36
15cbdba
Compare
Choose a tag to compare

This is a backup release for version 1.3. Most of the functionality that the team for 1.3 wants to include are in this version, but there are still bug fixes to be made tonight.

v1.2.1

24 Mar 09:13
08931de
Compare
Choose a tag to compare

This is a trial JAR release, which is a work in progress for v1.3, with little changes from v1.2

What's Changed

  • Add unit tests for AddPositionCommandParser by @YiHern-Lee in #120
  • Update developer guide by @SethCKL in #121
  • Update developer guide to include logic for add commands by @goalfix in #125
  • Enable assertions by @goalfix in #130
  • Add support for keep track of job offers in Position by @YiHern-Lee in #132
  • Refactor edit command by @likeabowx in #131
  • Add status as trackable field in interview by @goalfix in #136
  • Add support for editing Positions by @YiHern-Lee in #137
  • Fix unable to parse requirements bug by @YiHern-Lee in #138
  • Display offered and interviewstatus by @likeabowx in #139
  • Cascade delete for applicant and position to delete related interviews by @likeabowx in #140

Full Changelog: v1.2...v1.2.1

v1.2

18 Mar 03:55
1d60f73
Compare
Choose a tag to compare

This release brings following features:

  • Manage positions and interviews with add, delete, and list
  • Tabs in UI to easily navigate through the list of applicants, positions, and interviews
  • Storage for positions and interviews to save data after exit