vmware-tanzu-labs / educates-training-platform

A platform for hosting interactive workshop environments in Kubernetes, or on top of a local container runtime.
https://docs.educates.dev
Apache License 2.0
63 stars 14 forks source link

Be able to track executed `executable actions` on instructions #455

Open jorgemoralespou opened 1 week ago

jorgemoralespou commented 1 week ago

Is your feature request related to a problem? Please describe.

When you're navigating back and forth on the instructions, at some point you might not know whether you have already executed an action or not. There's mechanisms that can prevent an action from being executed twice, but this mechanism does not persist to navigating away and back a page.

Describe the solution you'd like

It'll be ideal that we could somehow save the state of the executed actions on the browsers client storage area, so that when you move from page to page, your actions can be marked as executed or not. This could also open the potential to block going to later pages until the actions on the previous pages have been executed. We might also need to add a way for those typing the action manually themselves to mark the action as executed.

Describe alternatives you've considered

No response

Additional information

No response