Skip to content

feat: add event transformer pipeline for automatic event enrichment - #9

Merged
alirezat66 merged 1 commit into
developfrom
7-feature-request-global-event-parameters
Aug 10, 2026
Merged

feat: add event transformer pipeline for automatic event enrichment#9
alirezat66 merged 1 commit into
developfrom
7-feature-request-global-event-parameters

Conversation

@alirezat66

Copy link
Copy Markdown
Owner

No description provided.

@alirezat66 alirezat66 left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enrechment_event added to package

@alirezat66
alirezat66 merged commit 06889da into develop Aug 10, 2026
alirezat66 added a commit that referenced this pull request Aug 10, 2026
Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>
alirezat66 added a commit that referenced this pull request Aug 10, 2026
* add creation of category and subcategory into readme and add test for them.

* feat: add event transformer pipeline for automatic event enrichment (#9)

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* style: format code for better readability in event test files

* fix: update transformer function signatures to use BaseEvent type

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>
alirezat66 added a commit that referenced this pull request Aug 10, 2026
* refactor: rename BaseEvent methods `getName` and `getProperties` to getters `name` and `properties`

This commit refactors the `BaseEvent` class by changing the methods `getName()` and `getProperties()` to getters `name` and `properties` respectively. This change simplifies the API for accessing event data.

All usages of these methods across the codebase, including in tests, examples, and internal logic, have been updated to use the new getter syntax.

Additionally, the example project's pubspec.lock has been updated.

* Add repository code owner

* Develop (#10)

* add creation of category and subcategory into readme and add test for them.

* feat: add event transformer pipeline for automatic event enrichment (#9)

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* style: format code for better readability in event test files

* fix: update transformer function signatures to use BaseEvent type

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* fix: keep BaseEvent getName/getProperties as deprecated wrappers for backward compatibility

* style: apply dart format to satisfy CI

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh66@gmail.com>
Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
alirezat66 added a commit that referenced this pull request Aug 11, 2026
* refactor: rename BaseEvent methods `getName` and `getProperties` to getters `name` and `properties`

This commit refactors the `BaseEvent` class by changing the methods `getName()` and `getProperties()` to getters `name` and `properties` respectively. This change simplifies the API for accessing event data.

All usages of these methods across the codebase, including in tests, examples, and internal logic, have been updated to use the new getter syntax.

Additionally, the example project's pubspec.lock has been updated.

* Add repository code owner

* Develop (#10)

* add creation of category and subcategory into readme and add test for them.

* feat: add event transformer pipeline for automatic event enrichment (#9)

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* style: format code for better readability in event test files

* fix: update transformer function signatures to use BaseEvent type

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* fix: keep BaseEvent getName/getProperties as deprecated wrappers for backward compatibility

* style: apply dart format to satisfy CI

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh66@gmail.com>
Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
alirezat66 added a commit that referenced this pull request Aug 11, 2026
* add creation of category and subcategory into readme and add test for them.

* refactor: rename BaseEvent methods `getName` and `getProperties` (#1)

* refactor: rename BaseEvent methods `getName` and `getProperties` to getters `name` and `properties`

This commit refactors the `BaseEvent` class by changing the methods `getName()` and `getProperties()` to getters `name` and `properties` respectively. This change simplifies the API for accessing event data.

All usages of these methods across the codebase, including in tests, examples, and internal logic, have been updated to use the new getter syntax.

Additionally, the example project's pubspec.lock has been updated.

* Add repository code owner

* Develop (#10)

* add creation of category and subcategory into readme and add test for them.

* feat: add event transformer pipeline for automatic event enrichment (#9)

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* style: format code for better readability in event test files

* fix: update transformer function signatures to use BaseEvent type

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>

* fix: keep BaseEvent getName/getProperties as deprecated wrappers for backward compatibility

* style: apply dart format to satisfy CI

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh66@gmail.com>
Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>

* docs: update homepage and documentation links in README and pubspec.yaml (#12)

* chore: update version to 2.0.0 and document breaking changes in CHANGELOG

* refactor: update tests to use new property accessors instead of deprecated methods

---------

Co-authored-by: Reza Taghizadeh <alirezataghizadeh@gmail.com>
Co-authored-by: Amir Jabbari <am.jabbarii@gmail.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
@alirezat66
alirezat66 deleted the 7-feature-request-global-event-parameters branch August 11, 2026 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant