Skip to content

Overview

Overview

Femina OS Mobile is the Flutter mobile app used by club mentors to manage clubbers and challenges for their clubs. It’s designed for fast field workflows and reliable work even when connectivity is limited.

The implementation is a Flutter app located at .../femina_os_mobile.

What you can do in the app

  • Sign in and start your daily work from Home
  • Register and update Clubbers (including bulk import)
  • Review Challenges (active and completed) and add feedback where required
  • Manage your account and keep data healthy from Settings (including sync)

App flow

Follow the app in the same order you use it:

  1. Login (see screenshot below)
  2. Home: dashboard summaries — /mobile/home/
  3. Clubbers: registration and management — /mobile/clubbers/
  4. Challenges: active/completed + feedback — /mobile/challenges/
  5. Settings: sync and account — /mobile/settings/

Key Concepts

  • Clubber: A participant/member profile managed in the system.
  • Challenges: Activities/program engagements that clubbers can participate in.
  • Sync: Keeping the mobile app’s data consistent with the backend when network connectivity changes.

User Roles & Permissions

Mobile users typically map to Femina OS platform roles:

  • Field / standard users: manage clubbers and challenge participation for their scope.
  • Supervisors / admins: may have additional visibility and settings access.

Features

  • Sign in and manage sessions
  • View a home dashboard summary
  • Browse and manage clubbers
  • Review active and completed challenges and add feedback (as enabled)
  • Basic account/app settings

Workflows

Common field flow

  1. Sign in
  2. Review quick stats on Home (optional)
  3. Find or register a clubber
  4. Record challenge participation / activity (where applicable)
  5. Confirm data is synced (when connectivity is available)

Screenshots

These screenshots are from the Flutter mobile app.

Login
Femina OS Mobile login screen
Home (Dashboard)
Femina OS Mobile home dashboard

Femina OS User Guide