CTPUG / wafer

A wafer-thin web application for running small conferences. Built using Django.
ISC License
48 stars 27 forks source link

Feature/sort talks page #717

Closed drnlm closed 2 months ago

drnlm commented 2 months ago

This adds support for sorting the talks list by track, language or title.

We add links to the table headers to switch sorting.

Sorting is currently global, although it can be triggered on any of the tables created by using multiple talk types, but I don't think the complexity of sorting within a type only is worthwhile.

Closes #710