Post your project for free and start receiving proposals from freelancers within minutes after publication!
Writing a script
There is a help desk admin on the codeigniter where applications come, we need to write a script where you need to calculate how much in average per hour applications come, and based on this to calculate the number of free and busy professionals.
This is calculated as follows:
Number of employees = Number of applications per hour * 0.25
Number of free = 7 - number of occupied
This should be dynamic, that is, the more applications per hour comes, the less free professionals are.
This is calculated as follows:
Number of employees = Number of applications per hour * 0.25
Number of free = 7 - number of occupied
This should be dynamic, that is, the more applications per hour comes, the less free professionals are.
Applications 1
Application viewing is only available registered users.