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

feature/bertus_elevator_pool #12

Merged
merged 2 commits into from
Dec 9, 2024
Merged

Conversation

bertusviljoen
Copy link
Owner

@bertusviljoen bertusviljoen commented Dec 9, 2024

  • Added In Memory Elevator Pool Service and tests
  • Added Elevator Number
  • Added Elevator Simulation Hosted Service to load pool at startup

- Introduced a new `Number` property for the `Elevator` class to uniquely
  identify elevators within a building.
- Updated the database schema to include the `Number` column and
  added a unique index on the combination of `BuildingId` and `Number`.
- Modified seed data to ensure new elevators are initialized with
  their respective numbers.
- Removed unused `CustomResults.cs` file to streamline the codebase.
@bertusviljoen bertusviljoen merged commit 078bf41 into dev Dec 9, 2024
1 check passed
@bertusviljoen bertusviljoen deleted the feature/bertus_elevator_pool branch December 9, 2024 06:20
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.

1 participant