Go to file
voussoir df32b0c11d Fix NameError during forbids 2017-03-17 14:02:03 -07:00
etiquette Fix NameError during forbids 2017-03-17 14:02:03 -07:00
samples Move files to top of repository 2016-11-28 20:19:31 -08:00
static Add word-wrap:break-word to various elements 2017-03-03 22:30:57 -08:00
templates Add GitHub link to root page 2017-03-17 01:03:19 -07:00
utilities Make associated_directory its own table so albums can have multiple 2017-03-16 23:57:31 -07:00
.gitignore checkpoint 2016-09-18 01:33:46 -07:00
LICENSE.txt Apply BSD 2-Clause License 2017-03-17 02:48:11 -07:00
README.md Update to-do list on readme 2017-03-17 00:26:55 -07:00
etiquette_repl.py Rename phototagger.py to photodb.py 2017-02-04 20:01:03 -08:00
etiquette_site.py Add jsonify.exception 2017-03-17 01:13:42 -07:00
etiquette_site_launch.py Move modules into an actual package 2017-02-04 19:55:13 -08:00
requirements.txt checkpoint 2017-01-06 18:08:22 -08:00
test_etiquette_site.py Use URL to indicate POST action 2017-02-26 00:33:26 -08:00
test_phototagger.py Small cleanups 2017-03-07 20:20:12 -08:00

README.md

Etiquette

This is the readme file.

To do list

  • Make the wording between "new", "create", "add"; and "remove", "delete" more consistent.
  • User account system, permission levels, private pages.
  • Improve the "tags on this page" list. Maybe add separate buttons for must/may/forbid on each.
  • Some way for the database to re-identify a file that was moved / renamed (lost & found). Maybe file hash of the first few mb is good enough.
  • Debate whether the UserMixin.login method should accept usernames or I should standardize the usage of IDs only internally.
  • Album size is calculated every time you refresh the page. For large albums this is very slow. Consider caching? Or saving to db?
  • Organize the tag exporter functions better.

Changelog

  • [addition] A new feature was added.
  • [bugfix] Incorrect behavior was fixed.
  • [change] An existing feature was slightly modified or parameters were renamed.
  • [cleanup] Code was improved, comments were added, or other changes with minor impact on the interface.
  • [removal] An old feature was removed.