feat(special): add browsable Special:LonelyPages report page#1969
Closed
carlh7777 wants to merge 1 commit into
Closed
feat(special): add browsable Special:LonelyPages report page#1969carlh7777 wants to merge 1 commit into
carlh7777 wants to merge 1 commit into
Conversation
Add a browsable `/wiki/special/lonelypages/` page for the orphaned-articles report that previously only existed as `lonelypages.json`, mirroring the Special:WantedPages HTML page (e35ventura#1953). LonelyPages is the direct complement of Special:MostLinkedPages, which already has an HTML page. - render the report from the same shared `buildLonelyPages` builder over the same `public/data/backlinks.json` the JSON endpoint reads, so the HTML page and JSON companion stay in lockstep - register the route in the sitemap and share-preview metadata (the latter drives the `/og/special/lonelypages.png` share card, keeping the bidirectional special-page ↔ OG-card invariant satisfied) - extend check-lonely-pages.js and check-sitemap.js to assert the HTML route Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Verdict: Close PR #1969: feat(special): add browsable Special:LonelyPages report page This PR changes UI, layout, styling, responsive behavior, or interaction behavior, but the PR description does not clearly include before/after author-provided screenshots or a short screen recording. Visual PRs need evidence in the PR description so the maintainer can review the change quickly and reliably. A deploy preview link alone is not enough. Required evidence for resubmission:
Changed files:
CI: No visible GitHub checks yet. Please open a new focused PR with the required evidence attached. Automated review by Taopedia Site Maintainer. |
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.
Summary
/wiki/special/lonelypages/page for the orphaned-articles report that previously only existed aslonelypages.json, mirroring the Special:WantedPages HTML page (feat(special): add Special:WantedPages report page #1953)buildLonelyPagesbuilder over the samepublic/data/backlinks.jsonthe JSON endpoint reads, so the HTML page and JSON companion stay in lockstep/og/special/lonelypages.pngshare card)check-lonely-pages.jsandcheck-sitemap.jsto assert the HTML routeTest plan
npm run buildand confirm/wiki/special/lonelypages/renders with the expected heading and article listnode scripts/check-lonely-pages.js— passes with HTML route alignednode scripts/check-sitemap.js— sitemap includes/wiki/special/lonelypages/lonelypagesis present