-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugExisting functionality isn't behaving as expectedExisting functionality isn't behaving as expectedshould haveShould be done, medium priority for nowShould be done, medium priority for now
Description
Description
The telemetry feature gives users the option to opt-in or out of having data sent back from their local or Altis Cloud environment to Vantage via a popup. It is a sub-module in Altis core called telemetry. This is per-user, it pops up per for each person.
We had a request to allow disabling telemetry globally via composer.json, current one workaround is to hook the get_user_meta call to disable it.
How to reproduce
- Create a new local server environment
- Login to /wp-admin
- You'll see the message
to help us develop Altis, we would like to collect data on your usage of the software. This will help us build a better product for you.displayed
Acceptance Criteria
- The telemetry feature can be disabled via a composer.json configuration (the popup should no longer be visible)
- The profile telemtry opt-in option no longer appears
- This configuration is documented in the Altis docs
For Altis Team Use
Ready for Work Checklist
Is this ticket ready to be worked on? See
the Play Book Definition of Ready
- Is the title clear?
- Is the description clear and detailed enough?
- Are acceptance criteria listed?
- Have any dependencies been identified? (Optional)
- Have any documentation/playbook changes been identified? (Optional)
- Is an estimate or time box assigned?
- Is a priority label assigned?
- Is this ticket added to a milestone?
- Is this ticket added to an epic? (Optional)
Completion Checklist
Is this ticket done? See
the Play Book Definition of Done
- Has the acceptance criteria been met?
- Is the documentation updated (including README)?
- Do any code/documentation changes meet project standards?
- Are automatic tests in place to verify the fix or new functionality?
- Or are manual tests documented (at least on this ticket)?
- Are any Playbook/Handbook pages updated?
- Has a new module release (patch/minor) been created/scheduled?
- Have the appropriate
backportlabels been added to the PR? - Is there a roll-out (and roll-back) plan if required?
Metadata
Metadata
Assignees
Labels
bugExisting functionality isn't behaving as expectedExisting functionality isn't behaving as expectedshould haveShould be done, medium priority for nowShould be done, medium priority for now