jhauserw3241 / cdcdb-webserver

Python3/Flask web server for DB final project
https://cdcdb.system33.pw
1 stars 1 forks source link

Add way to filter events #6

Open pastly opened 8 years ago

pastly commented 8 years ago

Probably with a URL arg.

/events/?filter=meeting

Where meeting could also be 'competition' or 'all' (unspecified == 'all')

If 'all', then list everything, but in separate tables?