-
Notifications
You must be signed in to change notification settings - Fork 331
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
feat(kudos): send kudos at the end of the retro #9288
Merged
Merged
Changes from 13 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
56fcf95
feat(kudos): send kudos by text in standups
igorlesnenko 8a1f3a0
Remove console logs
igorlesnenko b0520eb
Fix test
igorlesnenko 9eaeb3b
Store unicode emoji too
igorlesnenko c69445d
Link teamPromptResponseId
igorlesnenko e09969d
Update slack notification
igorlesnenko 92601b9
Update email notification
igorlesnenko 606a9a8
Mention notification analytics
igorlesnenko cce3c1e
response mentioned toast analytics
igorlesnenko bee99b8
Enable mentions in retro reflections
igorlesnenko 9599f6f
feat(kudos): enable mentions in retro reflections
igorlesnenko ec9c423
feat(kudos): send kudos at the end of the retro
igorlesnenko 4313555
Handle anonymous notifications
igorlesnenko 3d1ea2c
Make some params optional
igorlesnenko 0356481
make editorRef optional
igorlesnenko 56edc8f
Merge branch 'master' of github.com:ParabolInc/parabol into retro-men…
igorlesnenko 9407f4a
Clear undo redo stack
igorlesnenko e466f5e
Merge branch 'retro-mentions' of github.com:ParabolInc/parabol into r…
igorlesnenko 5a88ad7
remove any
igorlesnenko bb48933
Merge branch 'master' of github.com:ParabolInc/parabol into retro-kudos
igorlesnenko 860db8e
rebuild
igorlesnenko 820339a
make name and picture nullable
igorlesnenko 3516ed7
Merge branch 'master' of github.com:ParabolInc/parabol into retro-kudos
igorlesnenko 4bbb67b
Change anonymous to someone
igorlesnenko File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
+1 maybe "Someone gave you kudos" instead of "anonymous"?
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.
@nickoferrall not sure, if "Someone", for me it feels that if I click on it, I figure out who exactly it was. @acressall What do you think?
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.
On the other hand, it may be more obvious in the notification that it is an anonymous user since he has an anonymous avatar. But in the snackbar it may not be obvious, I think
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.
Changed to
Someone
for nowThere 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 "someone" is okay. We could also take away the person aspect and just say "You were given kudos in..."
I wonder if we should display a snippet of the kudos, in case there are multiple from the same meeting? If a few people gave you kudos in reflections you might see 4 of the same notification 🤔