Consolidate stakeholder specific decision model content into individual howto pages #485
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.
This PR:
resolves Consolidate stakeholder-specific decision model content into individual
howto
pages #480resolves The stakeholder-decision tuple appears to be the root of a tree's identity #316
Refactors content from
docs/topics/enumerating_actions.md
anddocs/topics/units_of_work.md
into stakeholder specific pages:docs/howto/deployer_tree.md
docs/howto/coordination_triage_decision.md
docs/howto/publication_decision.md
docs/howto/supplier_tree.md
Revises text of each of the stakeholder-specific pages to match a common format that covers units of work, outcomes, decision points, and the decision model. These pages are now more comprehensive as examples of how to apply SSVC to a particular stakeholder role / decision combo.
Revises
docs/topics/enumerating_decisions.md
to tackle The stakeholder-decision tuple appears to be the root of a tree's identity #316 as well as improving the connection between that page and the stakeholder-specific how-to pagesIncidental link fixes in a few related files resulting from the above changes.
Incidental code fix: Reorders the values of
src/ssvc/decision_points/public_value_added.py
to put them in least-likely-to-act to most-likely-to-act order (compliance with ADR-0008), and regenerates the accompanying text and json examples.Because of the scale of the changes, I've staged this branch in my personal repo, so you can preview changes at: