| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 11 days | Add SCRAPE_TARGETS.md listing event scraping targets | yyamashita | -0/+34 | |
| Documents all registered venues, their schedule URLs, scraper file paths, and instructions for running scrapes and adding new venues. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | ||||
| 11 days | Limit scrape window and default event list to ~1 month | yyamashita | -10/+48 | |
| Scraper runner now filters events to today + 35 days before upserting, so the DB only holds the upcoming month of events. Event list loader defaults date_from/date_to to the same window when no query params are set, and passes the values down to FilterBar so the date inputs are pre-filled on first load. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | ||||
| 11 days | Add Tokyo livehouse event aggregator service | yyamashita | -563/+3100 | |
| Full-stack React Router v7 app that scrapes event listings from major Tokyo live venues (Liquid Room, WWW/WWW X, Shibuya O-EAST, Shinjuku LOFT, Club Quattro) and stores them in SQLite for browsing and search. - Modular scraper architecture: add a new venue by dropping a file in app/scrapers/ and registering it in index.ts - Routes: /events (filter by keyword/venue/date), /events/:id, /venues, GET /api/scrape - EventCard shows artist, date/time, venue, ticket URL, and fee - Post-scrape per-venue Markdown files generated to events/ (dev reference) - /add-livehouse Claude Code skill defined in .claude/commands/ Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> | ||||
| 11 days | Initial commit from create-react-router | yyamashita | -0/+4595 | |
