Updates based on comments
<UserStory> EMP012 : Add Shorlisted Candidates As Employee </UserStory> <Changes> - Added clear method to clear console before displaying candidate details in MenuHelper.cpp - Removed spaces in MenuHelper.h </Changes> <Review> Smitha Mohan </Review>
This commit is contained in:
@@ -125,6 +125,7 @@ void createEmployee(std::shared_ptr<ZenvyController> controller)
|
|||||||
|
|
||||||
void displayCandidateDetails(const std::vector<std::shared_ptr<Candidate>>& shorlistedCandidates)
|
void displayCandidateDetails(const std::vector<std::shared_ptr<Candidate>>& shorlistedCandidates)
|
||||||
{
|
{
|
||||||
|
util::clear();
|
||||||
std::cout << std::left
|
std::cout << std::left
|
||||||
<< std::setw(10) << "Index"
|
<< std::setw(10) << "Index"
|
||||||
<< std::setw(10) << "ID"
|
<< std::setw(10) << "ID"
|
||||||
|
|||||||
Reference in New Issue
Block a user