Skip to content
This repository was archived by the owner on Oct 29, 2020. It is now read-only.
This repository was archived by the owner on Oct 29, 2020. It is now read-only.

Signups: Data Form Response column #1924

@aaronschachter

Description

@aaronschachter

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.

Illustration:
photo

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions