-
Notifications
You must be signed in to change notification settings - Fork 7
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
always put the prep bof in the last room in the last session #136
Comments
not so easy, because of roundsTable.last_location Line 868 in 809ff81
need to exclude the prep bof by workshop.id |
I think I accounted for this properly already; if you look at BOF/src/classes/Results.php, there's a method to specifically set the Prep BoF, and the time slot and room are skipped because they're already "booked". I seem to recall that it was previously trying to put it always in a time slot by number (even if there were fewer or more time slots), and that I modified how it works before changing that. |
See Results::bookPrepBoF(). It currently sets the prep bof to be in location id 1 of the last session. The unit tests also test this condition. Additionally, the prep bof is skipped by ID when it fills in everything else. Moving it to the last location in the last session should be trivial. However, we just had a new situation arise for the Americas conference for this year, and I'm pretty sure for 2019, it was not desirable to have it in the last time slot. For 2021, attendance will be very low, so the prep team is moving the prep bof to its own time slot. To address these two issues, I'm thinking of making the following changes (which I can commit if everyone is happy with the idea, or do something better if someone has a better idea):
I'm suggesting the fourth change since that would make it easier to code, as it would be difficult to have any time slot not full. |
sounds good to me! |
to make it clear that it did not compete for votes
The text was updated successfully, but these errors were encountered: