Task Flow Mickael Rutembya · Flow Atlas

Entitlement Detail

/billing/entitlement/

Atomic steps for an authenticated owner to review entitlement details and usage limits.

Task intent

What the user is trying to do

« Check what the account is entitled to, review usage, and understand limits. »

Entry points

ElementDestination
Billing portal Entitlement tab/billing/entitlement/
Dashboard Entitlement shortcut/billing/entitlement/
Direct URL Authenticated owner/billing/entitlement/

Flow

Adjacent routes — click a node to open it.taskflow
flowchart TD A["Start: owner opens entitlement"] --> B["/billing/entitlement/"] B --> C{"Authenticated?"} C -->|No| D["Redirect to /owner/login/"] D --> E["Login"] E --> F["Load entitlement detail"] C -->|Yes| F F --> G["Review limits and usage"] G --> H{"Action?"} H -->|Upgrade| I["Contact sales or upgrade flow"] H -->|Download| J["Download entitlement PDF"] H -->|Back| K["/billing/"] I --> L["End: entitlement reviewed"] J --> L K --> L click B "https://mickael-umt.com/billing/entitlement/" "Open Entitlement" click D "https://mickael-umt.com/owner/login/" "Open Login" click K "https://mickael-umt.com/billing/" "Open Billing" click L "https://mickael-umt.com/billing/" "Open Billing"

Step inventory

IDStepActionSystem state
S1Open entitlementNavigate to entitlement pageAuth check
S2LoginAuthenticate if neededSession created
S3ReviewScan limits and usageNo state change
S4ActUpgrade, download, or backContext preserved

Flow scenario

Scenario BE1

Owner checks entitlement before quarter end

Trigger

  • Owner opens entitlement from billing
  • Needs to confirm usage against limits

Experience

  1. Entitlement page loads with limits, usage, and renewal date.
  2. Owner reviews and downloads PDF for finance.
  3. Contacts sales if upgrade is needed.

Trust and safety rules

  • Entitlement data is confidential and owner-only.
  • Usage metrics are accurate and time-bounded.
  • Upgrade flows require re-authentication.

Interaction rules

  • Charts and tables for usage visualization.
  • PDF export for reporting.
  • Upgrade CTA routes to sales contact.

Result states

StateWhat the user seesWhat happens next
LoginLogin formOwner authenticates
EntitlementLimits, usage, and actionsOwner upgrades, downloads, or leaves