Summary of the new feature / enhancement
Currently, all FeedbackProviders will get called for every situation but we need to identify categories of when feedback can be provided. For example:
There may be other scenarios and some FeedbackProviders may support multiple scenarios.
Proposed technical implementation details (optional)
Probably need an enum and have each IFeedbackProvider implementation declare what it supports
Summary of the new feature / enhancement
Currently, all FeedbackProviders will get called for every situation but we need to identify categories of when feedback can be provided. For example:
There may be other scenarios and some FeedbackProviders may support multiple scenarios.
Proposed technical implementation details (optional)
Probably need an enum and have each IFeedbackProvider implementation declare what it supports