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
When we worked on the dashboard sharing functionality, we added the functionality that tracked with which roles the dashboard had been shared. This information was saved on the service side for business decision needs. But now, after more than a year, we don't need this information anymore and has stopped saving it on the service side.
We also need to update the plugin to stop sending this information to the service. In particular, we need to stop using Active_Consumers and Activity_Metrics classes and remove them.
Feature Description
When we worked on the dashboard sharing functionality, we added the functionality that tracked with which roles the dashboard had been shared. This information was saved on the service side for business decision needs. But now, after more than a year, we don't need this information anymore and has stopped saving it on the service side.
We also need to update the plugin to stop sending this information to the service. In particular, we need to stop using
Active_Consumers
andActivity_Metrics
classes and remove them.site-kit-wp/includes/Core/Dashboard_Sharing/Activity_Metrics/Active_Consumers.php
Line 23 in aaa172c
site-kit-wp/includes/Core/Dashboard_Sharing/Activity_Metrics/Activity_Metrics.php
Line 23 in aaa172c
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
Test Coverage
QA Brief
Changelog entry
The text was updated successfully, but these errors were encountered: