Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decommission active consumers information tracking #10189

Open
1 task
eugene-manuilov opened this issue Feb 6, 2025 · 0 comments
Open
1 task

Decommission active consumers information tracking #10189

eugene-manuilov opened this issue Feb 6, 2025 · 0 comments
Assignees
Labels
P2 Low priority PHP Type: Enhancement Improvement of an existing feature

Comments

@eugene-manuilov
Copy link
Collaborator

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 and Activity_Metrics classes and remove them.

class Active_Consumers extends User_Setting {


Do not alter or remove anything below. The following sections will be managed by moderators only.

Acceptance criteria

  • Active customers information is no longer sent with refresh token requests

Implementation Brief

Test Coverage

QA Brief

Changelog entry

@eugene-manuilov eugene-manuilov added P2 Low priority PHP Type: Enhancement Improvement of an existing feature labels Feb 6, 2025
@aaemnnosttv aaemnnosttv self-assigned this Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Low priority PHP Type: Enhancement Improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants