-
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: add functionality to change templates during a retro #9544
feat: add functionality to change templates during a retro #9544
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.
Did not test yet.
if (!isTeamMember(authToken, meeting.teamId)) { | ||
return standardError(new Error('Team not found'), {userId: viewerId}) | ||
} | ||
|
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 I think it would be good to check here for the correct stage and no reflections to avoid a situation where an outdated client could change the template still.
Super nice feature! IMHO the search box for the templates is a must here. We have way too many templates and finding the one you want might not be so pleasant. |
This has been through one Maintainer Review, and I've implemented the feedback. Georg is away on holiday now. I'm feeling good about the PR, so rather than waiting or requesting a review from someone else, I'll merge this. |
Fix #9088
Loom demo: https://www.loom.com/share/6a82a4500cac4bcc84bdefedc5d4741e
To test