Update readme
This commit is contained in:
12
README.md
12
README.md
@@ -40,10 +40,14 @@ Starting class: PurchaseExample.CheckAuthority
|
|||||||
Problem that we are trying to solve:
|
Problem that we are trying to solve:
|
||||||
|
|
||||||
CheckAuthority allows an employee to request money for approval:
|
CheckAuthority allows an employee to request money for approval:
|
||||||
* if(manager can approve it) manager will process the request
|
|
||||||
* if (director can approve it) director will process the request
|
if(manager can approve it) manager will process the request
|
||||||
* if (vice president can approve it) vice president will process the request
|
|
||||||
* if (president can approve it) president will process the request
|
if (director can approve it) director will process the request
|
||||||
|
|
||||||
|
if (vice president can approve it) vice president will process the request
|
||||||
|
|
||||||
|
if (president can approve it) president will process the request
|
||||||
|
|
||||||
* Transfer File example
|
* Transfer File example
|
||||||
Starting class: TransferFileExample.TransferFilesManager
|
Starting class: TransferFileExample.TransferFilesManager
|
||||||
|
|||||||
Reference in New Issue
Block a user