Product
Blog
Docs
Pricing
Log in
Sign up
khxu/presentation-survey
khxu/presentation-survey
/
Compare
Merge
matrix-question
into
main
13 files changed
Hide whitespace
+1210
-127
backend/aggregate.ts
+79
-15
main
matrix-question
backend/surveys.ts
+144
-37
frontend/components/builder/QuestionEditor.tsx
+6
-1
frontend/components/charts/ResultsView.tsx
+133
-26
frontend/components/proposals/ProposalCard.tsx
+5
-0
frontend/components/respond/QuestionInput.tsx
+4
-0
frontend/pages/Admin.tsx
+1
-0
H
index.ts
+126
-35
shared/questions.ts
+185
-8
shared/types.ts
+45
-5
frontend/components/builder/MatrixEditor.tsx
+218
-0
frontend/components/charts/MatrixHeatmap.tsx
+144
-0
frontend/components/respond/MatrixInput.tsx
+120
-0