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

feat(notifications): initial rule engine + tests #5783

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hayemaxi
Copy link
Contributor

Initial code for a rule engine to determine whether or not to show an in-IDE notification. A notification is a JSON payload with a set amount of criteria. The rule engine accepts context from the currently running extension then determines if the notification payload's criteria will fit the provided context.

The types match the commonly designed schema, but may change in future commits.

Future work:

  • More docs
  • Updates to types and/or criteria
  • Code that will use this

License: I confirm that my contribution is made under the terms of the Apache 2.0 license.

@hayemaxi hayemaxi requested a review from a team as a code owner October 14, 2024 21:08
Copy link

This pull request implements a feature or fix, so it must include a changelog entry. See CONTRIBUTING.md#changelog for instructions.

Initial code for a rule engine to determine whether or not to show an in-IDE notification.
A notification is a JSON payload with a set amount of criteria. The rule engine accepts
context from the currently running extension then determines if the notification payload's
criteria will fit the provided context.

The types match the commonly designed schema, but may change in future commits.

Future work:
- More docs
- Updates to types and/or criteria
- Code that will use this
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