1
0
mirror of https://github.com/donnemartin/system-design-primer.git synced 2025-07-06 22:15:36 +02:00

Fix wording in call center solution (#197)

This commit is contained in:
Ali
2018-08-09 15:01:27 +03:00
committed by Donne Martin
parent f5dde5faad
commit ffbcd9a381

View File

@ -24,9 +24,9 @@
" * Operator, supervisor, director\n", " * Operator, supervisor, director\n",
"* Can we assume operators always get the initial calls?\n", "* Can we assume operators always get the initial calls?\n",
" * Yes\n", " * Yes\n",
"* If there is no free operators or the operator can't handle the call, does the call go to the supervisors?\n", "* If there is no available operators or the operator can't handle the call, does the call go to the supervisors?\n",
" * Yes\n", " * Yes\n",
"* If there is no free supervisors or the supervisor can't handle the call, does the call go to the directors?\n", "* If there is no available supervisors or the supervisor can't handle the call, does the call go to the directors?\n",
" * Yes\n", " * Yes\n",
"* Can we assume the directors can handle all calls?\n", "* Can we assume the directors can handle all calls?\n",
" * Yes\n", " * Yes\n",