Quadrille House Site

repo: ~/Projects/quadrille-house-site · 24 commits · 0 in last 24h, 0 in last 7d ·

Search the build

24 commits indexed

  1. 45e0a40 2026-09-04 deploy: guard prod-only runtime data from rsync --delete
  2. 6c6b2d8 2026-08-31 Add search and AI discovery endpoints
  3. 3ea5258 2026-08-12 viewer standard: add Grid/List toggle + per-field on/off menu (Fields) to product grid
  4. 9127fe1 2026-08-04 SEO: rel=nofollow sponsored on designerwallcoverings.com links (independent ranking) [fleet-seo]
  5. dd87a2c 2026-08-01 quadrille-house-site: href-drill — card series is a filter-link (color+pattern URL-addressable)
  6. 2845a90 2026-07-03 chore: macstudio3 migration — reconcile from mac2 + repoint paths (stevestudio2→macstudio3, node/npm/npx→/opt/homebrew)
  7. 07616d9 2026-07-02 Grid controls upgrade: density slider to 20 cols, persisted grid/list view toggle, list view with 12 sortable sticky-header columns (asc/desc + arrow), Safari user:pass@ fetch fix (location.origin) — E2E-verified, 0 console errors
  8. 631156d 2026-06-30 Quadrille landing: controls-bar 3D Showroom chip → no-hyphen quadrilleshowroom.designerwallcoverings.com (match hero + Steve's subdomain)
  9. 9c16e3a 2026-06-30 5x: deploy-both verification report (1 real defect fixed: dead showroom link → DNS+nginx alias)
  10. 5c0eb6e 2026-06-30 Quadrille landing: 3D showroom Enter button LINKS OUT to quadrilleshowroom.designerwallcoverings.com
  11. 6a38e99 2026-06-30 settlement scrub (remove 42 banana-leaf/tropical/bird/butterfly patterns) + real room-setting hero + 3D Showroom button (catalog bar)
  12. d992b93 2026-06-30 add 3D Showroom Experience hero band below top hero (iframe to quadrille-showroom subdomain)
  13. 732ad3b 2026-06-23 add deploy config: .deploy.conf (port 9944), ecosystem.config.js, deploy-kamatera.sh
  14. fbcc6c4 2026-06-23 step-0: remap lookbook PDFs to S3 source URLs, drop 657 MB local copies
  15. 726a726 2026-06-23 auto-save: 2026-06-23T17:53:42 (1 files) — shopify-corrected-dwqc600000.png
  16. f999011 2026-06-23 auto-save: 2026-06-23T17:23:17 (3 files) — data/house.json scripts/server.pid shopify-test-dwqc600000.png
  17. 0b3976e 2026-06-23 Net-new lines sell as $4.25 samples (cta_mode=sample) — no wholesale cost needed; PDP+card show price, JSON-LD $4.25 offer; finalize sources token+socket DSN
  18. 82db62b 2026-06-23 auto-save: 2026-06-23T16:53:06 (5 files) — public/index.html public/product.html public/styles.css scripts/build-house.js scripts/finalize.pid
  19. 0bdd1ef 2026-06-23 Auto-finalize: rebuild house.json snapshot + restart :9943 when QH enrichment completes (surfaces ai descriptions + color filter)
  20. 3c37dd6 2026-06-23 auto-save: 2026-06-23T16:22:58 (1 files) — pdp-adras-preview.png
  21. 31adefc 2026-06-23 add README
  22. 33a2927 2026-06-23 Quadrille house microsite: multi-brand filter, lookbook (32 PDFs + rooms), live/quote dual CTA, banned-word sanitize; 33/33 clickthrough PASS
  23. 5e48ada 2026-06-23 auto-save: 2026-06-23T14:52:21 (3 files) — .deploy.conf server.js clickthrough.js
  24. 51645fc 2026-06-23 initial scaffold: Quadrille house multi-brand microsite (server, build scripts, front-end, lookbook, quote/live CTA)

Authors

Agents used

  • none detected

Skills used

  • /lookbooks2
  • /quadrille1
  • /claude1
  • /code1
  • /off1
  • /ctrl-click1
  • /customer-facing1
  • /npm1
  • /npx1
  • /homebrew1
  • /list1
  • /desc1
  • /tropical1
  • /bird1
  • /butterfly1
  • /assets1
  • /lookbook1
  • /house1
  • /server1
  • /index1
  • /product1
  • /styles1
  • /build-house1
  • /finalize1
  • /quote1
  • /live1

Creative ideas + design notes

Commits with substantial prose (≥120 chars) — the rationale behind each move.

45e0a40 · 2026-09-04 · deploy: guard prod-only runtime data from rsync --delete
deploy.sh runs 'rsync -az --delete' with no data/ exclude, so a deploy
overwrote the box's runtime file with the local copy and destroyed
everything written since the last deploy. Added a surgical
RSYNC_EXTRA_EXCLUDES for this project's runtime path(s) only, so genuine
build artifacts under data/ keep syncing.

Verified by itemized rsync --dry-run against prod: the runtime file is
listed for transfer WITHOUT the exclude and absent WITH it.

Fleet sweep, TK-11227. Same bug class as the July 2026 artmura/quadrille
mis-target fix and the abramsagency lead-ledger fix (TK-10536).

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013mq9RQtVZZEWvreDqqTgv2
dd87a2c · 2026-08-01 · quadrille-house-site: href-drill — card series is a filter-link (color+pattern URL-addressable)
Card series is now an <a href="?series=…"> to its filtered view (href-drill HARD rule);
color + pattern(series) filter state is URL-addressable (shareable, deep-linkable,
back-button-safe via popstate/readURL). Card click still opens the product (grid handler
skips .drill); cmd/ctrl-click on a series opens the shareable href. Colorbar / pattern
select / brand chips untouched.

Verified LOCAL (Playwright, :9945): click series -> ?series= + grid 3675->1657 all-matching;
deep-link restores; back-button->3675; canary FLAT->DONE; 0 pageerrors. PUBLIC/customer-facing
— local commit only; DEPLOY gated (pending-approval). grid 10/92. TK-10089.
5c0eb6e · 2026-06-30 · Quadrille landing: 3D showroom Enter button LINKS OUT to quadrilleshowroom.designerwallcoverings.com
Was an in-page iframe embed of quadrille-showroom (hyphen); Steve 2026-06-30 wants a link-out to the
new no-hyphen subdomain quadrilleshowroom.designerwallcoverings.com (opens in new tab). DTD verdict A (3-0:
dedicated Kamatera subdomain). Deploy of this landing change is gated (deploy-kamatera.sh).
732ad3b · 2026-06-23 · add deploy config: .deploy.conf (port 9944), ecosystem.config.js, deploy-kamatera.sh
pm2 process quadrille-house-site live at root@45.61.58.125:9944 (health OK).
Excludes public/lookbooks (657 MB), data/assets, node_modules, .git from rsync.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fbcc6c4 · 2026-06-23 · step-0: remap lookbook PDFs to S3 source URLs, drop 657 MB local copies
All 32 lookbook PDF file paths in data/lookbook.json now point to the
original quadrillefabrics.s3.us-east-2.amazonaws.com URLs (verified
200 OK). public/lookbooks/ is excluded from deploy — saving 657 MB
from rsync and eliminating the need to serve PDFs from the app server.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

File tree

177 files tracked. Click any to browse the source at HEAD.

Other build journals

← Qty Bulk 2026 04 23  ·  all 4 projects  ·  Quadrille Internal →

Export

commits.csv · feed.atom · project.json · commits.json

rendered in 16ms