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

feat: allow to navigate in past and futur #95

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

ReidyT
Copy link
Collaborator

@ReidyT ReidyT commented Dec 9, 2024

Note

For now, the whole simulation is computed on each change.
That means, if we change the insulation from Aerogel to Brick in the middle of the simulation,
the effect is the same as if we always set the Brick as the insulation.

  • Test with Playwright
    • go to the futur correctly
    • go to the past correctly
    • test the update of electricity
    • test the update of floors
    • test the update of the simulation's duration update the slider
    • test the update of the indoor temperature
    • test the update of the outdoor temperature
    • test the update of wall insulation
    • test the update of wall composition
    • test the update of window insulation
    • test the update of the window size
    • test that the update impact the whole simulation and not the instant T.
  • display current day
  • display first and last day

@ReidyT ReidyT self-assigned this Dec 9, 2024
@ReidyT ReidyT linked an issue Dec 9, 2024 that may be closed by this pull request
@ReidyT ReidyT force-pushed the 52-navigate-back-front-simulation branch 3 times, most recently from d367432 to ca8b364 Compare December 13, 2024 14:32
* feat(test): refactor HousePage to extract the settings and control
* feat(refactor): convert the HouseComponentsContext into a hook
* feat(refactor): rename ControlPanel to SettingsPanel
* feat(refactor): rename FirstScene by to PlayerView and move components in common
* feat(refactor): move canvas and simulation control in their own file
* feat(test): check that changing the parameters affect the simulation
@ReidyT ReidyT force-pushed the 52-navigate-back-front-simulation branch from ca8b364 to a349e5d Compare December 13, 2024 15:35
@ReidyT ReidyT merged commit 4e6dc93 into main Dec 13, 2024
3 checks passed
@ReidyT ReidyT deleted the 52-navigate-back-front-simulation branch December 13, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Navigate front/back in the simulation
1 participant