aboutsummaryrefslogtreecommitdiff
path: root/backend/data/README.md
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-04-30 20:26:40 +1000
committerTerry Truong <terry06890@gmail.com>2022-04-30 20:26:40 +1000
commit3f3a0a8c10f5c34e45561ec04fa54613cec01c4a (patch)
treeea2736fd39ece2a455e89c196b826d11118dec92 /backend/data/README.md
parent764e5668d54e9af96dddcc8dd386d4cd8958d75a (diff)
Add preferred-alt-name data to db, and use when reviewing
Diffstat (limited to 'backend/data/README.md')
-rw-r--r--backend/data/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/data/README.md b/backend/data/README.md
index 3cbeb03..88053b5 100644
--- a/backend/data/README.md
+++ b/backend/data/README.md
@@ -8,6 +8,6 @@ File Generation Process
4 Use downloadImgsForReview.py to download EOL images into imgsForReview/.
It uses data in eol/imagesList.db, and the 'nodes' table.
5 Use reviewImgs.py to filter images in imgsForReview/ into EOL-id-unique
- images in imgsReviewed/.
+ images in imgsReviewed/ (uses 'names' to display common names).
6 Use genImgsForWeb.py to create cropped/resized images in img/, using
images in imgsReviewed, and also to add an 'images' table to data.db.