etiquette/frontends/etiquette_flask/backend/endpoints
Ethan Dalool 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
..
__init__.py Rename the etiquette_flask backend package to backend. 2018-11-04 19:45:23 -08:00
album_endpoints.py Make response_type required, explicit in all calls. 2020-02-26 17:50:36 -08:00
basic_endpoints.py Centralize flask.render_template calls to simplify common args. 2019-08-14 13:40:52 -07:00
bookmark_endpoints.py Add commit=True to frontend where necessary. 2020-02-20 00:34:28 -08:00
photo_endpoints.py Experimental: Allow search results to include albums. 2020-04-02 22:36:40 -07:00
tag_endpoints.py Make response_type required, explicit in all calls. 2020-02-26 17:50:36 -08:00
user_endpoints.py Add commit=True to frontend where necessary. 2020-02-20 00:34:28 -08:00