Update DESIGN.md

This commit is contained in:
2026-07-12 12:25:30 +03:00
parent 65fe7f6c66
commit 4b3c1d762d
+1 -1
View File
@@ -16,7 +16,7 @@ This is a design draft. Lots of things are missing. Fill the holes during planni
- After picking a working directory the user must be dropped into the main ui.
- App loads database for all files and their tags in tsv format stored under `{cwd}/db/latest.tsv`.
- App lists new content in `{cwd}/content/unmanaged`, checks if files are not already in the loaded database: if not - moves them to `{cwd}/content/managed` under their new db-related ids (or copyparty's W-file hashes #todo?), processes hashes and adds them to the database.
- App computes similarity hashes (hamming) and main colors for images (1-4) (only images for now).
- App computes similarity hashes (phash.js) and main colors for images (1-4) (only images for now).
# UI