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.
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)