Skip to content

Latest commit

 

History

History
21 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

21 lines (20 loc) · 1.13 KB

system_view

Problem Statement:

In R4+ release of ameyo, Supervisor does not have an option to look through the agent activity at system level, and thus have to go through campaign by campaign to get the basic info about agent status. This is not feasible to do so, when we have large number of campaigns.

Proposed solution:

Written an appliction in Python using PyQt5 as the UI library and psycopg2 for database connections.
All the information are computed from the database actions and are presented on the UI.
The Information Presented on UI Includes:

  • Available: Count and % of total logged in user
  • Autocall: Count and % of total user with Autocall ON
  • List of all users which are logged in and have status set to ready
  • List of all users which are unavailable or logged out
  • List of all available users is color coded to show which agent has Autocall ON(Green) and which has Autocall OFF(Red)
<iframe style="width:100%;height:auto;display:block;margin-left:auto;margin-right:auto;" src="https://www.youtube.com/embed/FPY1_pfbBiI"> </iframe>