sequenceDiagram
participant User
participant Frontend
User->>Frontend: Access web app
User->>Frontend: Fill out registration form
User->>Frontend: Submit registration form
Frontend-->>User: Display success message
User->>Frontend: Navigate to analytics page
Frontend-->>User: Display analytics