system-design-primer/solutions/object_oriented_design/call_center
Ido Ophir 57f9098327
Used the correct property names for a call object (#431)
Used 'rank' instead of 'level' to maintain uniformity with other portions of the code

Co-authored-by: Prab <prab.missier@gmail.com>
2025-04-17 11:44:20 +05:30
..
tests Fixed two issues and add sanity tests. Issue #1: super now calls the right class, #2: decoupled the initiatlization of call_center and employee. 2025-04-07 14:31:17 +03:00
__init__.py Add Call Center solution 2017-03-03 18:52:50 -08:00
call_center.ipynb Used the correct property names for a call object (#431) 2025-04-17 11:44:20 +05:30
call_center.py Fixed two issues and add sanity tests. Issue #1: super now calls the right class, #2: decoupled the initiatlization of call_center and employee. 2025-04-07 14:31:17 +03:00