etiquette/frontends/etiquette_flask/templates
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
..
album.html Big! Liberate Groupables from strict heirarchy. Multiple parents. 2018-07-20 13:09:06 -07:00
albums.html Support giving title when creating albums. Two-step prompt. 2018-03-09 17:38:40 -08:00
bookmarks.html Move the remaining common css / js to their folders. 2018-02-24 12:51:36 -08:00
clipboard.html Big! Liberate Groupables from strict heirarchy. Multiple parents. 2018-07-20 13:09:06 -07:00
clipboard_tray.html Add a clear button to the clipboard tray. 2018-07-14 02:49:45 -07:00
header.html Give Users a display_name. 2018-04-15 14:23:24 -07:00
login.html Include username and password length requirements on form. 2018-04-15 13:20:08 -07:00
photo.html Big! Liberate Groupables from strict heirarchy. Multiple parents. 2018-07-20 13:09:06 -07:00
photo_card.html Add filter to generate /file/ link with appropriate basename. 2018-04-19 19:29:06 -07:00
root.html Give Users a display_name. 2018-04-15 14:23:24 -07:00
search.html Big! Liberate Groupables from strict heirarchy. Multiple parents. 2018-07-20 13:09:06 -07:00
tag_object.html Big! Liberate Groupables from strict heirarchy. Multiple parents. 2018-07-20 13:09:06 -07:00
tags.html Big! Liberate Groupables from strict heirarchy. Multiple parents. 2018-07-20 13:09:06 -07:00
template.html Move the remaining common css / js to their folders. 2018-02-24 12:51:36 -08:00
user.html Big! Liberate Groupables from strict heirarchy. Multiple parents. 2018-07-20 13:09:06 -07:00