From fa29265150bbbcf0b45616884d995e27cfa15763 Mon Sep 17 00:00:00 2001 From: Rubén Beltrán del Río Date: Sat, 27 Dec 2025 15:24:27 +0100 Subject: Add keyboard shortcuts --- src/stages.rs | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'src/stages.rs') diff --git a/src/stages.rs b/src/stages.rs index 9584c68..0ff0adf 100644 --- a/src/stages.rs +++ b/src/stages.rs @@ -24,37 +24,3 @@ pub fn all_stages() -> &'static [StageType] { StageType::Behavior, ] } - -pub fn types() -> &'static [StageType] { - &[ - StageType::Activities, - StageType::Practice, - StageType::Data, - StageType::Knowledge, - ] -} - -pub fn characteristics() -> &'static [StageType] { - &[ - StageType::Ubiquity, - StageType::Certainty, - StageType::PublicationTypes, - ] -} - -pub fn properties() -> &'static [StageType] { - &[ - StageType::Market, - StageType::KnowledgeManagement, - StageType::MarketPerception, - StageType::UserPerception, - StageType::PerceptionInIndustry, - StageType::FocusOfValue, - StageType::Understanding, - StageType::Comparison, - StageType::Failure, - StageType::MarketAction, - StageType::Efficiency, - StageType::DecisionDrivers, - ] -} -- cgit