-
Notifications
You must be signed in to change notification settings - Fork 56
Added more bus api events #110
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
Added more bus api events #110
Conversation
185e450
to
cbfaebf
Compare
src/constants.js
Outdated
@@ -61,6 +61,12 @@ export const BUS_API_EVENT = { | |||
PROJECT_CANCELED: 'notifications.connect.project.canceled', | |||
PROJECT_ACTIVE: 'notifications.connect.project.active', | |||
|
|||
PROJECT_PHASE_TRANSITION_ACTIVE: 'project.phase.transition.active', |
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.
@architectt1 @gondzo I think we need to keep notifications.connect
as prefix for all new events as well.
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.
agreed, I'll push the change shortly
looks like a bug. agreed on the isEqual change. |
Could you please do that change in this same PR @gondzo? I haven't checked out the the architectt1's origin yet. Also, seems like their is conflict as well, which needed to be resolved before merging. After these changes, I think we are safe to merge this PR into dev. |
@gondzo, resolved conflict, merging the PR to reduce the number of things in flight. |
All events are sent when needed.