chore: drop the game category (moved to game-catalog) - #64
Merged
Merged
Conversation
Games were 962,384 of TechAPI's 1.11M records and referenced nothing, so they carried 86% of the dump cost for a leaf category: over five hours to generate and pull requests GitHub could neither render nor merge. The records now live in GetTechAPI/game-catalog with their import history intact, validated there (962,384 records, 0 errors) and published at https://gettechapi.github.io/game-catalog/. Removes the model, schema, router, serializer, seed and validation paths, plus the Pages workaround that had to skip games at dump time. Refs #1
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.
Games move to GetTechAPI/game-catalog (data already there with history, validated, deployed at https://gettechapi.github.io/game-catalog/ — 962,384 records).
Removed:
app/models/game.py,app/schemas/game.py,app/routers/games.py,game_read, the seed + validate blocks,"games"inCOLLECTIONS, and the game fixtures/tests.Also drops
--exclude gamesfromdeploy-pages.yml— the workaround existed only because ~962k files blew the Pages deployment window.Games had no FK in either direction and were neither scored nor verified, so nothing else changes.
Checks.
ruffclean,mypyclean (98 files), pytest unchanged (same 28 pre-existing local failures before and after).Refs #1