humanmade / humanmade/aws-analytics
Support personal data export feature
Open
- Dominant language
- JavaScript
- Stars
- 19
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Bit trickier this one but similar to #16
Docs here: https://developer.wordpress.org/plugins/privacy/adding-the-personal-data-exporter-to-your-plugin/
Would require the same two pronged approach:
- Send current endpoint ID with request
- Query all records from Elasticsearch that match (may need to be paginated)
- If user is logged in query by `endpoint.User.UserId`
Blocked by #18
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.