etiquette/frontends/etiquette_flask/backend
Ethan Dalool da5c1ee008 Let PhotoTags have timestamps; use more js cards.
Tags on photos can now have timestamps, so that if you are tagging
a video or audio you can reference a specific moment with your tag.
In the interface, this means the tag is clickable and seeks to that
point in the media.

For the user interface, I am finding I need to move away from jinja
for the object cards because it is too much hassle to keep the code
for jinja-based cards for static rendering and the js-based cards
for dynamic rendering in sync. Rather than write the same cards in
two languages I can dump the JSON into the script and render the cards
on load. Which makes the static HTML worse but that's what the JSON
API is for anyway.
2023-09-17 14:07:22 -07:00
..
endpoints Let PhotoTags have timestamps; use more js cards. 2023-09-17 14:07:22 -07:00
__init__.py Bring catch_etiquette_exception into common. 2022-04-05 11:53:35 -07:00
client_caching.py Some linting. 2021-08-20 22:54:12 -07:00
common.py Minor decorator fix. 2023-06-25 21:13:52 -07: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 Minor linting. 2022-11-19 22:43:44 -08:00
permissions.py First attempt at online permissions. 2023-02-04 13:49:42 -08:00
sessions.py Minor decorator fix. 2023-06-25 21:13:52 -07:00