clede / Radiotrack

A Django web app to track live air times of your favorite radio programs.
Apache License 2.0
0 stars 0 forks source link

Allow sorting programs by different attributes. #1

Open clede opened 8 years ago

clede commented 8 years ago

Currently, programs are sorted alphabetically by name. We need to allow the user to sort by time, station, day-of-the-week, or next airing. (or any attribute!)

clede commented 7 years ago

Seems like Javascript is the best way to do this. Will need to learn more about Django's handling of static files...