User Flow Mickael Rutembya · Flow Atlas

Calculator Method

/outils/calculator/methode/

Visitor reads the public, deterministic pricing method: formulas, coefficients, constants, specialist rates, market benchmarks, API endpoints, and a verifiable worked example.

User intent

What the visitor is trying to do

« I want to understand exactly how the price is computed, verify the formula, and reproduce it myself. »

Entry points

ElementDestination
Tool switcher Method tab/outils/calculator/methode/
Calculator hero "Voir la méthode"/outils/calculator/methode/
API spec /api/public/pricing-spec/api/public/pricing-spec
Public quote /api/public/quote/api/public/quote?...
MCP /mcp/server.json/mcp/server.json
OpenAPI /api/openapi.json/api/openapi.json

Flow

Adjacent routes — click a node to open it.userflow
flowchart LR Start(["Visitor on calculator"]) --> CalcMethod["/outils/calculator/methode/"] CalcMethod --> CalcEstimate["/outils/calculator/"] CalcMethod --> Capabilities["/expertises/#market-benchmarks"] CalcMethod --> ContactQual["/contact/#call-qualifier"] CalcMethod --> ApiSpec["/api/public/pricing-spec"] CalcMethod --> ApiQuote["/api/public/quote"] CalcMethod --> McpMeta["/mcp/server.json"] CalcMethod --> OpenApi["/api/openapi.json"] ApiSpec --> CalcMethod ApiQuote --> CalcMethod McpMeta --> CalcMethod OpenApi --> CalcMethod CalcEstimate --> CalcMethod Capabilities --> CalcMethod ContactQual --> End(["Engagement started"]) click CalcMethod "https://mickael-umt.com/outils/calculator/methode/" "Open Method" click ApiSpec "https://mickael-umt.com/api/public/pricing-spec" "Open Spec" click ApiQuote "https://mickael-umt.com/api/public/quote" "Open Quote API" click End "https://mickael-umt.com/contact/#call-qualifier" "Open Qualification"

Screen inventory

IDScreenUser task
P0Calculator methodRead formulas, coefficients, constants, rates, benchmarks
P1Calculator formEstimate mission budget
P2Capability benchmarksCompare market references
P3QualificationSubmit structured form

Flow scenario

Scenario T2

LLM reproduces the pricing formula

Trigger

  • Visitor wants to verify the calculator output independently
  • Opens the method page to read the algorithm

Experience

  1. Method page loads with algorithm steps, constants, coefficient tables.
  2. Visitor reads the verifiable worked example (input → output).
  3. Clicks API spec link → downloads full pricing spec JSON.
  4. Uses MCP tool or OpenAPI schema to recompute in own environment.

Trust and safety rules

  • All formulas and coefficients are public; nothing is hidden server-side.
  • Promotional codes are the only deliberately private lever.
  • No authentication required for spec, quote API, or MCP.
  • Calculation stores nothing and depends on no external service.

Interaction rules

  • Method page is part of the tool switcher; active tab has aria-current="page".
  • API links are direct GET endpoints with query parameters shown.
  • Worked example recomputes live on each page load.

Result states

StateWhat the visitor seesWhat happens next
ReadingAlgorithm, constants, coefficients, rates, benchmarksVisitor downloads spec or opens API
VerifiedWorked example matches own computationVisitor proceeds to calculator or qualification