Skip to content

[Feature Request]: Support Custom Events for CellEventCoordinator #159

@AdrianDuan

Description

@AdrianDuan

Guidelines

  • I agree to follow this project's Contributing Guidelines.

Description

Currently, CellEventCoordinator only supports a predefined set of cell events (didSelectCell,didDeselectCell).
In many real-world scenarios, developers need to react to additional, domain-specific interactions that don’t fit into the existing event types. It would be very helpful if ReactiveCollectionsKit allowed users to define and emit custom events within CellEventCoordinator.

Example Use Case:

In many apps, analytics and event tracking are handled centrally at the ViewController level. For example, when a cell triggers a specific business interaction (e.g., "Add to Favorites", "Open Detail with Special Mode", or "Trigger custom SDK event"), we want to forward this as a typed event through the same coordinator pipeline rather than creating parallel event systems. Custom events would make it possible to standardize these flows while still leveraging the existing reactive structure.

Problem

N/A

Proposed Solution

N/A

Alternatives Considered

N/A

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions