Kelly
3bc0effa33
feat: Responsive admin UI, SEO pages, and click analytics
...
## Responsive Admin UI
- Layout.tsx: Mobile sidebar drawer with hamburger menu
- Dashboard.tsx: 2-col grid on mobile, responsive stats cards
- OrchestratorDashboard.tsx: Responsive table with hidden columns
- PagesTab.tsx: Responsive filters and table
## SEO Pages
- New /admin/seo section with state landing pages
- SEO page generation and management
- State page content with dispensary/product counts
## Click Analytics
- Product click tracking infrastructure
- Click analytics dashboard
## Other Changes
- Consumer features scaffolding (alerts, deals, favorites)
- Health panel component
- Workers dashboard improvements
- Legacy DutchieAZ pages removed
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-07 22:48:21 -07:00
Kelly
861201290a
ci: Switch to Woodpecker CI pipeline
...
Replaces Gitea Actions with Woodpecker CI config.
Pipeline:
- CI: typecheck backend, build all 3 frontends (all branches)
- CD: build 4 Docker images, deploy to k8s (master only)
Required secrets in Woodpecker:
- registry_username
- registry_password
- kubeconfig_data (base64 encoded)
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2025-12-07 12:18:13 -07:00
Kelly
66e07b2009
fix(monitor): remove non-existent worker columns from job_run_logs query
...
The job_run_logs table tracks scheduled job orchestration, not individual
worker jobs. Worker info (worker_id, worker_hostname) belongs on
dispensary_crawl_jobs, not job_run_logs.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-03 18:45:05 -07:00
Kelly
5757a8e9bd
Initial commit - Dutchie dispensary scraper
2025-11-28 19:45:44 -07:00