BootNodeDev / dAppBooster

A modern blockchain boilerplate built to quickly get you started with your next project.
https://dappbooster.dev
MIT License
4 stars 1 forks source link

Add analytics to dappBooster.dev #304

Open pragalli opened 1 week ago

pragalli commented 1 week ago

I want to implement an analytics system, So that I can track the number of times each component is tested, identify which components are most used, and monitor the number of users connecting to the dApp and the external links they visit.

Acceptance Criteria:

  1. Component Usage Tracking:

    • [ ] Integrate an analytics system to log the number of times each component in the dApp is used.
    • [ ] Generate a report showing the most used components and their frequency of use.
  2. User Connection Monitoring:

    • [ ] Implement tracking to capture the number of users connecting to the dApp.
    • [ ] Ensure data is available in a dashboard accessible to developers for analysis.
  3. External Link Tracking:

    • [ ] Configure the system to track external links users navigate to from the dApp.
    • [ ] Store and display data about these external links in the analytics reports.
fernandomg commented 1 week ago

and the details? 🤣

pragalli commented 1 week ago

Here it is! wolo