rubenvanassche / Programming-Project-Databases

A World championship statistics website
coachcenter.be
GNU General Public License v3.0
1 stars 1 forks source link

Table filtering #86

Closed JakobStruye closed 10 years ago

JakobStruye commented 10 years ago

The only filtering we currently have is a search bar. We should probably add some more, like (as suggested in the assignment) matches only for a certain interval in time.

tomroels commented 10 years ago

Don't know how to do this.

ADDITION: SORTER DOES NOT SORT DATES CORRECTLY?!

JakobStruye commented 10 years ago

Date sorting is fixed in 3fa85c2e34a37492901e902dda0f2d475d01a2ae.

JakobStruye commented 10 years ago

Actually it's not fixed yet... I'm on it.

JakobStruye commented 10 years ago

Done in 5c494511bf2f3e622013d24dce1ae70ed4dbbe66.

JakobStruye commented 10 years ago

So, the user has to be able to filter matches based on competition and time. The user is able to see all matches of a specific competition of a specific year (through the competitions overview). Do we consider this as enough for that requirement? (I think it is enough, as long as we explicitly mention it in the report).

JakobStruye commented 10 years ago

Let's consider it enough.