python / pythondotorg

Source code for python.org
https://www.python.org
Apache License 2.0
1.52k stars 606 forks source link

Enhancement: Add page anchor tags for easy sharing of PSF Board resolutions #2349

Open dawnwages opened 11 months ago

dawnwages commented 11 months ago

Is your feature request related to a problem? Please describe. It is difficult to share specific resolutions from the official, definitive source to my Python peers from https://www.python.org/psf/records/board/resolutions/

Describe the solution you'd like If we had IDs of the resolution that were formed perhaps by concatenating the date the resolution was formed and the resolution # of the meeting to give anchor tags of the resolutions web page: https://www.python.org/psf/records/board/resolutions/ and allow for easier search and sharing of the PSF Resolutions.

This would also be helpful with announcements.

Describe alternatives you've considered I usually just screenshot or tell them the date and the name of the resolution, which is less than ideal because it removes the "source of truth" traceability.

Additional context Add any other context or screenshots about the feature request here.

JacobCoffee commented 2 months ago

Hi @dawnwages, would something like this work?

Where we can link to either year, and each vote line APPROVED|DENIED has its date as a link to jump.

image