-
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
Facilitator abandons meeting; allow others to end it #592
Comments
Upon further consideration, I think this is as simple as: If the tater is offline and I resume a meeting, allow me to become the tater. I think this is just a re-election edge case. |
I like the “no tater? auto-elect a person online to be tater” |
Alternatively, we make them the facilitator.
Another option
|
I think the simplest way to go here is "alternatively, we make them the facilitator." Question is, shouldn't our facilitator re-election logic already handle this? |
The current logic checks to see if a facilitator was online & then went offline. So, if the facilitator was never online to begin with, it won't fire. We can change that logic to suit case 2, but there are a few things:
|
How about this logic:
It still provides an edge case where the original facilitator's connection could be jittery and a later joiner then could usurp facilitation...but perhaps that's not such a bad thing? Perhaps it's also unlikely to occur often? |
what do you mean election? If we do full-on election-style logic with an arbitrator this gets easy (albeit i think that's overkill) |
I'm not intending to invent anything new. Whatever the method was called that chooses the next facilitator if the previous facilitator drops. Probably a poor choice of words on my part :) |
i think we're overthinking this.
Then we avoid these edge cases. |
Ok, so:
|
@jordanh what are your thoughts on this? the first one seems reasonable, i just need a mockup from @ackernaut on how it should look with the facilitator badge below. |
Yeah, let's make that cron task. |
Issue - Enhancement
See #576 and #578. This is perhaps a bugancement.
Imagine the following scenario:
Super frustrating!
So, what to do? Brainstorming options (in addition to the above):
The text was updated successfully, but these errors were encountered: