Files
myeasycms-v2/packages/analytics
Giancarlo Buomprisco 5eefa7ff16 Add events handling and enhance analytics tracking (#47)
* Add events handling and enhance analytics tracking

Added a new events system to track user actions throughout the application. Specific significant events such as user signup, sign-in, and checkout have dedicated handlers. Updated the analytics system to handle these event triggers and improved analytics reporting. An analytics provider has been implemented to manage event subscriptions and analytics event mappings.

* Remove unused dependencies from package.json files

Unused packages "@tanstack/react-table" and "next" have been removed from the packages/shared and tooling directories respectively. These changes help ensure that only needed packages are included in the project, reducing potential security risks and unnecessary processing overhead.

* Update dependencies

Multiple package versions were updated including "@tanstack/react-query" and "lucide-react"
2024-07-22 14:03:03 +08:00
..
2024-07-19 23:33:52 +08:00
2024-07-19 23:33:52 +08:00
2024-07-19 23:33:52 +08:00

Analytics - @kit/analytics

@kit/analytics Package provides a simple and consistent API for tracking analytics events in web applications.

Overview

This version of the @kit/analytics package uses classes internally for structure and encapsulation, but exposes a functional API for ease of use and consistency with Makerkit's style.

Implementation