portsoc / linbeta

7 stars 3 forks source link

Sorting #50

Open ear1grey opened 10 years ago

ear1grey commented 10 years ago

Problem

Entries are currently presented in the order in which they were added to the database.

Proposed Solution

Allow the user to sort on Caption Alpha, Date Added, and maybe more.

ear1grey commented 8 years ago

Potentially useful sort criteria include: Date Added Alphabetical

of these, perhaps the most interesting/useful is click-frequency. To achieve this either a new DB table tracking clicks could be added, which could order clicks for all usage of the service, or a localStorage version might be suitable.