Skip to content

Store the opt-in user details in the options#85

Merged
tarecord merged 1 commit into
developfrom
feature/FRAME-171/store-email-in-options
Sep 25, 2023
Merged

Store the opt-in user details in the options#85
tarecord merged 1 commit into
developfrom
feature/FRAME-171/store-email-in-options

Conversation

@tarecord
Copy link
Copy Markdown
Member

This will help provide a point of reference if the user opt-in needs to be sent again or we need it for some other purpose down the road.

The new option listed in the option table

For reference, the value stored in the database is the same json-encoded payload sent to the server during user opt-in:

{
  "name":"admin",
  "email":"admin@telemetry-library.lndo.site",
  "plugin_slug":"telemetry-library"
}

This will help provide a point of reference if the user opt-in needs to
be sent again or we need it for some other purpose down the road.
@tarecord tarecord self-assigned this Sep 13, 2023
Copy link
Copy Markdown
Contributor

@ChrisMKindred ChrisMKindred left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be very helpful in the future.

@tarecord tarecord merged commit c125f1b into develop Sep 25, 2023
@tarecord tarecord deleted the feature/FRAME-171/store-email-in-options branch September 25, 2023 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants