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

fix(api, application-generic): Filter with supplied tags when fetching subscriber preferences #6991

Merged

Conversation

rifont
Copy link
Contributor

@rifont rifont commented Nov 13, 2024

What changed? Why was the change needed?

  • Filter with supplied tags when fetching subscriber preferences
    • Update the test to include workflows which don't match the supplied tags

Screenshots

Expand for optional sections

Related enterprise PR

Special notes for your reviewer

Copy link

linear bot commented Nov 13, 2024

Copy link

netlify bot commented Nov 13, 2024

Deploy Preview for novu-stg-vite-dashboard-poc ready!

Name Link
🔨 Latest commit cfe3854
🔍 Latest deploy log https://app.netlify.com/sites/novu-stg-vite-dashboard-poc/deploys/6734c0ae66328e00088fee6c
😎 Deploy Preview https://deploy-preview-6991--novu-stg-vite-dashboard-poc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Comment on lines +72 to +79
await session.createTemplate({
noFeedId: true,
tags: [marketingTag],
});
await session.createTemplate({
noFeedId: true,
tags: [],
});
Copy link
Contributor Author

Choose a reason for hiding this comment

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

2 more workflows are creating to ensure the assertion accounts for both:

  • workflows with mismatched tags
  • workflows without tags

…references' of ssh://github.com/novuhq/novu into nv-4750-tags-should-be-respected-when-filtering-inbox-preferences
@rifont rifont merged commit 01858f5 into next Nov 13, 2024
30 checks passed
@rifont rifont deleted the nv-4750-tags-should-be-respected-when-filtering-inbox-preferences branch November 13, 2024 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants