Question: Your software development team has been asked to deliver a minimal working UX for a basic employee management system for company ' 2 ' .
Your software development team has been asked to deliver a minimal working UX for a basic employee management system for company The software design document will be a set of designs for this software system involving its data and programming schemas. They have NO GUIUX for their needed system. They have one person putting the data into their database using Beaver and MySQL scripts.
They have less than twenty fulltime employees.
They require several reports:
Fulltime employee information with pay statement history.
Total pay for month by job title.
Total pay for month by Division.
They need simple featuresfunctionality in the system to ensure they get some basic things like:
Change employee table; add column SSN no dashes
Search for an employee using name, SSN empid to show their information.
Update an employee's data.
Update employee's salary for an increase of a particular percentage only for a salary amount range. EG for salary greater than, equal to K but less than K
There is NO need for any user logonauthorization functionality.
Question:
Create a code from the topic above with the following key concepts:
Test cases that ensure these featuresfunctions are going to work and update data correctly:
Update employee data make it general enough using your new classes for all employee data
Search for employee
Update salary for all employees less than a particular amount
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
