diff --git a/src/bin/cleanup.rs b/src/bin/cleanup.rs index dbec294..3920174 100644 --- a/src/bin/cleanup.rs +++ b/src/bin/cleanup.rs @@ -7,7 +7,7 @@ fn main() { // Initialize logging env_logger::init(); - println!("๐Ÿงน Project Mycelium Data Cleanup Utility"); + println!("๐Ÿงน Mycelium Marketplace Data Cleanup Utility"); println!("=============================================="); // Manually clean up user1's duplicate nodes diff --git a/src/lib.rs b/src/lib.rs index 365d189..e0031b3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ -//! Project Mycelium Library +//! Mycelium Marketplace Library //! -//! This library provides the core functionality for Project Mycelium, +//! This library provides the core functionality for Mycelium Marketplace, //! including services, models, and controllers for managing a decentralized marketplace. use actix_web::cookie::Key; diff --git a/src/models/marketplace.rs b/src/models/marketplace.rs index 0403092..5a8e5ec 100644 --- a/src/models/marketplace.rs +++ b/src/models/marketplace.rs @@ -38,7 +38,7 @@ impl Default for MarketplaceConfig { fn default() -> Self { Self { marketplace: MarketplaceInfo { - name: "Project Mycelium".to_string(), + name: "Mycelium Marketplace".to_string(), marketplace_type: "infrastructure".to_string(), base_currency: "USD".to_string(), default_display_currency: "USD".to_string(), diff --git a/src/services/currency.rs b/src/services/currency.rs index fa9bf1a..d5c5fae 100644 --- a/src/services/currency.rs +++ b/src/services/currency.rs @@ -124,7 +124,7 @@ impl CurrencyService { }, Currency { code: "TFT".to_string(), - name: "ThreeFold Token".to_string(), + name: "Mycelium Token".to_string(), symbol: "TFT".to_string(), currency_type: crate::models::currency::CurrencyType::Token, exchange_rate_to_base: dec!(0.05), diff --git a/src/services/factory.rs b/src/services/factory.rs index 4573fe0..03dd9e7 100644 --- a/src/services/factory.rs +++ b/src/services/factory.rs @@ -7,7 +7,7 @@ use crate::services::{ /// Service factory for single source of truth service instantiation /// /// This factory consolidates repeated service instantiations throughout -/// the Project Mycelium codebase, focusing on persistent data access +/// the Mycelium Marketplace codebase, focusing on persistent data access /// and eliminating mock data usage in favor of user_data/ directory. /// /// Usage: diff --git a/src/static/css/styles.css b/src/static/css/styles.css index b2f3ac3..7a6757b 100644 --- a/src/static/css/styles.css +++ b/src/static/css/styles.css @@ -1,4 +1,4 @@ -/* Custom styles for Project Mycelium */ +/* Custom styles for Mycelium Marketplace */ /* Global styles */ body { diff --git a/src/static/images/docs/tfp-flow.svg b/src/static/images/docs/tfp-flow.svg index 8bc7bd7..2f07025 100644 --- a/src/static/images/docs/tfp-flow.svg +++ b/src/static/images/docs/tfp-flow.svg @@ -20,7 +20,7 @@ - ThreeFold Points (TFP) Flow + Mycelium Points (TFP) Flow diff --git a/src/static/js/buy-now.js b/src/static/js/buy-now.js index 17b0426..219a797 100644 --- a/src/static/js/buy-now.js +++ b/src/static/js/buy-now.js @@ -35,7 +35,7 @@ class BuyNowRequestBuilder { } providerName(name) { - this.request.provider_name = name || 'Project Mycelium'; + this.request.provider_name = name || 'Mycelium Marketplace'; return this; } diff --git a/src/static/js/dashboard-application-provider.js b/src/static/js/dashboard-application-provider.js index c91a23a..a9210f1 100644 --- a/src/static/js/dashboard-application-provider.js +++ b/src/static/js/dashboard-application-provider.js @@ -1247,7 +1247,7 @@ function showDeploymentDetailsModal(deployment, appName) { showModal('deploymentDetailsModal'); } -// ThreeFold Support Modal +// Mycelium Support Modal function showMyceliumSupportModal(deploymentId, customerName) { const modalHtml = `