Closed
Description
What are the problems today
- We have no way of measuring the impact of using modules in their apps.
- Our current model just relies on measuring how many users copy their widgets/js/queries across pages
How do we plan to solve it?
- We have to measure the real impact of time consumed in copying and making changes in multiple places
- We will need to introduce further analytics events to make this possible
- We will need to store the details of where a query is copied from to make the change
What are the next steps
- Make the changes needed in queries to provide the details of where the query was copied from - [Task]: Send
originalActionId
parameters to the create Action API #24734 - Create a hashing algorithm to cache details of query and update the SAVE_API event to start sending the originalQueryId and the hash
- Create a report which contains the logic on measuring the time it takes to make the same change across multiple apis.