aboutsummaryrefslogtreecommitdiff
path: root/src/stages.rs
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2026-03-23 20:52:55 +0100
committerRubén Beltrán del Río <jj@r.bdr.sh>2026-04-05 00:31:21 +0200
commit99fd689d01adeaa6847901c35172b533119fccda (patch)
treee68b5c3a890f83e6a5ab259b76fba0d548b71346 /src/stages.rs
parent1d28fb5599337bf1891ac8cc43b7656975d239d7 (diff)
Apply formatting to source
Diffstat (limited to 'src/stages.rs')
-rw-r--r--src/stages.rs96
1 files changed, 72 insertions, 24 deletions
diff --git a/src/stages.rs b/src/stages.rs
index 1231e55..600c250 100644
--- a/src/stages.rs
+++ b/src/stages.rs
@@ -94,12 +94,18 @@ impl LocalizedStageType for StageType {
StageType::Knowledge => tr!("Concept"),
StageType::Ubiquity => tr!("Rare"),
StageType::Certainty => tr!("Poorly Understood / exploring the unknown"),
- StageType::PublicationTypes => tr!("Describe the wonder of the thing / the discovery of some marvel / a new land / an unknown frontier"),
+ StageType::PublicationTypes => tr!(
+ "Describe the wonder of the thing / the discovery of some marvel / a new land / an unknown frontier"
+ ),
StageType::Market => tr!("Undefined Market"),
StageType::KnowledgeManagement => tr!("Uncertain"),
StageType::MarketPerception => tr!(r#"Chaotic (non-linear) / domain of the "crazy""#),
- StageType::UserPerception => tr!("Different / confusing / exciting / surprising / dangerous"),
- StageType::PerceptionInIndustry => tr!("Future source of competitive advantage / unpredictable / unknown"),
+ StageType::UserPerception => {
+ tr!("Different / confusing / exciting / surprising / dangerous")
+ }
+ StageType::PerceptionInIndustry => {
+ tr!("Future source of competitive advantage / unpredictable / unknown")
+ }
StageType::FocusOfValue => tr!("High future worth but immediate investment"),
StageType::Understanding => tr!("Poorly Understood / unpredictable"),
StageType::Comparison => tr!("Constantly changing / a differential / unstable"),
@@ -127,15 +133,27 @@ impl LocalizedStageType for StageType {
StageType::Knowledge => tr!("Hypothesis"),
StageType::Ubiquity => tr!("Slowly Increasing"),
StageType::Certainty => tr!("Rapid Increase In Learning / discovery becomes refining"),
- StageType::PublicationTypes => tr!("Focused on build / construct / awareness and learning / many models of explanation / no accepted forms / a wild west"),
- StageType::Market => tr!("Forming Market / an array of competing forms and models of understanding"),
- StageType::KnowledgeManagement => tr!("Learning on use / focused on testing prediction"),
+ StageType::PublicationTypes => tr!(
+ "Focused on build / construct / awareness and learning / many models of explanation / no accepted forms / a wild west"
+ ),
+ StageType::Market => {
+ tr!("Forming Market / an array of competing forms and models of understanding")
+ }
+ StageType::KnowledgeManagement => {
+ tr!("Learning on use / focused on testing prediction")
+ }
StageType::MarketPerception => tr!(r#"Domain of "experts""#),
StageType::UserPerception => tr!("Leading edge / emerging / uncertainty over results"),
- StageType::PerceptionInIndustry => tr!("Seen as a scompetitive advantage / a differential / ROI / case examples"),
- StageType::FocusOfValue => tr!("Seeking ways to profit and a ROI / seeking confirmation of value"),
+ StageType::PerceptionInIndustry => {
+ tr!("Seen as a scompetitive advantage / a differential / ROI / case examples")
+ }
+ StageType::FocusOfValue => {
+ tr!("Seeking ways to profit and a ROI / seeking confirmation of value")
+ }
StageType::Understanding => tr!("Increasing understanding / development of measures"),
- StageType::Comparison => tr!("Learning from others / testing the water / some evidential support"),
+ StageType::Comparison => {
+ tr!("Learning from others / testing the water / some evidential support")
+ }
StageType::Failure => tr!("Moderate / unsurprising if wrong but disappointed"),
StageType::MarketAction => tr!(r#"Exploring a "found" value"#),
StageType::Efficiency => tr!("Reducing cost of waste (Learning)"),
@@ -160,16 +178,36 @@ impl LocalizedStageType for StageType {
StageType::Knowledge => tr!("Theory"),
StageType::Ubiquity => tr!("Rapidly Increasing"),
StageType::Certainty => tr!("Rapid increase in use / increasing fit for purpose"),
- StageType::PublicationTypes => tr!("Maintenance / operations / installation / comparison between competing forms / feature analysis"),
- StageType::Market => tr!("Growing Market / consolidation to a few competing but more accepted forms"),
- StageType::KnowledgeManagement => tr!("Learning on operation / using prediction / verification"),
- StageType::MarketPerception => tr!(r#"Increasing expectation of use / domain of "professionals""#),
- StageType::UserPerception => tr!("Increasingly common / disappointed if not used or available / feeling left behind"),
- StageType::PerceptionInIndustry => tr!("Advantage through implementation / features / this model is better than that"),
- StageType::FocusOfValue => tr!("High profitability per unit / a valuable model / a feeling of understanding / focus on exploitation"),
- StageType::Understanding => tr!("Increasing education / constant refinement of needs / measures"),
- StageType::Comparison => tr!("Competing models / feature difference / evidential support"),
- StageType::Failure => tr!("Not tolerated / focus on constant improvement / assumed to be in the right direction / resistance to changing the model"),
+ StageType::PublicationTypes => tr!(
+ "Maintenance / operations / installation / comparison between competing forms / feature analysis"
+ ),
+ StageType::Market => {
+ tr!("Growing Market / consolidation to a few competing but more accepted forms")
+ }
+ StageType::KnowledgeManagement => {
+ tr!("Learning on operation / using prediction / verification")
+ }
+ StageType::MarketPerception => {
+ tr!(r#"Increasing expectation of use / domain of "professionals""#)
+ }
+ StageType::UserPerception => tr!(
+ "Increasingly common / disappointed if not used or available / feeling left behind"
+ ),
+ StageType::PerceptionInIndustry => {
+ tr!("Advantage through implementation / features / this model is better than that")
+ }
+ StageType::FocusOfValue => tr!(
+ "High profitability per unit / a valuable model / a feeling of understanding / focus on exploitation"
+ ),
+ StageType::Understanding => {
+ tr!("Increasing education / constant refinement of needs / measures")
+ }
+ StageType::Comparison => {
+ tr!("Competing models / feature difference / evidential support")
+ }
+ StageType::Failure => tr!(
+ "Not tolerated / focus on constant improvement / assumed to be in the right direction / resistance to changing the model"
+ ),
StageType::MarketAction => tr!("Market analysis / listening to customers"),
StageType::Efficiency => tr!("Reducing cost of waste (Learning)"),
StageType::DecisionDrivers => tr!("Analyses & synthesis"),
@@ -193,15 +231,25 @@ impl LocalizedStageType for StageType {
StageType::Knowledge => tr!("Accepted"),
StageType::Ubiquity => tr!("Widespread in the applicable market / ecosystem"),
StageType::Certainty => tr!("Commonly understood (in terms of use)"),
- StageType::PublicationTypes => tr!("Focused on use / increasingly an accepted, almost invisible component"),
+ StageType::PublicationTypes => {
+ tr!("Focused on use / increasingly an accepted, almost invisible component")
+ }
StageType::Market => tr!("Mature Market / stabilised to an accepted form"),
StageType::KnowledgeManagement => tr!("Known / accepted"),
- StageType::MarketPerception => tr!("Ordered (appearance of being linear) / trivial / formula to be applied"),
+ StageType::MarketPerception => {
+ tr!("Ordered (appearance of being linear) / trivial / formula to be applied")
+ }
StageType::UserPerception => tr!("Standard / expected / feeling of shock if not used"),
- StageType::PerceptionInIndustry => tr!("Cost of doing business / accepted / specific defined models"),
- StageType::FocusOfValue => tr!("High volume / reducing margin / important but invisible / an essential component of something more complex"),
+ StageType::PerceptionInIndustry => {
+ tr!("Cost of doing business / accepted / specific defined models")
+ }
+ StageType::FocusOfValue => tr!(
+ "High volume / reducing margin / important but invisible / an essential component of something more complex"
+ ),
StageType::Understanding => tr!("Believed to be well defined / stable / measurable"),
- StageType::Comparison => tr!("Essential / any advantage is operational / accepted norm"),
+ StageType::Comparison => {
+ tr!("Essential / any advantage is operational / accepted norm")
+ }
StageType::Failure => tr!("Surprised by failure / focus on operational efficiency"),
StageType::MarketAction => tr!("Metric driven / build what is needed"),
StageType::Efficiency => tr!("Reducing cost of deviation (Volume)"),