-
Notifications
You must be signed in to change notification settings - Fork 336
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(meeting-inception): implement add an activity button #8912
Conversation
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.
Sorry for the slow review - I've been OOO for a few days.
LGTM! It looks like there's a build error that needs fixing before the PR can be merged though
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.
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. Were you intending to add analytics as part of this PR or as part of a follow-on PR?
@tghanken I was thinking to add something in this PR so we can track if users actually clicking on the button. Do we need something special for this? |
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 this is the only place we really need to add an event.
onClick={() => { | ||
window.open(`/activity-library/category/recommended`, '_blank', 'noreferrer') | ||
}} |
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'd add an Add Activity Button Clicked
event here.
Suspect IssuesThis pull request was deployed and Sentry observed the following issues:
Did you find this useful? React with a 👍 or 👎 |
Fixes #8750
How to test:
meetingInception
org level feature flagadd an activity
see it redirect to the activity library