Skip to content

[Imported] Fixes constructor for Director, Operator and Supervisor #416

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

Open
wants to merge 133 commits into
base: main
Choose a base branch
from

Conversation

ido777
Copy link
Owner

@ido777 ido777 commented Apr 6, 2025

Imported from donnemartin/system-design-primer#487

Original author: @anna-droid-beep


Added call_center argument for Director, Operator, and Supervisor constructor.
Changed level to rank in self.call to align with Call class
When a call is complete, an employee should be free again, hence the self.call = None at complete_call()

donnemartin and others added 27 commits July 2, 2020 21:11
* Additional question, build an exchange

fixes donnemartin#281

* Update README.md

Co-authored-by: Donne Martin <[email protected]>
@Copilot Copilot AI review requested due to automatic review settings April 6, 2025 20:37
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@ido777 ido777 force-pushed the imported-pr-487 branch from 477318c to 6bdd290 Compare May 14, 2025 08:35
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.