Commit Graph

8 Commits (99dcd1f800775ee70e3484c6d65d6d86518b04b1)

Author SHA1 Message Date
voussoir 4c65ccaf68 Big! Liberate Groupables from strict heirarchy. Multiple parents.
I found that the strict heirarchy was not satisfying the situation
where one tag is the intersection of two others, but we can only
pick one as the parent

For example, does red_jacket belong under clothes.red_clothes or
clothes.jackets? A search for "red_clothes AND jackets" might
give us someone wearing red pants and a black jacket, so this
definitely needs to be a separate tag, but picking only one
parent for it is not sufficient. Now, a search for red_clothes
and a search for jackets will both find our red_jacket photo.

The change also applies to Albums because why not, and I'm sure
a similar case can be made.

Unfortunately this means tags no longer have one true qualname.
The concept of qualnames has not been completely phased out but
it's in progress.

This commit is very big because I was not sure for a long time
whether to go through with it, and so much stuff had to change
that I don't want to go back and figure out what could be grouped
together.
2018-07-20 13:09:06 -07:00
voussoir 2f83bc2808 Add a simple docstring to the flask launch files. 2018-06-30 12:59:10 -07:00
voussoir ed3b67bdb9 Split runner entrypoint from default local runner. 2018-04-15 20:34:03 -07:00
voussoir 0c9582598d Add arg --https even for non-443. 2018-04-15 01:00:37 -07:00
voussoir b00d93901a Apply werkzeug ProxyFix so that request.remote_addr is correct. 2018-01-17 20:53:25 -08:00
voussoir 0b5f736574 Few minor text fixes. 2017-12-16 03:45:07 -08:00
voussoir f052858d5f Improve log creation and use custom formatter. 2017-11-26 02:37:11 -08:00
voussoir 1c30ef5785 Further separate front & back; Create frontends folder
New frontends folder will hold all front-end interfaces for etiquette. Existing flask site moved here and refers to itself as a package with external launcher. etiquette_site renamed to etiquette_flask
2017-05-01 21:49:28 -07:00