ComputerScienceHouse / audiophiler

s3 audio file storage flask app with templated front end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Searching and Sorting

devinmatte opened this issue · comments

Pretty soon Audiophiler is going to be filled with files. Already it's starting to get long.

We should implement some sorting/searching for files.

Allowing the uploaded to add tags, or do searching simply off of existing information (filename, user)

Sorting is handled by sqlalchemy, so that is an easy fix. Searching would not be very hard to add either (pretty sure thats just some JS magic). I will start writing models and routes for tags soon.