symposion_app/vendor/symposion
James Polley b833b7d869 Order slots by room order first
* lca2018 has a situation where we have multiple slots starting at the
  same time, but ending at different times
* The headers of the timetable grid are sorted by room sort order
* In sqlite at least, ordering by start,order seems to implicitly
  resolve duplicate start times by looking at the other sort fields
  first, and will only sort on order if all other fields are identical

* This results in the slot that ends first going in column 1, which
  gets out of sync with the room listed in the header

* I can't figure out how to solve this in the database, so...

* Force the slots to be sorted by room order.
* Then, for each start_time, select out slots starting at that time
  and operate on them
* This both gets the slots in the right order *and* keeps multi-room
  slots with the right colspan. Yay!

* It's possible that this wouldn't be needed on some DBs which might
do the sorting differently.
2017-12-24 19:20:04 +11:00
..
conference Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
locale Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
proposals Require login for proposal submit 2017-10-16 15:07:36 +11:00
reviews Enhance admin interface for result notifications 2017-10-13 13:02:44 +11:00
schedule Order slots by room order first 2017-12-24 19:20:04 +11:00
speakers Merge speaker migrations 2017-09-17 13:16:06 +10:00
sponsorship Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
static Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
teams Allow filter of team memberships by state 2017-10-14 14:31:57 +11:00
utils Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
__init__.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
conf.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
constants.py Don't tab stop on Hack links in proposal creation 2017-07-02 22:52:53 +10:00
LICENSE Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
models.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
text_parser.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00
views.py Taking one out of PyCon's (US) book 2017-05-27 20:11:39 +10:00