Contact Us
Feature Detail
Description
The Contact Us feature provides peer mentors and coordinators with a direct, in-app channel to reach Norse Digital Products support staff or their organization's helpdesk. Users can submit support requests, report technical issues, or ask questions without leaving the app. The feature surfaces contact options appropriate to the user's role and organization, ensuring requests are routed correctly from the first interaction and reducing resolution time for common issues.
User Flow
Analysis
A friction-free contact channel is essential for onboarding a user base that spans a wide range of digital skill levels, including elderly users and those with cognitive or sensory impairments. Without an accessible support path, users who hit blockers abandon the app rather than escalate — leading to underreporting, churn, and loss of trust. Providing in-app contact reduces barrier to help-seeking, accelerates issue resolution, and signals organizational commitment to user success. For Norse Digital Products, it also creates a structured feedback loop that informs product prioritization and surfaces usability problems before they compound.
The feature should present support options contextually — email, phone, or a simple message form — based on configuration from the organization's admin settings. The Flutter implementation uses a static support screen with deep links to mailto and tel URIs, optionally supplemented by a REST API-backed message submission endpoint on the Next.js backend. Form submissions are stored and optionally forwarded via webhook or email. The screen must be fully accessible: all interactive elements labelled for screen readers, sufficient touch target sizes (minimum 44x44 logical pixels), and high-contrast text. No authentication is required to access the screen, but the user's role and org context are pre-populated if available.
Components (110)
Shared Components
These components are reused across multiple features
User Interface (12)
Service Layer (34)
Data Layer (22)
Infrastructure (38)
User Stories
No user stories have been generated for this feature yet.