etiquette/frontends/etiquette_flask/backend
voussoir dd3d40de53 Experimental: Allow search results to include albums.
I've been thinking about this for a while but couldn't think of
the perfect way to implement it. I still haven't, so instead I'm
just starting with something and we'll see how to improve later.
At any rate, I can update the rest of the system to expect Albums
coming out of search so that if I ever have a better algorithm
everything else will already be ready for it.
For this first experiment, just any photos that are part of an album
will send that album out as a result. It doesn't even respect the
limit parameter, it's really just to see how it feels to use.
2020-04-02 22:36:40 -07:00
..
endpoints Experimental: Allow search results to include albums. 2020-04-02 22:36:40 -07:00
__init__.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
caching.py Remove unused imports & other small things. 2020-02-20 22:44:56 -08:00
common.py Make response_type required, explicit in all calls. 2020-02-26 17:50:36 -08:00
decorators.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
helpers.py Don't leave falsey values out of dict_to_params, let caller do it. 2020-03-28 17:37:28 -07:00
jinja_filters.py Remove unused imports & other small things. 2020-02-20 22:44:56 -08:00
jsonify.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
sessions.py Remove unused imports & other small things. 2020-02-20 22:44:56 -08:00