From 02a0977b5d379d3b23610bce8c74b0fb7b21a29a Mon Sep 17 00:00:00 2001 From: mik-tf Date: Mon, 8 Sep 2025 15:58:25 -0400 Subject: [PATCH] docs: update credits documentation to reflect MC base currency implementation --- src/controllers/docs.rs | 2 +- src/views/docs/layout.html | 4 +-- src/views/docs/tfp.html | 67 ++++++++++++++++++++++++++++---------- 3 files changed, 53 insertions(+), 20 deletions(-) diff --git a/src/controllers/docs.rs b/src/controllers/docs.rs index 18db44d..415d0aa 100644 --- a/src/controllers/docs.rs +++ b/src/controllers/docs.rs @@ -162,7 +162,7 @@ impl DocsController { render_template(&tmpl, "docs/services.html", &ctx) } - /// USD Credits documentation page + /// Mycelium Credits documentation page pub async fn credits(tmpl: web::Data, session: Session) -> Result { let mut ctx = crate::models::builders::ContextBuilder::new() .active_page("docs") diff --git a/src/views/docs/layout.html b/src/views/docs/layout.html index c239542..75c3341 100644 --- a/src/views/docs/layout.html +++ b/src/views/docs/layout.html @@ -71,8 +71,8 @@
  • Buy Now: Instant one-click purchase with automatic balance management and auto top-up integration
  • Add to Cart: Traditional shopping cart experience for purchasing multiple items together
  • - +
    Best of Both Worlds: Use "Buy Now" for quick single purchases, or "Add to Cart" when you want to compare multiple products or make bulk purchases.
    -

    Getting Started

    +

    Technical Details

    +

    For developers and advanced users:

    +
      +
    • Base Currency: All marketplace operations use MC internally
    • +
    • Display Layer: Currency preference affects only the presentation layer
    • +
    • API Consistency: Internal APIs work with MC values
    • +
    • Exchange Rates: Real-time rates for non-MC display currencies
    • +
    + +

    Getting Started with MC

      -
    1. Create your Mycelium Marketplace account
    2. -
    3. Add credits to your wallet
    4. -
    5. Browse the marketplace
    6. +
    7. Create your Mycelium Marketplace account (defaults to MC)
    8. +
    9. Add credits to your wallet (purchased in your preferred currency)
    10. +
    11. Browse the marketplace (prices shown in your display currency)
    12. Click "Buy Now" for instant purchases
    13. +
    14. Change currency preference anytime in Settings
    + +
    + Seamless Transition: Existing USD users experience no functional changes. Your balance and purchasing power remain identical. +
    {% endblock %} \ No newline at end of file