diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-08 03:50:45 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-08 03:50:45 +0900 |
| commit | ae6f6f7f74fd4df7704f963d2f1fdd1f3100668f (patch) | |
| tree | 11eaf19d5880cbfed32cd41fd2f1a565af50503b /app/scrapers/shibuya-o.ts | |
| parent | d116d4cee456f7d8f5fea535742e90a75b05d814 (diff) | |
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 <noreply@anthropic.com>
Diffstat (limited to 'app/scrapers/shibuya-o.ts')
| -rw-r--r-- | app/scrapers/shibuya-o.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/scrapers/shibuya-o.ts b/app/scrapers/shibuya-o.ts index 3d6f192..c674cfc 100644 --- a/app/scrapers/shibuya-o.ts +++ b/app/scrapers/shibuya-o.ts @@ -20,6 +20,7 @@ export const venue: VenueMeta = { name: "渋谷 O-EAST / O-WEST / O-Crest / O-nest", url: "https://shibuya-o.com", area: "渋谷", + capacity: 1300, }; const SUB_VENUES = ["east", "west", "crest", "nest"]; |
