diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2025-12-27 15:24:27 +0100 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2025-12-28 15:14:20 +0100 |
| commit | fa29265150bbbcf0b45616884d995e27cfa15763 (patch) | |
| tree | 2f0c23df910bda4ba07b8b430a6da86a260cf842 /src/stages.rs | |
| parent | 9129c8bc3376cc6014dd97113ceb9ff189d5e411 (diff) | |
Add keyboard shortcuts
Diffstat (limited to 'src/stages.rs')
| -rw-r--r-- | src/stages.rs | 34 |
1 files changed, 0 insertions, 34 deletions
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, - ] -} |