Skip to content
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

Merged
merged 30 commits into from
Mar 25, 2024

Conversation

nickoferrall
Copy link
Contributor

@nickoferrall nickoferrall commented Mar 18, 2024

Fix #9088

Loom demo: https://www.loom.com/share/6a82a4500cac4bcc84bdefedc5d4741e

To test

  • Go to a retro meeting, click options, and successfully change the meeting template

@nickoferrall nickoferrall changed the title feat/9088/switch templates functionality feat: add functionality to change templates during a retro Mar 19, 2024
@nickoferrall nickoferrall marked this pull request as ready for review March 19, 2024 16:21
Copy link
Contributor

@Dschoordsch Dschoordsch left a 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})
}

Copy link
Contributor

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.

@rafaelromcar-parabol
Copy link
Contributor

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.

@nickoferrall
Copy link
Contributor Author

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.

Base automatically changed from feat/9087/switch-template-ui to master March 25, 2024 19:05
@nickoferrall nickoferrall merged commit e6434e1 into master Mar 25, 2024
5 checks passed
@nickoferrall nickoferrall deleted the feat/9088/switch-templates-functionality branch March 25, 2024 19:17
@github-actions github-actions bot mentioned this pull request Mar 27, 2024
24 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement switching templates during a retro
3 participants