Skip to content

Commit 3bda4df

Browse files
author
Vikas Agarwal
committed
Updated kafka topics names, mostly for new topics in this release. However, updated a few old ones too because they were either using camel case names or something else that has to be changed even if we don’t change the name as per new standards.
1 parent 973dbe3 commit 3bda4df

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

connect/constants.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,20 @@ module.exports = {
3838
LINK_CREATED: 'notifications.connect.project.linkCreated',
3939
PAUSED: 'notifications.connect.project.paused',
4040
SUBMITTED_FOR_REVIEW: 'notifications.connect.project.submittedForReview',
41-
SPECIFICATION_MODIFIED: 'notifications.connect.project.specificationModified',
41+
SPECIFICATION_MODIFIED: 'connect.action.project.product.update.spec',
4242
},
4343
PROJECT_PLAN: {
44-
READY: 'notifications.connect.project.planReady',
45-
MODIFIED: 'notifications.connect.project.plan.updated',
46-
PROGRESS_UPDATED: 'notifications.connect.project.progressModified',
44+
READY: 'connect.action.project.plan.ready',
45+
MODIFIED: 'connect.action.project.plan.updated',
46+
PROGRESS_UPDATED: 'connect.action.project.updated.progress',
4747
PHASE_ACTIVATED: 'notifications.connect.project.phase.transition.active',
4848
PHASE_COMPLETED: 'notifications.connect.project.phase.transition.completed',
4949
PHASE_PAYMENT_UPDATED: 'notifications.connect.project.phase.update.payment',
5050
PHASE_PROGRESS_UPDATED: 'notifications.connect.project.phase.update.progress',
5151
PHASE_SCOPE_UPDATED: 'notifications.connect.project.phase.update.scope',
52-
MILESTONE_ACTIVATED: 'notifications.connect.project.phase.milestone.transition.active',
53-
MILESTONE_COMPLETED: 'notifications.connect.project.phase.milestone.transition.completed',
54-
WAITING_FOR_CUSTOMER_INPUT: 'notifications.connect.project.phase.milestone.waiting.customer',
52+
MILESTONE_ACTIVATED: 'connect.action.timeline.milestone.transition.active',
53+
MILESTONE_COMPLETED: 'connect.action.timeline.milestone.transition.completed',
54+
WAITING_FOR_CUSTOMER_INPUT: 'connect.action.timeline.milestone.waiting.customer',
5555
},
5656
TOPIC: {
5757
CREATED: 'notifications.connect.project.topic.created',

0 commit comments

Comments
 (0)