Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create GA Board #39

Merged
merged 1 commit into from
Aug 29, 2018
Merged

Create GA Board #39

merged 1 commit into from
Aug 29, 2018

Conversation

sjrumsby
Copy link
Contributor

Added GA Board as a panel on the main screen so GAs can view the board while serving / monitoring the queues.

Table columns
Staff member: username
Service: the service_name for the service_request they're serving, if any. Only tracks citizens in Being Served state
Wait time: (begin_service period start_time) - ticket_create_time
Serving time: now() - (begin_service period start_time)
Citizen comments: the comments for the citizen they are serving (if any). Only tracks citizens in Being Served state

Aggregate Data
Customers waiting: all customers in the "waiting" state (reception offices only)
Customers on hold: all customers in the "hold" state (non-reception offices only)
Total number of csrs: all csrs attached to that office
Serving csrs: CSRs who have an active service request that is in the "Being Served" state

Added GA Board as a panel on the main screen so GAs can view the board while serving / monitoring the queues.

*Table columns*
Staff member: username
Service: the service_name for the service_request they're serving, if any. Only tracks citizens in `Being Served` state
Wait time: (begin_service period start_time) - ticket_create_time
Serving time: now() - (begin_service period start_time)
Citizen comments: the comments for the citizen they are serving (if any). Only tracks citizens in `Being Served` state

*Aggregate Data*
Customers waiting: all customers in the "waiting" state (reception offices only)
Customers on hold: all customers in the "hold" state (non-reception offices only)
Total number of csrs: all csrs attached to that office
Serving csrs: CSRs who have an active service request that is in the "Being Served" state
@gil0109 gil0109 merged commit 3f4851a into bcgov:master Aug 29, 2018
@sjrumsby sjrumsby deleted the ga-board branch December 7, 2018 01:30
nitheesh-aot pushed a commit to nitheesh-aot/queue-management that referenced this pull request May 3, 2020
jhmccoll pushed a commit that referenced this pull request Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants