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

Add sendingState filter in EmailCampaignsGrid #249

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

juliawegmayr
Copy link
Contributor

@juliawegmayr juliawegmayr commented Dec 13, 2024

Description

The column sendingState in the EmailCampaignsGrid should be filterable.

Screenshots/screencasts

Screen.Recording.2024-12-13.at.13.12.10.mov

Changeset

[x] I have verified if my change requires a changeset

Related tasks and documents

https://vivid-planet.atlassian.net/browse/COM-1451

Further information

As you can see in the screencast, the is not filter option is not working correctly. This bug will be fixed in Comet.

@juliawegmayr juliawegmayr self-assigned this Dec 13, 2024
@juliawegmayr juliawegmayr changed the title add sendingState filter Add sendingState filter in EmailCampaignsGrid Dec 13, 2024
@juliawegmayr juliawegmayr marked this pull request as ready for review December 13, 2024 13:01
@auto-assign auto-assign bot requested a review from raphaelblum December 13, 2024 13:01
Comment on lines +669 to +680
sendingState: SendingStateEnumFilter
scheduledAt: DateFilter
and: [EmailCampaignFilter!]
or: [EmailCampaignFilter!]
}

input SendingStateEnumFilter {
isAnyOf: [SendingState!]
equal: SendingState
notEqual: SendingState
}

Copy link
Contributor

Choose a reason for hiding this comment

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

The schema changes of the packages/api/schema.gql are missing in this PR, they should be here as wenn

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added here: da1a0ef after fixing generate-scheme file in the main branch.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube Cloud

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