Show member status (active/emeritus) and active years#42
Open
Mariatta wants to merge 1 commit into
Open
Conversation
Members were a flat taxonomy auto-collected from meeting attendance, with no way to show who is current vs. emeritus. Guido van Rossum is stepping down (June 2026) but should remain listed as emeritus rather than removed. Add a per-member page (content/members/<name>/_index.md) carrying `status` (active/emeritus) and `years`, and a custom members/terms.html roster that splits the Board Members page into Current and Emeritus sections with active years. Guido is shown as emeritus; the other four as current. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for pythoneditorialboard ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Member
|
I don't understand the templating logic to suggest a specific change, but on each members' page, can we add a sentence at the top: "These are the meetings Mariatta attended:" |
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
Board members were a flat taxonomy auto-collected from meeting attendance, with no way to distinguish who is current vs. emeritus. With Guido van Rossum stepping down (June 2026), we want to keep him listed as emeritus rather than remove him.
Changes
content/members/<name>/_index.mdcarryingstatus(active/emeritus) andyears.layouts/members/terms.htmlthat renders the Board Members page (/members/) as a roster split into Current members and Emeritus, each with active years.Result: Guido appears under Emeritus (2024–2026); Carol Willing, Joanna Jablonski, Mariatta, and Ned Batchelder under Current (2024–present).
Notes
yearsvalues use 2024 as the start (the site's earliest meeting minutes are Jan 2024). Adjust theyears:frontmatter if the board's start should be earlier./members/guido-van-rossum/) still use the theme default and list attended meetings; the status label is shown on the roster.Verification
hugo --gc --minifybuilds clean (no errors); roster renders Current/Emeritus sections with years.