This is a CS2103T project by AY2324S1-CS2103T-W08-1.
A hiring management program for Hiring Managers to track applicants throughout the hiring process.
Staff-Snap is a desktop app for Hiring Managers to track applicants through the recruitment cycle, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you can type fast, Staff-Snap can get your staff information management tasks done faster than traditional GUI apps.
- Add an applicant
- Edit an applicant's details
- Delete an applicant
- View all applicants
- Find an applicant by name
- Sort applicants by descriptor
- Filter applicants by descriptor criteria
- Add an interview to an applicant
- Edit an interview of an applicant
- Delete an interview of an applicant
- Edit an applicant's status
- Import csv data
- Save data to file
- Clear all data
Spot a bug? Let us know by launching a Bug Report at the Issues tab!
- Libraries used: JavaFX, Jackson, JUnit5, OpenCSV, TestFX
- Staff-Snap is based on the AddressBook-Level3 project created by the SE-EDU initiative.