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 ability to filter webhooks by Creative Concept. #13

Open
5 tasks done
andrewculver opened this issue Nov 29, 2022 · 1 comment
Open
5 tasks done

Add ability to filter webhooks by Creative Concept. #13

andrewculver opened this issue Nov 29, 2022 · 1 comment
Assignees

Comments

@andrewculver
Copy link
Contributor

andrewculver commented Nov 29, 2022

Modeling

  • Add an optional belongs_to :scaffolding_absolutely_abstract_creative_concept to the Webhooks::Outgoing::Endpoint model.
  • Add a super_select field to the Endpoint form, allowing users to select which creative concept webhooks should be filtered for.
  • Add the field to the locales in config/locales/en/webhooks/outgoing/endpoints.en.yml.

Behavior

If a Creative Concept is selected for an Endpoint:

  • make it so we only deliver scaffolding_absolutely_abstract_creative_concepts.* events for that Creative Concept.
  • make it so we only deliver scaffolding_completely_concrete_tangible_things.* events that belong to the selected Creative Concept.
@ps-ruby ps-ruby self-assigned this Nov 30, 2022
@ps-ruby
Copy link
Contributor

ps-ruby commented Nov 30, 2022

@andrewculver I think we need to add a creative concept in the endpoint details page as well.

image

What do you think?

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

No branches or pull requests

2 participants