Document the static data pipeline (serverless data endpoints are gone)#1
Open
poketonova wants to merge 1 commit into
Open
Document the static data pipeline (serverless data endpoints are gone)#1poketonova wants to merge 1 commit into
poketonova wants to merge 1 commit into
Conversation
The app repo dropped its Python data endpoints (novaoc/rarebox#18): Riftbound + Japanese Pokémon prices and meta decks are now pre-built into public/*.json by a daily GitHub Actions workflow and served as static assets. - architecture/serverless.md rewritten as 'Static Data Pipeline': the assets, the refresh-data.yml workflow, fork configuration (repo guard, own User-Agent, enabling the cron), client consumption, running the scripts locally - api-integrations.md: new tcgcsv.com section; Riftbound prices are a TCGplayer product-id join (PriceCharting now fallback-only); meta decks scraped in CI, client reads /meta-decks/{game}.json - deployment.md: current vercel.json, api/og.py as the only function, self-hosting now needs only static hosting + the workflow steps Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
@poketonova is attempting to deploy a commit to the novaoc's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Companion to novaoc/rarebox#18, which removed the Python data endpoints: Riftbound and Japanese Pokémon prices plus meta decks are now pre-built into
public/*.jsonby a daily GitHub Actions workflow (refresh-data.yml) and served as static assets — the app is fully local-only.architecture/serverless.mdrewritten as "Static Data Pipeline" (same path, so existing links keep working; sidebar label updated): what each asset contains, how the daily workflow runs (21:00/23:00 UTC crons, stamp-gated re-sync, refuse-to-overwrite guards, commit-if-changed → Vercel deploy), how to configure a fork correctly (edit the repo guard, set your own tcgcsv User-Agent, enable the cron), client consumption, and running the scripts locally.api-integrations.md: new tcgcsv.com section (CI-only, UA + rate rules); Riftbound prices documented as an exact TCGplayer product-id join with PriceCharting demoted to fallback; Limitless/meta-decks section now points atscripts/build_meta_decks.pyand the static asset, with the current scraper status.deployment.md: currentvercel.json(legacy rewrites are gone),api/og.pynoted as the only remaining function, and self-hosting rewritten — static hosting is sufficient, with workflow setup steps for forks that want self-refreshing data.npm run buildpasses (VitePress link validation included).🤖 Generated with Claude Code