Re-curate the A&E subsection strip - #217
Merged
Merged
Conversation
The desk asked for Listicles and Books to come out of the strip and TV to go in. TV is the substantial one. It arrived hidden with the rest of the legacy WordPress sub-categories -- that seeding deliberately gave 48 categories a home without adding 48 nav links -- but it carries 135 published articles, more than most of the rows that do have a link. Listicles and Books have nine each. Visibility only: every one of these keeps its page, its URL and its articles, and a hidden row still feeds its section. Applied once, under its own flag, and each update is guarded on the current value. The strip is curated from the sections screen, so an editor who puts Books back must not find it hidden again on the next deploy, and a row somebody already set by hand is left alone rather than rewritten. Runs after the Food move as well as the legacy seeding: the latter is what creates the TV row this unhides, while Listicles and Books stay where the move left them. The two seeds touch disjoint rows. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
ssavutu
force-pushed
the
feat/ae-subsection-visibility
branch
from
August 13, 2026 20:33
a6d3f6d to
d143ee2
Compare
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.
The desk asked for Listicles and Books to come out of A&E's subsection strip, and TV to go in.
listicles(9 articles)books(9 articles)tv(135 articles)TV is the substantial one. It arrived hidden with the rest of the legacy WordPress sub-categories — that seeding deliberately gave 48 categories a home without adding 48 nav links — but it carries more published articles than most of the rows that do have a link.
Visibility only. All three keep their page, their URL and their articles, and a hidden row still feeds its section. Nothing is re-filed and nothing is deleted.
Applied once under its own flag, with each update guarded on the current value: the strip is curated from the sections screen, so an editor who puts Books back must not find it hidden again on the next deploy, and a row somebody already set by hand is left alone rather than rewritten.
Independent of #216 — all three rows are direct children of
entertainment, so this needs none of the nesting work and the two can merge in either order. They both touchEnsureTaxonomyTableandtaxonomy.go, so expect a small textual conflict for whichever lands second.Full Go suite green against MariaDB.
🤖 Generated with Claude Code