Conversation
|
@jabley thanks for doing this! I had a quick look at the issue you mentioned, and the only tag that doesn't work is These are defined in this list: https://github.com/NHSDigital/prevention-services-design-history/blob/main/eleventy.config.js#L119-L156 in There’s probably a few workaround for this naming collision, however I’m not sure that 'vaccinations' is a useful tag anyway (given it applies to half the posts)? Could we instead prefer more specific tags, like Similarly we could avoid generic tags like Useful ones would be the more specific terms which might still span multiple services, things like |
44c7855 to
294c137
Compare
This will teach me to look before I volunteer. A casual request in Slack turned into "Oh, quite a lot of posts don't have tags, whoops!". 2 aims with this change: 1. Add tags to all existing posts that are missing them. 2. Try to be consistent with tagging across similar posts, so that future posts can follow the same pattern.
294c137 to
5238147
Compare
|
One option might be to generate a set of potential tags to apply and add some tooling The set of tags that we want is probably under 100 and can be quickly generated via a word cloud / synonym analysis. A session with an agent yielded the following: User Actions & Journeys:
Service Patterns:
Technical & System:
Content & Communication:
Do we like this vocabulary and suggested approach? |
|
In Vaccinations we've been working on establishing a set of end-to-end service stages that apply to all (or most) vaccination services. I'd like to be able to tag the design history posts with the relevant service stage names. Things to consider:
Examples are as follows. Complete list as a work in progress is in Mural. Emphasis on public:
Emphasis on provider:
|
This will teach me to look before I volunteer. A casual request in Slack turned into "Oh, quite a lot of posts don't have tags, whoops!".
2 aims with this change:
Other opinions are equally valid.
For reviewers: please check that the tags I've added make sense,
and that I've been consistent where it matters. If you think some tags
should be different, please suggest what they should be instead.
Ideally the diffs will be either an insert of tags for posts that didn't
have any at all, or a renaming to be consistent with other similar
posts.
WIP
Marked as WIP because I want to check a few more items to see that tags are working as expected. Currently
/manage-vaccinations-in-schools/2025/09/flu-consent/shows the tags on the page but doesn't show up in/tags/or/tags/vaccinationsso I don't think this is quite right yet.