You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2020. It is now read-only.
Add a new column signup_data_form_response to store how users respond to the signup data form. When data team wants to pull which users have requested thumbsocks, banners, etc. - they need to pull all signups where the response = 1.
Add an int column signup_data_form_response to the dosomething_signup table, with default NULL.
For any existing signup record with a signup_data_form_timestamp, update the signup_data_form_response column to 1.
Upon submitting a signup_data_form, store 1 if user submits the form but 0 on "Skip" response.
Upon viewing a signup_data_form again, if the response=1, show the form_submitted_copy. If response=0, user should be allowed to submit form to "opt in" and ask for a banner.