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

filtering out inactive tags based on configuration #148

Merged
merged 2 commits into from
Jul 16, 2023

Conversation

VSydor
Copy link
Contributor

@VSydor VSydor commented Jul 12, 2023

No description provided.

@VSydor VSydor force-pushed the feature/mailchimp-filtering-inactive-tags branch 2 times, most recently from 6906f1e to 33e1b1a Compare July 12, 2023 10:05
@@ -269,9 +269,15 @@ public static class EmailList implements Serializable {
public String crmLeadFilter = "";
}

public static class ContactTagFilters implements Serializable {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should we combine tags and tagPrefixes into one field that allows either an explicit name or a wildcard? Then simply use .contains() in the check?

public static class EmailPlatform extends Platform {
public List<EmailList> lists = new ArrayList<>();
public EmailTagFilters tagFilters = new EmailTagFilters();
public ContactTagFilters contactTagFilters = new ContactTagFilters();
Copy link
Contributor

Choose a reason for hiding this comment

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

If we do the above, this could just be the Set and not another object

@brmeyer brmeyer force-pushed the feature/mailchimp-filtering-inactive-tags branch from bef2237 to 62dc24d Compare July 16, 2023 22:02
@brmeyer brmeyer merged commit 1d43568 into master Jul 16, 2023
@VSydor
Copy link
Contributor Author

VSydor commented Jul 17, 2023

@brmeyer sorry for the late reply and thanks for the updates/merge.

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