-
Notifications
You must be signed in to change notification settings - Fork 286
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
National Weather Service (NWS) module for Emergency Alerts #2859
National Weather Service (NWS) module for Emergency Alerts #2859
Conversation
relates to xibosignageltd/xibo-private#902 - Modified the logic to accommodate 'No Alert' situation. - Removed the onScheduleCriteriaRequest() as this connector will share Emergency Alert's onScheduleCriteriaRequest() instead. - Code optimization. - Updated the NWS' push message's values.
relates to xibosignageltd/xibo-private#902 - Fixed PHPCS errors.
relates to xibosignageltd/xibo-private#902 - Fixed some few errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it looks good.
Just a note that PR test on this one, might be hard ( as the interface is added in a different PR )
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
We need to make sure then that we test and merge the other PR ( #2861 ) first. |
TEST: login.cy.js END |
Test Suite: succeeded ✅ |
relates to xibosignageltd/xibo-private#902