You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2020. It is now read-only.
The Powers (4 progress bars) should reset to the previous state on clicking replay or going to map mid-scenario. But instead, they save state and increase from that state on replaying.
Mocks
Issue GIF for clicking replay
Issue GIF for going to map mid-scenario
Acceptance Criteria
Update [Required]
The Powers should reset to the previous state,
on clicking replay
on going to map mid-scenario and again opening the scenario.
Definition of Done
All of the required items are completed.
Approval by 1 mentor.
The text was updated successfully, but these errors were encountered:
I would go about solving the problem in the following way: The Karma points do reset on replaying or going to map mid-scenario. They do this by maintaining total points and current scene points and on replay, they subtract current scene points from total points. If there is a current-progress variable for the progress bar we can use it similarly to reset the original progress variables to the previous state.
Description
The Powers (4 progress bars) should reset to the previous state on clicking replay or going to map mid-scenario. But instead, they save state and increase from that state on replaying.
Mocks
Issue GIF for clicking replay
Issue GIF for going to map mid-scenario
Acceptance Criteria
Update [Required]
The Powers should reset to the previous state,
Definition of Done
The text was updated successfully, but these errors were encountered: