MattArnold / tuxtrax

Penguicon Scheduling Web App
GNU General Public License v3.0
15 stars 11 forks source link

Tag Nav Filter Does Nothing #144

Open MattArnold opened 10 years ago

MattArnold commented 10 years ago

The site is no longer able to be filtered by tags. Clicking the buttons in the tag navigation has no effect.

kentimusrex commented 10 years ago

Working on this issue. 5-12-14.

MattArnold commented 10 years ago

The last time I remember it working was just before we launched the live site. We were using test data until then. I never noticed it wasn't working, until we had enough events to filter on.

I'm no longer using test data on my dev machine, which makes it tough to test this. To get that data, we were using penguicontrax/import2013schedule.py which in turn used /penguicontrax/schedule2013.html

The "tri-state" buttons have three states: 1. Hide all events which lack this tag; 2. Hide all events which have this tag; and, 3. irrelevant.

Issues which may help you to understand the functionality which formerly worked, are #37, #47, #78, and commit #62.