-
Notifications
You must be signed in to change notification settings - Fork 285
feat: full lift simulation with malfunction mode and UI enhancements (#18) #41
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
saicharan-balina
wants to merge
5
commits into
RealDevSquad:main
Choose a base branch
from
saicharan-balina:fix/lift-disable-feature
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 4 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
eb66431
feat: disable lift via user input and show red border
saicharan-balina 41daf09
improved logic and ui
saicharan-balina eff6299
fixed image error
saicharan-balina 3f14421
updated readme
saicharan-balina 925877e
Fix formatting issues: README.md markdown structure and index.html buβ¦
saicharan-balina File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,21 +1,46 @@ | ||
| # Lift-Simulation | ||
| Create a web app where you can simulate lift mechanics for a client | ||
|
|
||
| # UI Example | ||
|  | ||
|
|
||
| # Requirements | ||
| 1. Have a page where you input the number of floors and lifts from the user | ||
| 2. An interactive UI is generated, where we have visual depictions of lifts and buttons on floors | ||
| 3. Upon clicking a particular button on the floor, a lift goes to that floor | ||
|
|
||
| Milestone 1: | ||
| - Data store that contains the state of your application data | ||
| - JS Engine that is the controller for which lift goes where | ||
| - Dumb UI that responds to controller's commands | ||
|
|
||
| # Features | ||
| 1. Configure the number of floors (2-10) and lifts (1-5) | ||
| 2. Interactive UI with visual depictions of lifts and call buttons on floors | ||
| 3. Advanced lift scheduling algorithm for efficient operation | ||
| 4. Smooth animations for lift movement and door operations | ||
| 5. Visual and audio feedback for lift operations | ||
| 6. Floor indicators and direction indicators inside lifts | ||
| 7. Lift malfunction simulation with emergency controls | ||
| 8. Detailed status display for each lift | ||
| 9. Mobile responsive design | ||
| 10. Sound effects for enhanced user experience (when sound files are available) | ||
|
|
||
| # Requirements (Completed) | ||
| 1. Have a page where you input the number of floors and lifts from the user β | ||
| 2. An interactive UI is generated, where we have visual depictions of lifts and buttons on floors β | ||
| 3. Upon clicking a particular button on the floor, a lift goes to that floor β | ||
|
|
||
| Milestone 1 (Completed): | ||
| - Data store that contains the state of your application data β | ||
| - JS Engine that is the controller for which lift goes where β | ||
| - Dumb UI that responds to controller's commands β | ||
|
|
||
| Milestone 2: | ||
| - Lift having doors open in 2.5s, then closing in another 2.5s | ||
| - Lift moving at 2s per floor | ||
| - Lift stopping at every floor where it was called | ||
| - Mobile friendly design | ||
| Milestone 2 (Completed): | ||
| - Lift having doors open in 2.5s, then closing in another 2.5s β | ||
| - Lift moving at 2s per floor β | ||
| - Lift stopping at every floor where it was called β | ||
| - Mobile friendly design β | ||
|
|
||
| Enhanced Features (New): | ||
| - Smooth animations with cubic-bezier transitions | ||
| - Improved lift allocation algorithm using SCAN method | ||
| - Visual feedback for lift arrival and movement | ||
| - Sound effects for buttons, doors, movement, and arrival | ||
| - Floor and direction indicators inside lifts | ||
| - Enhanced status display with visual cues | ||
|
|
||
| # UI | ||
|  | ||
|  | ||
|  | ||
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.