pairwise-tech / pairwise

The Pairwise Codebase
https://app.pairwise.tech
6 stars 0 forks source link

Bug Setting Initial Active Challenge IDs #234

Closed bonham000 closed 4 years ago

bonham000 commented 4 years ago

When the app initializes and sets the initial/default challenge IDs it defaults to the first challenge in each course. This results in the setChallengeIdContext action which results in updateLastActiveChallengeIds which results in the Home screen incorrectly interpreting the first course as "In Progress" even though the user has not interacted with it yet.

The result is the first course says "Resume" rather than "Start" for a new user.