-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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(Surveys): Enable partial survey responses #26842
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,178 @@ | |||
import { actions, connect, kea, key, listeners, path, props, reducers, selectors } from 'kea' |
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.
Does this file make sense in this PR? its error tracking related
This PR hasn't seen activity in a week! Should it be merged, closed, or further worked on? If you want to keep it open, post a comment or remove the |
This PR was closed due to lack of activity. Feel free to reopen if it's still relevant. |
It would be awesome to have it released! |
Problem
Needs : PostHog/posthog-js#1597
This PR enables the server to process send partial survey responses as users fill out the survey, not at the end once all questions are answered : #19300
Changes
TODO
Does this work well for both Cloud and self-hosted?
Yes
How did you test this code?