Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Lineage: Create Transform Function for All Filter #7689

Open
Cali0707 opened this issue Feb 14, 2024 · 0 comments
Open

Event Lineage: Create Transform Function for All Filter #7689

Cali0707 opened this issue Feb 14, 2024 · 0 comments

Comments

@Cali0707
Copy link
Member

Cali0707 commented Feb 14, 2024

Problem
Transform functions are how we track changes to eventtypes as events flow through the system. To support the all filter, we should implement a transform function to represent how a given eventtype becomes "narrower" as it passes the filter. Specifically, this transform function should (for each filter in the all filter):

  1. Apply the filter
  2. If the resulting eventtype is nil, return nil.

Persona:
Which persona is this feature for?

Exit Criteria
A measurable (binary) test that would indicate that the problem has been resolved.

Time Estimate (optional):
How many developer-days do you think this may take to resolve?

Additional context (optional)
Add any other context about the feature request here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant