nodunayo / speakerline

Showcasing speakers' proposals and timelines in an effort to demystify the CFP process and help new speakers get started.
http://speakerline.io
MIT License
73 stars 26 forks source link

Creating a new sort order for submissions, fixing #67 #578

Closed abeger closed 1 month ago

abeger commented 1 month ago

Fixes #67 by moving the sort to the SQL query (TIL about in_order_of!). Because the result sort had to be done in SQL, I rolled the title sort in, as well, for one big query that thankfully seems to run a little faster than then old one.