Josh Wright josh
  • South Bend
  • Joined on 2025-08-28
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 16:21:58 -04:00
766fc296a1 fix: isCoaster typo in top-level rides loop; simplify test structure
8324f31972 fix: correct import paths for coaster-match module
9cac86d241 test: add coaster name matching test suite
Compare 3 commits »
josh opened issue josh/SixFlagsSuperCalendar#2 2026-04-04 16:17:22 -04:00
Six Flags Great America - American Eagle Naming
josh opened issue josh/SixFlagsSuperCalendar#1 2026-04-04 16:14:51 -04:00
Canada's Wonderland - Missing (3) Coasters
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 15:26:12 -04:00
dc4fbeb7ec chore: ignore .claude/ directory
c1e42d6aa1 fix: truncate long ride names with tooltip instead of wrapping
e9da6f3120 fix: robust coaster matching + dark carnival color scheme
Compare 3 commits »
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 14:02:46 -04:00
bad366d5ea revert: remove park-meta.json copy from Dockerfile
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 13:50:20 -04:00
9700d0bd9a feat: RCDB-backed roller coaster filter with fuzzy name matching
819e716197 feat: coaster-only toggle on live ride status panel
Compare 2 commits »
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 12:47:54 -04:00
da083c125c feat: automated nightly scraper + housekeeping
20f1058e9e fix: protect today's record from scrape overwrites
5ea2dafc0e fix: preserve historical day records, skip scraping past months
Compare 3 commits »
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 12:36:23 -04:00
d4c8046515 improve: redesign mobile card layout for usability
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 12:28:46 -04:00
b4183507a8 chore: remove logo from header and README
81ff6ea659 feat: roller coaster logo and working favicon
8b1c8dcb29 chore: rebrand to Thoosie Calendar, add favicon
Compare 3 commits »
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 12:15:46 -04:00
e7b72ff95b feat: add live ride status via Queue-Times.com API
ba8cd46e75 docs: update README with current feature set, remove CI/CD section
Compare 2 commits »
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 11:55:23 -04:00
b0bbb4d465 fix: resolve ESLint errors blocking Docker build
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 11:53:20 -04:00
e48038c399 feat: UI redesign with park detail pages and ride status
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 11:02:38 -04:00
5f82407fea feat: show full park names in calendar (e.g. Six Flags Great Adventure)
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 11:00:55 -04:00
e2d90b3c5b feat: hide parks with no open days in the current week
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 10:53:08 -04:00
91e09b0548 feat: detect passholder preview days and filter plain buyouts
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 10:45:59 -04:00
7c28d8f89f feat: save debug output to debug/{parkId}_{date}.txt
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 10:39:39 -04:00
8a68251beb feat: add debug script for inspecting raw API data per park+date
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 10:31:14 -04:00
5bef17aa41 refactor: one-line-per-park output with inline month progress
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 10:25:30 -04:00
bc5777c9e2 refactor: scrape all 12 months per park before moving to next park
josh pushed to main at josh/SixFlagsSuperCalendar 2026-04-04 01:37:15 -04:00
09dcfde16e ci: use docker/metadata-action and build-push-action