Welcome to my portfolio page for CS2103T AY 2017/2018 Sem 2 project - Infinity Book.
Code contributed: [Functional code] [Test code]_
-
Motivation: Interviewing is one of the important steps in recruiting process. HR may need a tool to manage interview efficiently.
-
What it does: allows the user to add the interview relevant command which are add interview command, find interview command, listing interview command.
-
Highlights: This enhancement affects existing commands and commands to be added in future. It required an in-depth analysis of design alternatives. The implementation too was challenging as it required changes to existing model, ui, and storage.
-
Motivation: The HR may want to find more details information of specific candidates. The view command helps HR with this problem.
-
What it does: allows user to view a specific person by email ID and display the linked page of the person.
-
Highlights: This enhancement affects existing commands and commands to be added in future. It required an in-depth analysis of design alternatives. The implementation too was challenging as it required changes to existing commands.