polkadot-runtime-template icon indicating copy to clipboard operation
polkadot-runtime-template copied to clipboard

🏗️ [Core Feature]: Measure usage of the templates

Open ggonzalez94 opened this issue 1 year ago • 0 comments

What is the key feature we're aiming to implement?

We should have an easy way to know how many projects are using our templates and how. This will help us understand how we are doing and how people are using them. We should at least have:

  • How many projects are deploying to production with our templates.
  • How many projects are deploying to testnet with our templates.
  • What template they are using.

One way to measure it is by GH forks, but since we expect tools such as Pop CLI to be an important distribution channel those will not count as forks. One way we have discussed is by adding code to the generic template to emit an event that we can then index to track which template was used.

Contribution Guidelines

  • [X] I agree to follow this project's Contribution Guidelines

ggonzalez94 avatar May 22 '24 15:05 ggonzalez94