Skip to content

Feature 2814/slack pulse survey integration#2820

Merged
mkimberlin merged 14 commits intodevelopfrom
feature-2814/slack-pulse-survey-integration
Jan 31, 2025
Merged

Feature 2814/slack pulse survey integration#2820
mkimberlin merged 14 commits intodevelopfrom
feature-2814/slack-pulse-survey-integration

Conversation

@ocielliottc
Copy link
Collaborator

This needs to be deployed to an external server to continue development.

There is an extraneous change on this branch where I renamed sendPendingEmail method to notifyUsers because I originally thought that we were going to push the Pulse form out to the users. It is now up to the user to run the slash command: /pulse to initiate the Slack pulse flow.

return pulse.internalScore > 0 && pulse.internalScore <= 5 &&
(pulse.externalScore == null ||
(pulse.externalScore > 0 && pulse.externalScore <= 5));
});
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we have bad data somewhere?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is nothing that restricts externalScore from being any integer value. When I was testing, just for fun, I decided to send values outside of that range and it did not deal well.

@mkimberlin mkimberlin merged commit b59208f into develop Jan 31, 2025
5 checks passed
@mkimberlin mkimberlin deleted the feature-2814/slack-pulse-survey-integration branch January 31, 2025 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants