The client wants to be able to upgrade an employee’s security level, so as the employee receives a promotion they can access new areas. An employee may upgrade another employee’s security level only if the upgrader (the employee upgrading another employee) has a security level at least one security level above the upgradee (the employee being upgraded). That way an employee with a security level of 2 can upgrade an employee with a security level of 1 to a security level of 2, but is not able to upgrade an employee of security level 2 to a security level of 3. In the case where the employee does not have the correct security level to upgrade another employee, security should be alerted with the names of both of the employees. As a junior engineer I was unsure how to achieve this, but I have started a flowchart. Could you please finish the flowchart, using appropriate tools that will create presentable flowcharts, so that I can implement this within a programming language.
The client wants to be able to upgrade an employee’s security level, so as the employee receives a
promotion they can access new areas.
An employee may upgrade another employee’s security level only if the upgrader (the employee upgrading
another employee) has a security level at least one security level above the upgradee (the employee being
upgraded). That way an employee with a security level of 2 can upgrade an employee with a security level
of 1 to a security level of 2, but is not able to upgrade an employee of security level 2 to a security level of
3. In the case where the employee does not have the correct security level to upgrade another employee,
security should be alerted with the names of both of the employees.
As a junior engineer I was unsure how to achieve this, but I have started a flowchart. Could you please
finish the flowchart, using appropriate tools that will create presentable flowcharts, so that I can implement
this within a programming language.
Step by step
Solved in 2 steps with 1 images