diff --git a/frontend/components/InteractionGuide.vue b/frontend/components/InteractionGuide.vue new file mode 100644 index 00000000..cd2b7169 --- /dev/null +++ b/frontend/components/InteractionGuide.vue @@ -0,0 +1,111 @@ + + + + + + What are you trying to do? + + + + {{ choice.title }} + {{ choice.text }} + + + Start + + + + + + + + + + Step: {{ stepId }} + Missing a guide for {{ stepId }} step. + + + + + + + + + Next + + + + + {{ !isLastStep ? 'Reset' : 'Completed' }} + + + + + + + Step {{ currentStepIndex + 1 }} of {{ steps.length }} + + + + + + Your progress is saved even if you navigate away. So feel free to do the steps and come back after each one. + + + + + + diff --git a/frontend/pages/getting_started.vue b/frontend/pages/getting_started.vue new file mode 100644 index 00000000..f6bc5f6f --- /dev/null +++ b/frontend/pages/getting_started.vue @@ -0,0 +1,62 @@ + + + + + + + Getting Started + + + + A step by step guide to get you started with specific tasks. + + + + + + + + + + Step: Add Backend + + 1. ... + + + + + + + Step: Import Data + + 1. ... + + + + + + + Step: Force Export + + 1. ... + + + + + + + Step: Enable Import + + 1. ... + + + + + + + + + +
{{ choice.text }}
Missing a guide for {{ stepId }} step.
{{ stepId }}
+ 1. ... +