-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(tt): survey page for year end survey #1763
Conversation
it needed to use the survey machine context and not the incoming props for the survey component
also fixes multiple-select where many answers can be chosen
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saving individual responses as they are entered, instead of waiting until the last one is submitted might be helpful in case users drop off (I suspect they will, likely on the final free form question). NUQS for search params state management would also be a nice improvement.
adds a survey page at /survey