瀏覽代碼

:memo: Small note on how to proceed with SurveyCompleteView

tags/0.0.4
tomit4 2 年之前
父節點
當前提交
d146309174
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      frontend/src/views/OnboardingView.vue

+ 1
- 0
frontend/src/views/OnboardingView.vue 查看文件

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

Loading…
取消
儲存