← back to Ventura Corridor
chore: restore TM_STATUS 630 mapping (99.3% of rows), v0.1.0 -> v0.2.0 (session close)
665fcee32e6365921ece9bd355cf8b15a07146e2 · 2026-08-07 08:39:29 -0700 · Steve Abrams
Files touched
M package.jsonM src/server/index.ts
Diff
commit 665fcee32e6365921ece9bd355cf8b15a07146e2
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Fri Aug 7 08:39:29 2026 -0700
chore: restore TM_STATUS 630 mapping (99.3% of rows), v0.1.0 -> v0.2.0 (session close)
---
package.json | 4 ++--
src/server/index.ts | 3 +++
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/package.json b/package.json
index e6fa5df..3656303 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,9 @@
{
"name": "ventura-corridor",
- "version": "0.1.0",
+ "version": "0.2.0",
"private": true,
"type": "module",
- "description": "Ventura Blvd corridor business directory \u2014 inventory, front-page audit, SEO scoring, mind-map view. Local-only (Mac).",
+ "description": "Ventura Blvd corridor business directory — inventory, front-page audit, SEO scoring, mind-map view. Local-only (Mac).",
"scripts": {
"server": "tsx src/server/index.ts",
"ingest:here": "tsx src/ingest/here_discover.ts",
diff --git a/src/server/index.ts b/src/server/index.ts
index 6b208d1..4921cae 100644
--- a/src/server/index.ts
+++ b/src/server/index.ts
@@ -3780,6 +3780,9 @@ function trademarkDb() {
const TM_STATUS: Record<string, string> = {
'681': 'Registered / renewed', '700': 'Registered', '710': 'Cancelled',
'606': 'Abandoned', '641': 'Opposition pending', '638': 'Suspended',
+ // 630 = new application, not yet assigned to an examiner — 99.3% of this
+ // applications file (43,482/43,768 rows). Do NOT remove: dropping it renders
+ // nearly every mark as "Code 630" instead of "Live / pending".
'630': 'Live / pending', '930': 'Live / pending',
};
app.get('/api/trademarks', (req, res) => {
← 8be712a move Ventura 9780->9785 (ga-allsites owns 9780) + PUBLIC_BAS
·
back to Ventura Corridor
·
auto-data-snapshot: 2026-08-07T09:05:06 (1 data files) — pac d55644d →