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

RetroDrawer should query templates after we know a user wants a new one, not when the meeting loads #9620

Open
mattkrick opened this issue Apr 9, 2024 · 0 comments · May be fixed by #9651
Assignees
Labels

Comments

@mattkrick
Copy link
Member

in dev, I keep getting an error because I have > 200 templates available to me & the RetroDrawer is only querying the first 200, which could cause an error.

This means that we're initiating the query when the meeting loads, which is pretty wasteful because 99% of the time the user doesn't want to change templates.

Instead, we should wait until the user opens the retro drawer & wants to see a list of templates. Only then should we fetch templates for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: In review
Development

Successfully merging a pull request may close this issue.

2 participants