We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Document event calendar subscriptions, per-form shiny tracking, and the costume asset pipeline Bring the wiki in line with commit b8ee6af and the follow-up that dropped the Android calendar intent: - Events: correct the per-event Google Calendar button (a plain web link on every platform) - Shiny Tracking: Vivillon patterns, Unown letters, Scatterbug carry-through, the user-set catch date, the tap-to-open detail modal, and the new internal/costumes pipeline - Trainer Directory: the shiny detail modal - Frontend Guide, Building and Development: replace the removed costumes_data.go and gen-costumes.mjs with the shared JSON pipeline - API Reference: mobile shiny endpoints, costume routes, caught_at - Data Sources: PokeMiners and WatWowMap costume sources - Admin Guide: the new Costumes tab - Home: highlights refresh
Document the events calendar subscription and per-event add Add a "Subscribe to a calendar" section covering the webcal feed, the UI type filters, and the floating versus UTC time handling that keeps Spotlight Hour local while global events stay absolute. Add an "Adding a single event" section covering the per-event .ics endpoint and the platform aware add-to-calendar buttons: the native calendar app on phones, and a Google Calendar app deep link on Android. Update the under the hood notes with the calendar.ics and event.ics endpoints.
docs: document Check/Run Scrapers button; fix CSRF cookie name Admin Guide: document the new superadmin-only Check/Run Scrapers button in the Site Stats tab (POST /admin/check-scrapers), how it differs from Force Data Refresh, the per-source report it renders, and that an empty source is reported OK rather than an error. API Reference: correct the CSRF cookie name from _gorilla_csrf to _pogo_csrf.
Add full project wiki: setup, features, deployment, APIs, localization