Add public curator notes and U-shaped hall wall hang.

Paintings get editable curator notes with brass plates in the 3D hall, and visit order now uses the far/end wall between left and right.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Danila Khodjaef
2026-07-25 14:21:22 +03:00
co-authored by Cursor
parent 5ddc3fd7f0
commit bc8369e373
29 changed files with 648 additions and 70 deletions
+2
View File
@@ -0,0 +1,2 @@
ALTER TABLE paintings
ADD COLUMN IF NOT EXISTS curator_notes TEXT NOT NULL DEFAULT '';
+1
View File
@@ -60,6 +60,7 @@ CREATE TABLE IF NOT EXISTS paintings (
year INTEGER,
year_end INTEGER,
description TEXT,
curator_notes TEXT NOT NULL DEFAULT '',
image_path VARCHAR(500),
thumbnail_path VARCHAR(500),
wikipedia_title VARCHAR(300),