Hello, I need help combining all this into one application. If you could break this down for me I would greatly appreciate it. (This is all done in python). In Week 1, you developed the first functionality for the employee management system. You wrote a Python script to allow users to enter the following string values: employeeName, employeeSSN*, employeePhone, employeeEmail, and employeeSalary. In Week 2, you developed the second functionality of the employee management system in which you allowed users to enter information for five employees at the same time. In Week 3, you developed the third functionality of the employee management system. You made use of looping to allow your Python script to run constantly. You then separated functionality 1 into two functionalities – “Add Employee” and “View all Employees”. Finally, you utilized global variables to develop a counter that keeps track of the number of employees in the system. In Week 4, you developed the fourth functionality of the employee management system. You improved the “View all Employees” functionality that was developed in Week 3 and added two new functionalities to your employee management system – “Search employee by SSN” and “Edit employee information.” In Week 5, you added two new functionalities to your Employee Management System – “Export employees’ information to text file” and “Import employee’s information from text file.” You will now combine all the functionalities you have developed into one single application. The end product should look similar to the following:
Hello, I need help combining all this into one application. If you could break this down for me I would greatly appreciate it. (This is all done in python).
In Week 1, you developed the first functionality for the employee management system. You wrote a Python script to allow users to enter the following string values: employeeName, employeeSSN*, employeePhone, employeeEmail, and employeeSalary. In Week 2, you developed the second functionality of the employee management system in which you allowed users to enter information for five employees at the same time. In Week 3, you developed the third functionality of the employee management system. You made use of looping to allow your Python script to run constantly. You then separated functionality 1 into two functionalities – “Add Employee” and “View all Employees”. Finally, you utilized global variables to develop a counter that keeps track of the number of employees in the system. In Week 4, you developed the fourth functionality of the employee management system. You improved the “View all Employees” functionality that was developed in Week 3 and added two new functionalities to your employee management system – “Search employee by SSN” and “Edit employee information.” In Week 5, you added two new functionalities to your Employee Management System – “Export employees’ information to text file” and “Import employee’s information from text file.”
You will now combine all the functionalities you have developed into one single application.
The end product should look similar to the following:
------------------------ Employee Management System ---------------------------
There are ( 5 ) employees in the system.
-------------------------------------------------------------------------------------------
- Add new employee
- View all employees
- Search employee by SSN
- Edit employee information
- Export employees’ information into a text file
- Import employees’ information from a text file
-------------------------------------------------------------------------------------------
Please enter your option number:
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 5 images