Feature set 129. - #56
Merged
Merged
Conversation
Curation dashboard, and the end of the scraper. /dashboard is now a catalogue browser and editor: characters, monsters and games in tabbed tables with thumbnails, a zoom modal, full-field editing, create, delete, and image upload to R2. The request-log analytics that used to live there moved to /stats. Both pages, and the auth routes, are excluded from the public OpenAPI document. The six wiki-scraping stages are deleted. They had finished: every one matched rows by wiki page name rather than by id, so a re-run could only undo curation by restoring deleted rows, duplicating renamed ones, and overwriting hand-scored popularity. WikiClient and the text and scoring helpers moved into the API, where they now serve a single-page import that returns an unsaved draft for review instead of writing to the database. The scraper project keeps the artwork pipeline, which has not finished, and its workflow is manual-only.
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.
Curation dashboard, and the end of the scraper.
/dashboard is now a catalogue browser and editor: characters, monsters and games in tabbed tables with thumbnails, a zoom modal, full-field editing, create, delete, and image upload to R2. The request-log analytics that used to live there moved to /stats. Both pages, and the auth routes, are excluded from the public OpenAPI document.
The six wiki-scraping stages are deleted. They had finished: every one matched rows by wiki page name rather than by id, so a re-run could only undo curation by restoring deleted rows, duplicating renamed ones, and overwriting hand-scored popularity. WikiClient and the text and scoring helpers moved into the API, where they now serve a single-page import that returns an unsaved draft for review instead of writing to the database. The scraper project keeps the artwork pipeline, which has not finished, and its workflow is manual-only.