-
Notifications
You must be signed in to change notification settings - Fork 186
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
Auto Accept PR 2: Frontend & Waiting List Integration #10416
base: main
Are you sure you want to change the base?
Conversation
Waiting list:
|
Add to waiting list:
|
Bulk auto accept class method tests:
|
Ok I'm now combining a useQuery and prop strategy by setting Current issues:
In any case, we're close - should finish it off by tomorrow morning. Open to input on whether there's a better way to handle |
the issue with it not being hydrated at first is because you are not waiting for competitionInfo to be loaded before rendering. You could just fetch it in a parent component (and have a return while it loads), or use competitionInfo?. access everywhere in the component where you are fetching it |
Frontend Changes
Backend Changes
Should they be accepted onto the waiting list if the auto-accept-cutff has been reached?No - consulted people on discordaccepted
Future PR