USEPA / the-manifest-game

Interactive decision tree to help e-Manifest users
https://usepa.github.io/the-manifest-game/
MIT License
1 stars 1 forks source link

Fix current decision #123

Closed dpgraham4401 closed 4 months ago

dpgraham4401 commented 4 months ago

Description

fix PR fixes #104

It removes redundant state in our global store, so the current decision is a calculated value from the decision path the user has take through the tree. We are able to remove state related to a node/decision's status from the slice that stored the tree config retrieved from the server.

Issue ticket number and link

closes #104

Checklist