Register Process Flow Step URIs in stage mapping#379
Closed
Conversation
Extend stage_mapping with the 5 new VHP glossary URIs (VHP0000153-158) so the /tools filter dropdown displays the Safety Assessment Workflow Step labels instead of raw URL strings once the upstream cloud repo data migrates to the new URIs. Also extend STAGE_EXPLANATIONS with the full tooltip definitions for each new label. Legacy entries are kept for the data and methods pages until their data sources migrate. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
Contributor
Author
|
Superseded by #380 (same change with a clean commit message). |
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
stage_mappinginapp.pywith the 5 new VHP glossary URIs (VHP0000153–158) for the Safety Assessment Workflow Steps: Chemical Characteristics and Hazard Identification, Exposure, Toxicokinetics, Toxicodynamics, Adverse Outcome.STAGE_EXPLANATIONSwith the full tooltip definitions for each new label (text mirrors the buttontitleattributes already present intemplates/tools/tools.html:43-56).Pairs with VHP4Safety/cloud#290 which retags each tool's
stagefield with the new URIs. Once both PRs land, the/toolsfilter dropdown will show exactly the 5 canonical labels plus "Other", matching the 5 workflow-step buttons shown above it.Test plan
cap/service_index.json, load/toolslocally and confirm the "Safety Assessment Workflow Step" dropdown lists the 5 new labels + Other (no raw URL strings)./dataand/methodspages still render stage filters without regression.🤖 Generated with Claude Code