Files
igny8/user-flow-plan-in-progress-2.md
IGNY8 VPS (Salman) 2420f1678d docs 1
2025-12-07 11:28:32 +00:00

980 B
Raw Blame History

Differences from the two docs (user-flow + session-config-summary) in the current implementation:

  1. Subscriptions throttling still impacts normal users
  • Docs expect “plans fetch should not be throttled” and smooth onboarding; in practice, /v1/auth/subscriptions/ is still returning 429s for normal users until the backend restart picks up the relaxed scope.
  1. Payment methods are not auto-present for all accounts
  • Docs assume payment methods are available so plan selection isnt blocked. Account 29 had none until we inserted bank_transfer and PK manual; the UI showed “No payment methods available.”
  1. Enterprise plan is hidden for non-aws-admin
  • Not called out in the docs; current UI filters out Enterprise for normal tenants.
  1. Onboarding friction from auth/plan calls
  • Docs expect a seamless redirect and retry-once for 429; current flow still shows visible errors (429/403) when token is missing/expired or when subscriptions are throttled.