From ae6f6f7f74fd4df7704f963d2f1fdd1f3100668f Mon Sep 17 00:00:00 2001 From: yyamashita Date: Fri, 8 May 2026 03:50:45 +0900 Subject: Add capacity filter for live houses (~100 / 100~300 / 300~) - Add capacity field to VenueMeta and all 17 scrapers (researched values) - Add capacity column to venues table with auto-migration for existing DBs - Add capacity_range filter to queryEvents (small/medium/large) - Add capacity selector to FilterBar UI Co-Authored-By: Claude Sonnet 4.6 --- app/scrapers/moon-step-nakano.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'app/scrapers/moon-step-nakano.ts') diff --git a/app/scrapers/moon-step-nakano.ts b/app/scrapers/moon-step-nakano.ts index e67e128..cc2a0f0 100644 --- a/app/scrapers/moon-step-nakano.ts +++ b/app/scrapers/moon-step-nakano.ts @@ -15,6 +15,7 @@ export const venue: VenueMeta = { name: "中野 MOON STEP", url: "https://nakano-dynamite.com/moonstep", area: "中野", + capacity: 200, }; const API_URL = "https://nakano-dynamite.com/moonstep/wp-json/tribe/events/v1/events"; -- cgit v1.2.3