Explorar el Código

:memo: Small note on how to proceed with SurveyCompleteView

brian_dev_survey_complete
tomit4 hace 2 años
padre
commit
f9ccc4cb58
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      frontend/src/views/OnboardingView.vue

+ 1
- 0
frontend/src/views/OnboardingView.vue Ver fichero

30
             p(v-if='currentStep != 0') You have completed: {{ currentStep }} / {{ survey?.steps?.length }} survey steps
30
             p(v-if='currentStep != 0') You have completed: {{ currentStep }} / {{ survey?.steps?.length }} survey steps
31
 
31
 
32
     article(v-else)
32
     article(v-else)
33
+        // TODO: format answers and surveySteps on created based off of existing responses
33
         SurveyCompleteView(:answers='answered' :surveySteps='survey.steps' :responses='responses')
34
         SurveyCompleteView(:answers='answered' :surveySteps='survey.steps' :responses='responses')
34
 </template>
35
 </template>
35
 
36
 

Loading…
Cancelar
Guardar