-
Notifications
You must be signed in to change notification settings - Fork 8
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
It looks that each event type has separate component defined: #95
Comments
limiting to 2 events, EventNetworkQuality and EventSubscriptionEnds. |
issue fixed in commit 630372b |
Hi @rartych , I reviewed the approach taken by geofencing and device reachability. both of them have specific components defined for each event type which is understandable. I would still do it differently for device reachability and i will put a issue there for enhancement. In case of connectivity insights the only event is network quality insights(other than subscription ends) and in the same components a number of threshold could either be marked as met vs not met (defined as enum). we cannot have 2 events as met vs not-met as in most cases all the define KPIs thresholds will not be mapped to same enum. In most cases will always have a combination of thresholds which are met and some of them which are not met. Hope this makes sense. |
I used 2 event types as they were already defined in the proposed yaml file. So I have modified the naming to follow the template Design Guidelines and used them in the discriminator. |
thank you for the feedback and confirmation that 1 event type is good. |
i see that the code changes are yet to be merged for this change. Will keep this issue open till the PR is reviewed and merged. |
Following suggestions for lines 891-898
Originally posted by @rartych in #67 (comment)
The text was updated successfully, but these errors were encountered: