mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-11 10:30:10 +00:00
## Summary Updates `SurveyResponses` interface to match actual survey fields 1-to-1 based on analytics requirements. ## Changes - Remove `team_size` property (no corresponding survey question exists) - Change `use_case` to `useCase` to match actual survey field name - Remove `intended_use` property (doesn't exist in actual survey) - Add `making` field array for content generation type tracking (video, image, etc.) This fixes a Mixpanel analytics issue where survey properties weren't mapping 1-to-1 with actual survey questions, making statistical analysis difficult. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6314-bugfix-fix-survey-properties-mapping-to-match-actual-survey-data-2996d73d36508158a335e6b73e3e14ef) by [Unito](https://www.unito.io)