Crezana Internal
Search the build
-
66097a42026-07-14 crezana-internal: add Memo/Stock/Price purchasing actions on each chip (shared vendor-requests module, astek pattern) -
b3ada472026-07-14 chore: v1.0.1 (session close — DWCZ 6-digit SKU display + open read-only /api) -
31954052026-07-14 Revert crezana dw_sku to DWCZ-###### 6-digit numbers (Steve: never collection-encoded) -
c2f3a0d2026-07-14 crezana-internal: carry dw_sku into the viewer snapshot so DWCZ SKUs resolve -
a6b3be02026-07-14 Collection-encoded DWCZ-<coll>-NNN SKUs + handle/title in feed; open read-only /api for aggregator crawl -
51745bb2026-07-14 auto-save: 2026-07-14T07:59:52 (1 files) — public/activation-calendar.js -
a3b816c2026-07-14 Revert "Add Activation Calendar tab (go-live date+time per staged SKU)" -
72e2a3b2026-07-14 Add Activation Calendar tab (go-live date+time per staged SKU) -
ff668cb2026-07-14 Show DWCZ- DW series SKU instead of raw CREZ- mfr hash on cards/API/search/sort -
1ebbbb62026-07-09 Upgrade rail to all.dw feature-parity: active-chip row + collapsible facet sections (Type/Book/Color-family/Style/Material/Price/Tags/Image), type-ahead, cap/expand, color-family bucketing + style/tag explosion identical in pg + jsonl modes; sort incl Color(family) + dir; card-fields image-only toggle; density/text/date chips preserved -
d05fb362026-07-09 jsonl-backed data layer: self-contained bundle for Kamatera (no prod DB) -
7a000b72026-07-09 Add sort control to crezana internal viewer (Steve hard rule) -
fd395082026-07-09 initial scaffold: crezana-internal (Crezana onboard)
Authors
- Steve13
Agents used
Skills used
- /title1
- /activation-calendar1
- /search1
- /sort1
- /expand1
- /tag1
- /text1
- /date1
- /psql1
- /gracie1
Creative ideas + design notes
d05fb36 · 2026-07-09 · jsonl-backed data layer: self-contained bundle for Kamatera (no prod DB)
Auto-detect source (DATA_SOURCE=jsonl or the data/<vendor>.jsonl bundle present) loads all rows in-memory from the bundle; the pg/psql path is preserved for local. DB driver require made lazy so no DB connection is needed in jsonl mode. Includes the full-fidelity export (all columns the viewer consumes) + export script. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7a000b7 · 2026-07-09 · Add sort control to crezana internal viewer (Steve hard rule)
Grid had density but no sort <select>. Added Newest/Title/Color/Style sort wired to render, persisted to localStorage (crz_sort), restored on load — matches the fromental/gracie pattern. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>