LogoLogo
ProductsUse casesDocsSupport
  • Introducing DriveKit
  • DriveKit Guides
  • Get started with drivekit
    • Trip recording lifecycle
    • iOS
      • 🚀Quick start
      • Advanced configurations
      • References
      • iOS DriveKit Demo App
    • Android
      • 🚀Quick start
      • Advanced configurations
      • References
      • Android DriveKit Demo App
      • Android 15 Migration guide
      • Android 14 Migration guide
      • Troubleshooting
  • Trip analysis
    • Introduction
    • iOS
      • Permissions
      • Trip management
      • TripListener
      • Crash Detection
      • Beacon usage
      • Bluetooth usage
      • Custom metadata
      • References (iOS)
    • Android
      • Runtime permissions
      • Trip management
      • TripListener
      • Crash Detection
      • Beacon usage
      • Bluetooth usage
      • Custom metadata
      • References (Android)
    • User interface
      • iOS
        • Get started
        • Working hours
        • Driver alert in case of crash
        • Trip recording widget
        • Location sharing
      • Android
        • Get started
        • Working hours
        • Driver alert in case of crash
        • Trip recording widget
        • Location sharing
    • REST services
      • Trip
      • References
    • Trip Simulator
      • iOS
      • Android
  • PERMISSIONS UTILS
    • Introduction
    • User interface
      • iOS
        • Get started
        • Main configurations
      • Android
        • Get started
        • Main configurations
  • COMMON UI
    • Introduction
    • iOS
      • Get started
    • Android
      • Get started
    • References
  • DRIVER DATA
    • Introduction
    • iOS
      • Get started
      • References (iOS)
    • Android
      • Get started
      • References (Android)
    • User interface
      • iOS
        • Get started
        • Advanced configurations
        • Trips widgets
        • My Synthesis
        • My Driver Profile
      • Android
        • Get Started
        • Advanced configurations
        • Trips widgets
        • My Synthesis
        • My Driver Profile
  • Driver Data Timeline UI
    • Introduction
    • iOS
      • Get started
    • Android
      • Get started
  • Vehicle
    • Introduction
    • iOS
      • Get started
      • Vehicle management
      • Beacon management
      • Bluetooth device management
      • Odometer
      • References (iOS)
    • Android
      • Get started
      • Vehicle management
      • Beacon management
      • Bluetooth device management
      • Odometer
      • References (Android)
    • User interface
      • iOS
        • Get started
        • Main configurations
        • Advanced configurations
      • Android
        • Get started
        • Main configurations
        • Advanced configurations
  • DRIVER ACHIEVEMENT
    • Introduction
    • iOS
      • Get started
    • Android
      • Get Started
    • User interface
      • iOS
      • Android
  • CHALLENGE
    • Introduction
    • Important challenge rules
    • iOS
      • Get started
      • References (iOS)
    • Android
      • Get started
      • References (Android)
    • User interface
      • iOS
        • Get started
      • Android
        • Get started
  • GROUP
    • Introduction
    • iOS
      • Get started
    • Android
      • Get started
  • React Native
    • Get started
    • Integration
  • Flutter
    • Get started
    • Integration
  • Push services
    • Introduction
    • Push Trip Data
    • Push Deleted trip
    • Push Crash Data
    • Push Diagnosis Data
  • ADMIN SERVICES
    • Beacon
      • Add
      • Replace
      • Delete
      • Configuration
    • Challenges
      • List of challenges
      • Challenge details
      • Registered users
      • Challenge ranking
      • Users' progress
      • Definitions
    • Customer
      • Activity timeline
    • Driver
      • Timeline
      • Synthesis
      • Identity
      • Status
      • Add or update a metadata
      • Vehicles
      • Profile
      • Application diagnoses
    • Drivers
      • Account
      • Statistics
      • Ranking
      • Expired accounts
    • Group
      • Timeline
      • Synthesis
    • Trips
      • Add or update a metadata
      • Delete a metadata
    • Vehicle
      • Create
      • Characteristics
      • Configuration
      • Statistics
      • Update mileage
      • Tire and brake wear update
      • References
  • Crashes
    • Annotate a crash
    • Revoke crash location URL
  • ENTERPRISE SERVICES
    • Introduction
    • Teams
      • Create a team
      • List of teams
      • Enable or disable a team
    • Hyper-admins
      • Create a hyper-admin
      • List of hyper-admins
      • Delete a hyper-admin
    • Monitoring
      • Get a push trip data report
      • Get a push crash data report
      • Request to retry failed trips
      • Request to retry failed crashes
      • Get the status of a task
  • Release notes
    • Changelog
      • iOS
      • Android
      • UI iOS
      • UI Android
Powered by GitBook
On this page
  • Streaks
  • Badges
  • Ranking

Was this helpful?

Export as PDF
  1. DRIVER ACHIEVEMENT

User interface

The Driver Achievement component includes graphical libraries to display driver’s achievements and rewards.

This component contains three different modules:

  • the first one displays driver's streaks,

  • the second one displays driver's badges,

  • the third one displays the ranking in the driver’s team.

Streaks

A streak of hits represents a continuous sequence of trips during which the driver has achieved very good driving scores.

The success sequence is highlighted by a counter of the number of consecutive trips satisfying the conditions for success.

There is no limit to the number of trips in a series: as long as the driver performs well, the counter will increase.

On the other hand, as soon as the driver completes a trip with a score or performance below the level defining success, the trip counter is reset. This mechanism, based on the accumulation, aims for drivers engagement by encouraging them to beat their goals. Furthermore, the driver can constantly compare the current sequence counter with the number of trips of his best sequence.

The themes and conditions to increment the sequences of the trip are the following:

  • Phone distraction: the driver has not handled his phone.

  • Safety: the safety score of the trip is higher or equal to 9.8.

  • Speed limit: the speeding score of the trip is higher or equal to 9.8.

  • Accelerations: there wasn’t any harsh acceleration event during the trip.

  • Brakings: there wasn’t any hard braking event during the trip.

  • Adherence limits: there wasn’t any adherence threshold crossing during the trip.

  • Calls: the driver has not made forbidden call during the trip.

Badges

The Driver Achievement UI also includes screens showing badges.

Badges are rewards which are given to drivers when they achieve goals. They are organized by themes and show progression on particular axes.

Each theme is divided into 3 badges that define goals increasingly difficult to achieve.

The driver can see his progression in achieving the award through a gauge displayed around the icons.

Ranking

The ranking screen shows the user their ranking in their team. This encourages them to drive better to become the best driver!

Ranking UI allows you to set the filters that will be displayed in this screen. Therefore, you can choose one or two filters from the following options:

  • A filter on score themes: you can rank drivers based on their safety, eco-driving or distraction scores.

  • A filter on ranking periods: the rankings can be over a period of a week, a month or since the creation of the app.

PreviousGet StartedNextiOS

Last updated 1 year ago

Was this helpful?

Screen displaying streaks provided into the Driver Achievement UI
Screen displaying badges provided into the Driver Achievement UI
Screen displaying ranking provided into the Driver Achievement UI