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

Scenario card selection is not reflected in the UI when dispatching an action to select a specific scenario #379

Open
emilijadunoska opened this issue Sep 2, 2024 · 0 comments
Labels
class:bug Something isn't working type:web-frontend

Comments

@emilijadunoska
Copy link
Contributor

Description

There is an issue where the UI doesn’t update after dispatching the selectScenario action. For instance. during an onboarding tour, this action is supposed to change the scenario to a predefined one for tour purposes. But the UI keeps showing the old scenario instead of updating to the new one, even though the action is dispatched correctly and reflected in other components, like the district map.

Steps to reproduce

  1. Select a scenario other than the baseline scenario.
  2. Start any onboarding tour.
  3. Notice how the baseline scenario card selection doesn’t update visually even though the selectScenario action has been dispatched. The district map shows the change, but the scenario card does not.

Expected Outcome

When the selectScenario action is dispatched programmatically, the UI should update to reflect the newly selected scenario

What browser(s) are you using?

Firefox

Browser Version (and name if 'other' was selected)

No response

@emilijadunoska emilijadunoska added class:bug Something isn't working type:web-frontend labels Sep 2, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in ESID Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
class:bug Something isn't working type:web-frontend
Projects
Status: 🆕 New
Development

No branches or pull requests

1 participant