Ticket #33 (assigned enhancement)

Opened 8 months ago

Last modified 8 months ago

Sorting Columns

Reported by: pragma Assigned to: pragma (accepted)
Priority: major Milestone: Version 2.0
Component: component1 Version:
Keywords: Cc:

Description

With large-ish forums, there needs to be support for sorting columns by clicking on the column header. It should make navigating to popular forums/topics easier to do.

Implementation would be as simple as a link URL with an "&orderby=xyz" argument, funneled into the orderby clause (with some argument sanitation of course).

Change History

03/31/08 11:17:37 changed by pragma

  • owner changed from somebody to pragma.
  • status changed from new to assigned.

04/10/08 14:54:18 changed by pragma

Note: recent params={} support on getMany() should make this a snap.