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

Path state #109

Closed dpgraham4401 closed 4 months ago

dpgraham4401 commented 4 months ago

Description

Adds state, along with getter, setter, and actions for appending to/remove from the path the user makes through the decision tree.

Acting on the current path (alering the UI) is outside the scope of this PR.

We also remove the trigger to run CodeQL workflows on push to main. Since all pushes to main require a PR via github, it's kinda wasteful to run it twice (and it takes a while).

Issue ticket number and link

None, but related to #101 and #102

Checklist