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

Fixed filter order execution #10

Merged
merged 2 commits into from
Apr 4, 2023
Merged

Fixed filter order execution #10

merged 2 commits into from
Apr 4, 2023

Conversation

Bullrich
Copy link
Contributor

@Bullrich Bullrich commented Apr 4, 2023

Fixed the moment where the results are filtered.

Before we assumed that if we had stale issues, that was a positive result and then we would execute the filters.

With this change we execute filters BEFORE we take the happy path, solving us from the issue of reporting 5 issues but not showing anything in the data.

I also removed the summary from the event that there are no stale issues as it was over population the summary page

@Bullrich Bullrich requested a review from mordamax April 4, 2023 14:49
@Bullrich Bullrich self-assigned this Apr 4, 2023
@Bullrich Bullrich requested a review from a team as a code owner April 4, 2023 14:49
@Bullrich Bullrich merged commit dc1e870 into main Apr 4, 2023
@Bullrich Bullrich deleted the bullrich/filters-fix branch April 4, 2023 17:41
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.

2 participants